aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2011-07-01dietsplash: add git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01kernel.bbclass: Ensure kernel/* internal sysroot working directory don't get ↵Richard Purdie
packaged This removes a couple of megabytes of QA warnings! Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01tzcode: Update tzdata version.Anders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01iw: add 0.9.20Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01gcc 4.5: update to work with shared-workKoen Kooi
http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01systemd_git.bb: Add patch to disable --nonet optionKhem Raj
Hi I am not particularly happy with this patch but by letting xsltproc download stylesheets from internet it atleast compiles the thing. But its very slow. So any better solution if someone has suggestion please by all means -Khem Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01systemd_git.bb: Alias mkostemp() to mkstemp() for uclibc targetsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-30systemd: clean up serial port handling some more and fix the screen clearing ↵Koen Kooi
problem Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28systemd: move machine specific package out to a new recipeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28libcap2: drop, it's in oe-core alreadyKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28systemd: bump SRCREV to fix capability dropping on older (<.39) kernelsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28inih: bump SRCREV to sync with upstream r12Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28freerdp-extension-xpunlimited: bump SRCREV to fix a build failureOtavio Salvador
FreeRDP has renamed its library from libfreerdp to libfreerdp-core thus this needed changes too. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28freerdp: bump SRCREV to gather fixesOtavio Salvador
This new version has many major refactorings that will be available on 0.9.0 release but the main fix is related to serial port redirection that has got many fixes and improvements. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28xf86-video-geode: add 2.11.12 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to armKhem Raj
Otherwise it will compile libgcc in thumb mode when thumb mode is selected and libgcc in thumb mode does not work well. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-27systemd: bump SRCREV to get the new daemonsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-26mesa: package dri drivers seperately, like OE-core doesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24lvm2: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
update and clean Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24gcc-4.6: Change the bbappend to match oe-core changesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23mesa-dri: sync packaging with OE-core, prepare for further PACKAGE_ARCH cleaningKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23kernel.bbclass: Stop do_install poking directly into the sysroot and evading ↵Richard Purdie
sstate do_install was putting files directly into the sysroot which means sstate had no knowledge of them. This meant they didn't get cleaned along with the other files from the task amongst other issues. This patch puts them in ${D} where they were supposted to be. Tested-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23mesa: move PACKAGE_ARCH = MACHINE_ARCH to the mesa-dri includeKoen Kooi
mesa-dri is the only machine specific one, leaking MACHINE_ARCH into mesa-x11 causes massive sstate mismatch Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23kernel.bbclass: Stage System.map with KERNEL_VERSION suffixTom Rini
Without this, images will fail now that kernel-abiversion is back. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-22glib-2.0: sync with OE-coreKoen Kooi
remove 2.28.1 and merge in packaging changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-22kernel.bbclass: restore kernel-abiversion fileKoen Kooi
This fixes external module recipes that need $KERNEL_VERSION. It got removed by commit a9d41062e24a6b99661b3a5256f369b557433607 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue Mar 8 17:09:10 2011 -0800 kernel/bbclass: rework kernel and module classes to allow for building out-of-tree modules seemingly as an oversight. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-20slim: add 1.3.2Koen Kooi
1.3.1 was imported from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed, but heavily cleaned Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-20sessreg 1.0.6: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-20xorg-xserver: fix packaging and make udev the default config managerKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19obex-data-server: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19obexd: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19openobex 1.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19glib-2.0: import 2.28.8 untill it gets into OE-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19midori: add 0.3.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19dropbear-systemd: config files for socket-based activation of dropbearKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19gnuradio: update to 3.4.0 and clean upKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19libsdl 1.2.14: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19gsl: fix licence checksumsKoen Kooi
also clean up some metadata Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19swig: fix license checkums, delete old versionsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19fftwf 3.2.2: add Vesperix NEON codeKoen Kooi
See http://www.vesperix.com/arm/fftw-arm/index.html for details Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19fftw: fix license checksums and delete old versionsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19uhd: fix striplevel of patchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19cppunit: add 1.21.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19gnomebase.bbclass: add /usr/share/GConf and gconf schemas into default ↵Koen Kooi
FILES_${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19qmake2: update qt from 4.4.3 to 4.7.3Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19qt4: remove qt4-tools-sdkPaul Eggleton
qt4-tools-sdk has been replaced by qt4-tools-nativesdk in oe-core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19qt4: replace recipes with bbappendsPaul Eggleton
The only functional difference between these recipes and the ones in oe-core is the addition of PostgreSQL, MySQL and SQLite 2 drivers. Now that we have QT_SQL_DRIVER_FLAGS in the oe-core Qt4 recipes we can replace the overlayed recipes with bbappends which enable the drivers using this variable. (Note: there is no bbappend for qt4-tools-native as this does not build the SQL drivers.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19libcc 4.5: inherit INC_PR from the main gcc includesKoen Kooi
This fixes: Not downgrading package libgcc1 on root from 4.5-r30.0+svnr168622 to 4.5-r0+svnr175127. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19gcc-4.5: Upgrade to latest gcc-4_5-branch and linaro 4.5Khem Raj
Additionally fix ppc build break caused by linaro android config patches. Angstrom console-image built clean from scratch for arm ppc mips x86 x86_64 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-17rsyslog: add 5.8.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>