aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-13add README and license for this layerKoen Kooi
2011-02-10udev 165: explicitly tell udev to replay 'add' triggersKoen Kooi
2011-02-09binutils-cross-canadian.inc: disable -werror like -cross doesKoen Kooi
The error this works around is: cc1: warnings being treated as errors gas/config/tc-arm.c: In function 'parse_operands': gas/config/tc-arm.c:1876:27: error: 'firsttype$defined' may be used uninitialized in this function gas/config/tc-arm.c:1876:27: error: 'firsttype$index' may be used uninitialized in this function Ideally it should get fixed properly, but let's mimic binutils-cross for now Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-02-07binutils 2.20.1: replace checksumsKoen Kooi
After the fetcher overhaul these started erroring out, not sure what the root cause is Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-02-01qt4x11 bbclass: this is in the core layer now, drop from this oneKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-02-01directfb is in the core layer now, so drop from this oneKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-31qt4: add back DBMsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-31qt4: sync with paule/qt-fixes3Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-30mysql 5.1.40: catch up with sysroot changesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-30cups 1.4.6: clean up recipe and patchesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-30cups: update to 1.4.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28libusb1: no functional changes compared to yocto, so dropKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28udev 165: sync with OEKoen Kooi
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=61a8d80ccdc245898e878d97439a929d758ceb5b Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28libusb-compat: fix bbappend errorKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-28libusb-compat: convert to bbappendKoen Kooi
2011-01-28layer.conf: pick up bbappend files as wellKoen Kooi
2011-01-26xf86-video-omapfb: import from OE, the yocto one is brokenKoen Kooi
See https://lists.yoctoproject.org/pipermail/poky/2011-January/002903.html Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-25pixman 0.21.4: update license checksumKoen Kooi
2011-01-25pixman: add 0.21.4 from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-25htop: add 0.9Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-23kernel bbclass: merge in OE improvements for mkimage, PR and initramfsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-23kernel bbclass: merge in yocto changesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22binutils 2.20.1: merge in yocto fixes for 2.21.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22binutils: import 2.20.1 from yoctoKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22libusb-compat 0.1.3: add license checksumKoen Kooi
* this can be made into a bbappend file with just the PROVIDES line later Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22setuptools: this is in the main yocto layer now, removeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22gcc: sync with yoctoKoen Kooi
* don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-21util-linux: Drop now unneeded DEPENDS on udevKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-21dbus: Drop now unneeded DEPENDS on glib-2.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18omap3.inc: sync with OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18gcc: import yocto rev 0df3c481309e89b93e8a57773eb9c470b4dd13a7Koen Kooi
From: Dexuan Cui <dexuan.cui@intel.com> Date: Sat, 15 Jan 2011 10:47:50 +0000 Subject: libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o Currently gcc-runtime installs the files, but actually gcc-runtime's do_configure checks if the files are available, so before we build gcc-runtime, we should have some recipe install the files first! -- currently gcc-cross-intermediate actually does that(gcc-cross also installs the files, but it installs into the gcc-build-internal* directory), but gcc-cross-intermediate will have its own sysroot in future, after that, gcc-runtime won't build. So let us add this new target recipe and move the installation of the files from gcc-runtime into it changed to apply to gcc 4.5 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-18remove stray patch fileKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-14gcc-4.5.inc: Disable linaro rev 99456 patch for nowKhem Raj
* Fixes the problem as described in http://lists.linaro.org/pipermail/linaro-dev/2011-January/001993.html Signed-off-by: Khem Raj <raj.khem@gmail.com> (OE rev 0af4d2e8be4f0ac4564c3f4c4ae539a4d6a0485d) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13python-numpy: import from OEKoen Kooi
Currently doesn't build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13setuptools.bbclass: import from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13uhd-firmware: import from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13python-setuptools: import from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13gcc 4.5: sync with OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13qt4-tools-native: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13directfb: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13postgresql: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13sqlite 2.8.17: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-13mysql5: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-12ntp: adjust crontab location for cronieKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-12ntp: import from OEKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-08ttf-deja: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07font-update-common: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07gconf: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07policykit: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-07orbit2: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>