summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* gcc-4.6: Migrate recipes from OE-CoreKhem Raj2012-07-09163-46495/+6935
| | | | | | | Remove linaro patches. If one needs to use linaro modified gcc they should use meta-linaro Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mini-iconv: Add package recipeKhem Raj2012-07-091-0/+21
| | | | | | | | mini iconv can be used to replace GNU libiconv it does not do all translation but it good for small systems especially uclibc based Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udev: link librt explicitly on uclibcKhem Raj2012-07-091-0/+2
| | | | | | | Some functions used by udev are in librt in uclibc case therefore add -lrt to linker flags when building for uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpufrequtils: Fix build without NLSKhem Raj2012-07-092-82/+3
| | | | | | | | | uclibc disables NLS and we need to pass the right define to inform the build system about NLS support cpufrequtils-nls.patch is applied upstream so lets remove it from metadata Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd: Refresh uclibc patchKhem Raj2012-07-091-12/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with ↵Denis Carikli2012-07-092-11/+8
| | | | | | | | | | | x11-common(oe-core) Without that fix environments like sato cannot start because they require x-session-manager to be started instead of x-window-manager. Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ecore: backport patch from trunk to fix build with eglibc-2.16Martin Jansa2012-07-092-1/+47
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: follow oe-core to 1.4.31Andreas Müller2012-07-091-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntp: unbreak fetching of ntp-sslKoen Kooi2012-06-271-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libatasmart: update to 0.19Koen Kooi2012-06-272-16/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmodbus: update to 3.0.3Andrea Galbusera2012-06-251-3/+3
| | | | | | | v2: also reword SRC_URI with ${BPN}/${BP} Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cheese: add 2.30.1Koen Kooi2012-06-251-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: add patch to enable streaming to stdoutKoen Kooi2012-06-252-2/+857
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: reorder and simplifyMartin Jansa2012-06-251-81/+71
| | | | | | | | * there was overlap from .inc and bb (e.g. do_configure/EXTRA_OECONF twice) * simplify SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: merge abiword-2.5.inc to abiword_2.8.6.bbMartin Jansa2012-06-252-68/+68
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: fix packaging after PACKAGES reorderMartin Jansa2012-06-252-2/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1Martin Jansa2012-06-253-3/+81
| | | | | | | | | * COPYING was updated in http://navit.svn.sourceforge.net/viewvc/navit/trunk/navit/COPYING?r1=5023&r2=5022&pathrev=5023 just 2 more files listed in GPLv2, rest is in LGPL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: package whole ${datadir}/icons dirMartin Jansa2012-06-251-6/+2
| | | | | | | * no need to install icon and .desktop file manually, now it's done by autotools Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update bbappend to match oe-coreKoen Kooi2012-06-241-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: append to BBPATH instead of prepend so order of ↵Martin Jansa2012-06-211-3/+8
| | | | | | | | bblayers.conf is respected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8dMartin Jansa2012-06-211-0/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1Martin Jansa2012-06-2117-82/+82
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* edje: explicitly enable libsndfile for target recipeMartin Jansa2012-06-211-1/+6
| | | | | | | | * there is no native/nativesdk support in libsndfile so disable it fro native/nativesdk edje * Thanks to Koen for noticing that it's autodetected and sometimes leaks into feeds Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala: update to 0.16.0 and restructure some stuff into vala.incSimon Busch2012-06-214-24/+13
| | | | | | | | | | * SRC_URI is now set initially to real upstream and not freesmartphone.org * reset PR and INC_PR * moved DEPENDS += "gtk+" to vala.inc Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsdDenis 'GNUtoo' Carikli2012-06-213-4/+16
| | | | | | | | | | | | | Without that fix gpsd starts without using the machine specific gps serial port. On some devices like the GTA04, not only that makes GPS not work, but that also prevent suspend because GPS has to be off in order for suspend to succeed(and the program powering off the GPS has to know if the GPS is on or off by using gpsd). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecbootAndrea Adami2012-06-204-173/+0
| | | | | | | | | * The linux-yocto-tiny-kexecboot recipe can be extended and support * more devices migrating the patches and renaming the defconfig as * done for Sharp Zaurus devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot: upgrade and move to git tag 0daa77Andrea Adami2012-06-203-6/+7
| | | | | | | | | | | | * new git repository on github * new LABEL separator * text-ui fallback * install /sys for upcoming ubifs detection * menu-bug fix * minor fixes Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot-cfg: update and use new LABEL separatorAndrea Adami2012-06-201-4/+3
| | | | | | | * previously the sections were separated by KERNEL string Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* initramfs-kexecboot images: install ubiattach for boot from UBI volumesAndrea Adami2012-06-202-2/+2
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>