- May 04, 2012
-
-
Koen Kooi authored
-
- May 02, 2012
-
-
Khem Raj authored
We need to use BPN instead of PN so we access libgcc and not libgcc-nativesdk Signed-off-by:
Khem Raj <raj.khem@gmail.com> Tested-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Khem Raj authored
To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by:
Khem Raj <raj.khem@gmail.com> Tested-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Tested-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 30, 2012
-
-
Koen Kooi authored
* split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Tasslehoff Kjappfot authored
Signed-off-by:
Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Andrea Adami authored
* Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by:
Andrea Adami <andrea.adami@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* on debian wheezy I've seen this $ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd: RPATH=/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/gpsd-3.4:/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib $ chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd `../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file. Usage: chrpath [-v|-d|-c|-r <path>] <program> [<program> ...] with the path given -l|--list List the current rpath/runpath (default) -h|--help Show this usage information. $ chrpath -v chrpath version 0.13 $ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath -v chrpath version 0.14 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* see included patch for description Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* see included patch for description Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 29, 2012
-
-
Martin Jansa authored
* prefix was wrong, because SConstruct expects prefix usable as RPATH and DESTDIR not DESTDIR/prefix combined together in prefix variable Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* python-scons-native executes pkg-config with wrong environment and as result -I/usr/include/libusb-1.0 is returned Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* this is wrong, it's used as path where to install .pc files and we expect them in not directly in sysroot Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Denis 'GNUtoo' Carikli authored
Signed-off-by:
Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 27, 2012
-
-
Koen Kooi authored
The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anyway, the kernel will always build a uImage when you tell it to 'make uImage'. Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
busybox 1.19.4 bbapped: create dir before installing into it, fixes build failures on the autobuilder Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net> Acked-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Tasslehoff Kjappfot authored
Signed-off-by:
Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 26, 2012
-
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* formal changes in r66247 and copy&paste fix in r66262 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* people with this included will notice new release recipes and use them if possible without breaking upgrade path Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* some machines like n900/gta02/palmpre are using extra units to initialize something (g_ether, cmt, ...), so make it easy to bbappend such units * stuff like INHERIT_append_crespo = " systemd" from BSP doesn't play well with systemd.bbclass Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* I have use case where common recipe does inherit systemd and only some BSP's are bbappending some SERVICEs to it * install was moved intentionaly, so that /lib/systemd/system is not created if there is no .service file (causing QA Warning about unpackaged dir) Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-