aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-26pm-qa: update to 0.4.14 releaseFathi Boudra
overlay the recipe until it's merged in meta-oe. Change-Id: Id9078ab0baf32b777e80de9eb222c01415a6592a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26libunwind: add aarch64 supportFathi Boudra
drop libunwind from meta-aarch64 and overlay the recipe (submitted to oe-core) Change-Id: Id8b7df308f955fbddf55c7898b666918e74aa210 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-26gcc-linaro-4.9: update to 2014.09 releaseFathi Boudra
bump release version and update md5sum sync with oe-core: * add 0054-gcc-Makefile.in-fix-parallel-building-failure.patch * add 0055-PR-rtl-optimization-61801.patch (disabled) Change-Id: I66d1a4b961357ff9c5b9ab00c2aa77dface8ca83 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-25Revert "Add hugetlbfs support for all machines"Fathi Boudra
reverts commit 7345c6089b2afbf65baf64224c14bbb9d38e2241. reverts commit 82fdd2f6ef2b6c54c729963d89787781acbd7441. enable libhugetlbfs-tests on armv7a Change-Id: Id1632d566775d7e6071138bb9776727fa16d7418 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-24linaro-image-lamp: remove mongodbFathi Boudra
It isn't used anymore in test plans Change-Id: Iea0744615b91943adda63e3a51dd39ee93d768f0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-23cross-localedef-native: fix SRC_URI14.09Koen Kooi
Change-Id: I7946d0971256ed95a6cb4cc5a4f81d1bdaded3d1 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-09-22libpng: overlay recipe for aarch64 neon symbol fixKoen Kooi
Change-Id: I8a2ef347149a118c33ef823a15445c95a8df1f43 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-09-17eglibc linaro 2.19: pretend to be named 'glibc'Koen Kooi
Having an eglibc-initial recipe will keep throwing errors, so let's pretend to be 'glibc' to get rid of those errors. Change-Id: Ic05bea8f41a83ac0fa66d58c8cfc8cae30a9b336 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-09-17eglibc: merge linaro-2.19 into 2.19Koen Kooi
Having a bbappend + version override + original recipe in our git tree is too confusing, merge everything into a one dir. Change-Id: I36a9701ee3292e2ba4eaa4fb3d7612e8a291d52a Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-09-15meta-linaro-integration: add eglibc to SIGGEN exceptions.Koen Kooi
Change-Id: Ib8d08e7897ce665e12da1572ec9e604ad1cd90b7 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-09-15conf: add tclibc-eglibc.incKoen Kooi
Change-Id: I83818a55ee55e4f45b52255b082272823c9b3026 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-09-09eglibc: copy eglibc 2.19 recipe from oe-coreFathi Boudra
oe-core switched from eglibc 2.19 to glibc 2.20. However, we use linaro eglibc 2.19. Copy the recipe until we switch to glibc 2.20. Change-Id: Idb4d0bcabe738c8f19a4f0f1049f3d4bfc46cb15 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-01Revert "udev: overlay for postgres fix"Riku Voipio
Udev fix is now in oe-core This reverts commit ca4bc75d5fd9f7b82e507a50cebf08628cf897bc. Change-Id: Ic5132a437817cfc42b91e1fd856fdd7781d1cc02 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-09-01binutils: update to Linaro binutils 2.24-2014.09 releaseFathi Boudra
* update SRC_URI and checksums * sync patches with openembedded-core * src-release is missing from Linaro tarball - remove for now Change-Id: I3c3b4ac809c5c446c6fdfd61e7b03736b7b913d5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-01gdb: update to Linaro GDB 7.8-2014.09 releaseFathi Boudra
Change-Id: I295b712868d5823d1602867c27ac45ee28069051 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-09-01Revert "linaro-image-common: install libhugetlbfs on armv8 only"Fathi Boudra
This reverts commit a139b99a8f401363e4e4ad7002a1147f67e3825f. Patch to build on ARMv7 and BE is upstreamed. Change-Id: If98d42e6da779e52a63a69445537a0516f770fbc
2014-08-31Add hugetlbfs support for all machinesGary S. Robertson
This patch adds hugetlbfs libraries and tests for all machines supported by this LNG OE root filesystem image. Per Anders Roxell comment: Put new image feature into alphabetical order. Change-Id: Idf2f31e74a18ebf3f563249f617523bca83673de Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
2014-08-31Remove overlay recipe for libhugetlbfsGary S. Robertson
The upstream OE recipe for libhugetlbfs now contains all of the patches applied to the meta-linaro overlay recipe, and in addition has added armv7 little-endian support. See the upstream OE recipe at: meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb A pending patch is being submitted for that recipe which extends support to armv7 le and be. Change-Id: Ib69fc5747f122ef78133b0ba7db7ca1ae8b2c87a Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
2014-08-28add snort and daq-odp to lng imageMaxim Uvarov
Add snort and daq-odp to lng image. Odp is fixed for v8, enable it now for all MACHINEs. Change-Id: I1473ca62252631058d9bfc2c4225c3cbd246c1ba Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-08-28Merge "shadow-securetty: add Qualcomm and STMicroelectronics SoCs"Koen Kooi
2014-08-28daq-odp add PN for proper packagingMaxim Uvarov
daq-odp is sourced from git and git has postfix is added to the name. Specify $PN for .ipk files to fix packaging. Change-Id: Ieaddc697922a3ceb1dadc541a355c7f187112abf Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-08-27shadow-securetty: add Qualcomm and STMicroelectronics SoCsFathi Boudra
patch submitted upstream. bbappend securetty in the meantime. Change-Id: I20391a02f0994fadc78d129f2b5bf14503feb325 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-08-21Snort ODP DAQ module.Maxim Uvarov
Change-Id: If49eb003f55de92cbac9b420850f3fed950fe39f Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-08-21update ODP versionMaxim Uvarov
Change-Id: Ie37ab0c953c09722d17305cf27936b1d1339903b Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-08-20udev: overlay for postgres fix14.08Riku Voipio
Fix for https://bugs.linaro.org/show_bug.cgi?id=336 Change-Id: Ia8f4296a42cd96eb3943648b8ef38e5ecf848008 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-08-19gcc-linaro-4.9: update to 2014.08 releaseFathi Boudra
Change-Id: I3c37c74a055096d2a8bcb298206cbb7b18157ee3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-08-14Fix FILESEXTRAPATHS assignments to eliminate warning messagesGary S. Robertson
Change-Id: I8e3c628ed97c5c1310f3d84ca06b4f2c75c72132 Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
2014-08-13Bump lsk to latest release tagRiku Voipio
The old git revision in this recipe no longer can be found in lsk git due to rebasing. Switch to git revision that matches the latest release tag, so it won't dissapear. Change-Id: Iad113a45611592f84fad694fecdf6614dd1e3251 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-08-12qemu git: update to 2.1.0 to fix build errorKoen Kooi
OE-core's qemu.inc passes in new configure options that fail with our qemu_git.bb recipe. Change-Id: I161314d4c27b0c9528ed912b225088f2f0cec1f4 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-10qt4-x11-free 4.8.6 bbappend: update patchKoen Kooi
OE-core added mips64 support which clashes with our armv8 support. This fixes: ERROR: Command Error: exit status: 1 Output: Applying patch aarch64.patch patching file src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h Hunk #1 succeeded at 371 (offset 4 lines). Hunk #2 FAILED at 1001. 1 out of 2 hunks FAILED -- rejects in file src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h Patch aarch64.patch does not apply (enforce with -f) ERROR: Function failed: patch_do_patch ERROR: Logfile of failure stored in: /build/scratch/angstrom-v2014.12/build/tmp-angstrom_next-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/qt4-x11-free/4.8.6-r0/temp/log.do_patch.21352 ERROR: Task 1 (/build/scratch/angstrom-v2014.12/sources/openembedded-core/meta/recipes-qt/qt4/qt4-x11-free_4.8.6.bb, do_patch) failed with exit code '1' Change-Id: I155749907835df33d432d87340e81efd0ef234d6 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-09nss-myhostname: overlay for dependency fixKoen Kooi
Change-Id: I3b750c1b136a71f9d6bba5e45c9823d46bb4578c Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-09kexec-tools: drop double applied patchKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-09kexec-tools: move to right directoryKoen Kooi
Change-Id: Ib3be7dee0d248e26f8e71dd9d0ce552017d9e6af Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-08kexec-tools: import recipe from oe-coreKoen Kooi
Also apply bbappend since the recipe shadows both oe-core and meta-linaro. Change-Id: I8059bf4f7b5863906ccd2c1efa66dc01486b72b0 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-08gator: also use OE CXXFLAGSKoen Kooi
This fixes the armv7a build. Change-Id: Id36a544da61f492bb682645a4e657f09c762371b Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-06gator: use aarch64 makefile for everythingKoen Kooi
The regular makefile injects '-mthumb-interwork' in an attempt to be smart. The aarch64 makefile doesn't try to do anything, so use that for everything. Change-Id: I27da91c9a6546641d90e5155d3dfaea0872d8b2f Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-06bootwrapper: fix dependencies and compile flagsKoen Kooi
Bootwrapper needs 'userspace' bits like libgcc and libgcc_s, which kernel.bbclass tries hard to hide. Work around this with explicit DEPENDS on libgcc and restoring *FLAGS in do_compile_append. Change-Id: Icdda8edc83b8b93c7a4796a72ce4aba4770c6721 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-05Merge "gator: update to 5.19 release"Koen Kooi
2014-08-05Merge "binutils 2.24.0: update to linaro 2014.08"Fathi Boudra
2014-08-05Merge "eglibc 2.19: update to linaro 2014.08"Fathi Boudra
2014-08-05binutils 2.24.0: update to linaro 2014.08Koen Kooi
Change-Id: I73f378caa17637503e7d673fca5a65bd638df8b0 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-05eglibc 2.19: update to linaro 2014.08Koen Kooi
Change-Id: Ia1b58cd616c8f6755fe775d361f71df7cd6c94eb Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-05gdb: update to linaro-7.8 2014.08Koen Kooi
Change-Id: I93b1201ea667f0a079082a3e14ed6295af859e3f Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-05gator: update to 5.19 releaseFathi Boudra
Change-Id: I57a03dc4c9995f86b700c3ed4369f8397bd3001a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-08-04eglibc 2.19: sync patches with OE-coreKoen Kooi
This fixes problems with ldconfig/sln installation into /sbin Change-Id: Ic69cec5dac1d1341a9c547ac1b2e5d69b78ab7c1 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-08-01gator: use 'linaro' branchKoen Kooi
The branches are identical at this point, so SRCREV can stay the same. Also prettify recipe a bit. Change-Id: I481f088935d45ac56e172dda4c52462dd47ed804 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-07-28linaro-image-leg-java: alsa-dev -> alsa-lib-devKoen Kooi
Change-Id: Ia7d0baaf2304de5eb4d67acb31eb114e94404261 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-07-25linux-linaro-aarch64: use ;nobranch=1Koen Kooi
Due to rebasing the tagged commits get dropped from the branch leading to: WARNING: Failed to fetch URL git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;branch=linux-linaro;name=kernel, attempting MIRRORS if available ERROR: Fetcher failure: Unable to find revision e72caa28875ec600a6d1bb3e11813fd21c4adb16 in branch linux-linaro even from upstream ERROR: Function failed: Fetcher failure for URL: 'git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;branch=linux-linaro;name=kernel'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /build/scratch/angstrom-v2014.12/build/tmp-angstrom_next-eglibc/work/genericarmv8-angstrom-linux/linux-linaro-aarch64/3.15+gitAUTOINC+e72caa2887-r0/temp/log.do_fetch.22052 ERROR: Task 4 (/build/scratch/angstrom-v2014.12/sources/meta-linaro/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb, do_fetch) failed with exit code '1' Use the 'nobranch' parameter as a workaround. Change-Id: I3864eb15b7d155c5c7a424d5fc5686747d65584b Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-07-25rt-app: add linaro versionKoen Kooi
Change-Id: I64848037c179fb8226842557981ae75897965d8f Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-07-24Revert "linaro-image-lng: add libhugetlbfs-tests"Fathi Boudra
This reverts commit f5692f6c169e676f5c0500c1f2d6037b7c3585a1. Change-Id: Ie3829c49a10e26b297112f266c55c24cb27ae116