aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-core
AgeCommit message (Collapse)Author
2014-05-21busybox bbappend: move to meta-linaro-integrationKoen Kooi
Change-Id: I780f2c39e794cce6a83b4ee6a7710392700da3a2 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-02-05busybox: busybox has been upgraded, rename the bbappend file to match the ↵Fathi Boudra
current version Change-Id: I3198be275a6949b84fdc096336a7f82f6139bbf1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-11-26linaro-image-minimal-initramfs: do not invoke bash as a login shellTyler Baker
Change-Id: Ia3c0efa416eb9727586c287914dc64e705d8591b Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2013-11-15linaro-image-minimal-initramfs: use devtmpfs over mknod to increase portabilityTyler Baker
Change-Id: I9b215b779d8273027d8c950f85d6955186ae1c8a Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2013-10-21busybox: Background udhcpc if lease is not immediately obtainedKim Phillips
The default busybox udhcpc configuration sets the --now option "Exit with failure if lease is not immediately obtained". The LAVA lab has a delay when servicing DHCP requests for boards running OE - see bug 1239820. This patch sets the -b option instead of -n, so udhcpc will go into the background if the lease is not immediately obtained, allowing networking tests to succeed when run in the LAVA lab. Change-Id: I1a3ef36638507a78b8a5ffa95d6f2e1b58f5427e Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
2013-10-18busybox: enable CONFIG_FEATURE_TAR_NOPRESERVE_TIMENicolas Dechesne
When running JFFS2/UBIFS images in LAVA (e.g. from NAND), the images cannot be modified upfront by LAVA to add the tests, so the tests need to be untar'd upon boot from the target. 'tar -m' is required to avoid messing up with the files mtime, otherwise we might get funny results depending on the device clock versus the stored mtime in the tarballs... Change-Id: I5ce637b77b132a1bf6f07c610003186330a97a9e Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2013-10-01pigz-native.bbappend removeRiku Voipio
This patch was never of good use
2013-09-17minimal-initramfs: fix tty permissions and drop execFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-13linaro-image-minimal-rootfs: add custom init scriptFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-13busybox: add setsid and httpd, used in the minimal initramfs imageFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-10pigz: pull zlib-native before useRiku Voipio
Currently there is a race when pigz-native is unpacked from sstate before zlib-native. Test if just setting DEPENDS_class-native is good enough.
2013-07-22busybox: bump recipe version (oe-core ships 1.21.1)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-03-27auto-serial-console: move to recipes-linaro as this is our stuffMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-24busybox: just enable what we need instead of copying defconfigMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-14netbase: drop in favour of nss-myhostnameMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-13move everything to meta-linaro directoryMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>