summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* recipes-kernel: make perf a standalone packageLiang Li2012-07-181-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in several situations such as: - when a kernel recipe doesn't want to build/provide perf - when licensing of dependencies would prohibit perf and hence the kernel from being built. To solve some of these problems, this recipe is the extraction of the linux-tools.inc provided perf compilation into a standalone perf recipe that builds out of the kernel source, but is otherwise independent. No new functionality is provided above what the linux-tools.inc variant provided, but the separate recipe provides baseline for adding new functionality. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel: save $kerndir/tools and $kerndir/lib from pruningBruce Ashfield2012-07-181-1/+1
| | | | | | | | | | | | | | | | | | | The kernel source tree in the sysroot has all unecessary source code removed. The existing use case is to support module building out of the sysroot, but as more toolsa are moved into the kernel tree itself there are new use cases for the kernel sysroot source. To avoid putting dependencies on the kernel, and to be able to individually build and package these tools out of the source tree, we can save $kerndir/tools and $kernddir/lib from being removed. This enables tools like perf to be built our of the kernel source in the sysroot, without significantly increasing the amount of source in the sysroot. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpuburn-neon: fix packaging to use a date as version and valid sourcesOtavio Salvador2012-07-181-7/+5
| | | | | | | | | | | * The package were not versioning the sources as the files had no version on its name. We workaround it mangling the DL_DIR; * We now dynamically check if the machine has or not neon feature and set COMPATIBLE_MACHINE. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libpam 1.1.5 bbappend: register PAM session with logindKoen Kooi2012-07-171-0/+6
| | | | | | This makes screen/tmux/etc work as intended Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils 0.8.8: disable qv4l2 buildKoen Kooi2012-07-172-1/+44
| | | | | | It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-xfce-extended: remove xfce4-icon-themeAndreas Müller2012-07-171-3/+1
| | | | | | | | | | | xfce4-icon-theme is not required by default since xfce4-settings initially works with gnome-icon-theme and gnome-icon-theme is pulled in by many other recipes anyway. To reduce rootfs size - especially after gtk-update-icon-cache - xfce4-icon-theme is removed. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-power-manager: update to 1.2.0Andreas Müller2012-07-171-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* various: update ; proto= to ; protocol= in SRC_URIKoen Kooi2012-07-1645-48/+48
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: do not start daemon automatically at boot timeAndreas Müller2012-07-161-1/+2
|
* systemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variableAndreas Müller2012-07-161-2/+4
| | | | | | Currently all services introduced are enabled and started at installation. By setting SYSTEMD_AUTO_ENABLE = "disable" the default behaviour can be overridden.
* networkmanager: move systemd support to meta-systemdAndreas Müller2012-07-162-7/+20
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gpsd: move systemd support to meta-systemdAndreas Müller2012-07-167-32/+62
|
* rsyslog: move systemd support to meta-systemdAndreas Müller2012-07-162-5/+15
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* keymaps: move systemd support to meta-systemdAndreas Müller2012-07-162-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* dropbear: move systemd support to meta-systemdAndreas Müller2012-07-164-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xserver-nodm-init: move systemd support to meta-systemdAndreas Müller2012-07-164-14/+23
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: : move systemd support to meta-systemdAndreas Müller2012-07-163-6/+12
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cloud9: move systemd support to meta-systemdAndreas Müller2012-07-163-8/+14
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* openssh: move systemd support to meta-systemdAndreas Müller2012-07-164-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cherokee: move systemd support to meta-systemdAndreas Müller2012-07-163-7/+13
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gateone: move systemd support to meta-systemdAndreas Müller2012-07-163-7/+13
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* connman: move systemd support to meta-systemdAndreas Müller2012-07-161-0/+2
|
* dhcp: move systemd support to meta-systemdAndreas Müller2012-07-163-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* atftp: move systemd support to meta-systemdAndreas Müller2012-07-163-7/+13
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* net-snmp: move systemd support to meta-systemdAndreas Müller2012-07-165-15/+21
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* elsa: move systemd support to meta-systemdAndreas Müller2012-07-163-8/+14
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cronie: move systemd support to meta-systemdAndreas Müller2012-07-162-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* lighttpd: move systemd support to meta-systemdAndreas Müller2012-07-162-2/+2
|
* udisks: move systemd support to meta-systemdAndreas Müller2012-07-163-7/+16
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* syslog-ng: move systemd support to meta-systemdAndreas Müller2012-07-162-7/+13
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* ntp: move systemd support to meta-systemdAndreas Müller2012-07-164-17/+21
|
* busybox: move systemd support to meta-systemdAndreas Müller2012-07-164-18/+25
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gdm: move systemd support to meta-systemdAndreas Müller2012-07-163-6/+15
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit: meta-systemd reworkAndreas Müller2012-07-162-2/+5
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* task-x11: in case meta-systemd is part of BBLAYERS, ↵Andreas Müller2012-07-161-3/+3
| | | | xserver-nodm-init-systemd is recommended automatically
* task-basic: move systemd support to meta systemdAndreas Müller2012-07-162-4/+9
|
* systemd.bbclass: do not warn for systemd files are in ${PN}Andreas Müller2012-07-161-7/+2
| | | | Since we have our own layer there is no need to separate out systemd packages
* systemd.bbclass: add *-systemd packages to RRECOMMENDSAndreas Müller2012-07-161-4/+22
|
* meta-oe/layer.conf: systemd-serialgetty moved to meta-systemdAndreas Müller2012-07-161-1/+0
|
* layer.conf/README: search directory structure for bbappends changedAndreas Müller2012-07-162-1/+6
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* move systemd recipes to meta-systemdAndreas Müller2012-07-1613-0/+0
|
* systemd.bbclass: move to meta-systemdAndreas Müller2012-07-161-0/+0
|
* meta-multimedia README: meta-oe is no longer optionalKoen Kooi2012-07-131-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson2012-07-1311-11/+11
| | | | | | | | | | | | | | | | | | This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: move from meta-oe to meta-multimediaPaul Eggleton2012-07-134-0/+0
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* opencv, opencv-samples: drop 2.3.1Koen Kooi2012-07-133-155/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* opencv, opencv-samples: add 2.4.2Koen Kooi2012-07-133-0/+155
| | | | | | Libav is easier to get right than gstreamer, so switch back. Also enable libv4l for better v4l(2) support Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: update to patched v. 1.5.0Andrea Adami2012-07-112-3/+20
| | | | | | | | | | | | * Fix build failing because of UBI_IOCSETPROP -> UBI_IOCSETVOLPROP renaming. * This patch follows the one in oe-core for mtd-utils_1.5.0 * which was staging an older version of the ubi-user.h header. * We need to match the renaming done in kernel 3.0 * http://lists.infradead.org/pipermail/linux-mtd/2011-March/ * 034419.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot_git: bump PR after recipe update.Andrea Adami2012-07-111-1/+1
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update bbappend to match oe-coreKoen Kooi2012-07-102-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>