summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* htop: Link with libubacktrace when compiling for uclibcKhem Raj2011-07-011-0/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dietsplash: add git versionKoen Kooi2011-07-011-0/+20
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: Ensure kernel/* internal sysroot working directory don't get ↵Richard Purdie2011-07-011-0/+6
| | | | | | | | | 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>
* tzcode: Update tzdata version.Anders Darander2011-07-011-4/+4
| | | | | Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: add 0.9.20Koen Kooi2011-07-012-0/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: update to work with shared-workKoen Kooi2011-07-011-2/+3
| | | | | | http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd_git.bb: Add patch to disable --nonet optionKhem Raj2011-07-012-1/+32
| | | | | | | | | | | | 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>
* systemd_git.bb: Alias mkostemp() to mkstemp() for uclibc targetsKhem Raj2011-07-012-1/+21
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: clean up serial port handling some more and fix the screen clearing ↵Koen Kooi2011-06-302-4/+10
| | | | | | problem Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: move machine specific package out to a new recipeKoen Kooi2011-06-283-24/+45
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcap2: drop, it's in oe-core alreadyKoen Kooi2011-06-282-59/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREV to fix capability dropping on older (<.39) kernelsKoen Kooi2011-06-281-10/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* inih: bump SRCREV to sync with upstream r12Otavio Salvador2011-06-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp-extension-xpunlimited: bump SRCREV to fix a build failureOtavio Salvador2011-06-281-1/+1
| | | | | | | FreeRDP has renamed its library from libfreerdp to libfreerdp-core thus this needed changes too. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp: bump SRCREV to gather fixesOtavio Salvador2011-06-281-1/+1
| | | | | | | | 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>
* xf86-video-geode: add 2.11.12 versionOtavio Salvador2011-06-281-0/+10
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to armKhem Raj2011-06-281-1/+2
| | | | | | | | | 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>
* systemd: bump SRCREV to get the new daemonsKoen Kooi2011-06-272-12/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa: package dri drivers seperately, like OE-core doesKoen Kooi2011-06-261-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lvm2: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-243-0/+337
| | | | | | update and clean Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Change the bbappend to match oe-core changesKhem Raj2011-06-2430-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa-dri: sync packaging with OE-core, prepare for further PACKAGE_ARCH cleaningKoen Kooi2011-06-232-2/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: Stop do_install poking directly into the sysroot and evading ↵Richard Purdie2011-06-231-1/+1
| | | | | | | | | | | | | | 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>
* mesa: move PACKAGE_ARCH = MACHINE_ARCH to the mesa-dri includeKoen Kooi2011-06-232-3/+1
| | | | | | 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>
* kernel.bbclass: Stage System.map with KERNEL_VERSION suffixTom Rini2011-06-231-0/+1
| | | | | | | 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>
* glib-2.0: sync with OE-coreKoen Kooi2011-06-222-28/+4
| | | | | | remove 2.28.1 and merge in packaging changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: restore kernel-abiversion fileKoen Kooi2011-06-221-0/+6
| | | | | | | | | | | | | | 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>
* slim: add 1.3.2Koen Kooi2011-06-2013-0/+953
| | | | | | 1.3.1 was imported from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed, but heavily cleaned Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sessreg 1.0.6: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-201-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-xserver: fix packaging and make udev the default config managerKoen Kooi2011-06-201-5/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obex-data-server: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obexd: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openobex 1.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-193-0/+60
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* glib-2.0: import 2.28.8 untill it gets into OE-coreKoen Kooi2011-06-193-0/+78
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: add 0.3.6Koen Kooi2011-06-192-0/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear-systemd: config files for socket-based activation of dropbearKoen Kooi2011-06-194-0/+69
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio: update to 3.4.0 and clean upKoen Kooi2011-06-194-9/+112
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl 1.2.14: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-192-0/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gsl: fix licence checksumsKoen Kooi2011-06-191-3/+2
| | | | | | also clean up some metadata Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* swig: fix license checkums, delete old versionsKoen Kooi2011-06-194-22/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fftwf 3.2.2: add Vesperix NEON codeKoen Kooi2011-06-192-1/+31799
| | | | | | See http://www.vesperix.com/arm/fftw-arm/index.html for details Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fftw: fix license checksums and delete old versionsKoen Kooi2011-06-194-27/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: fix striplevel of patchKoen Kooi2011-06-191-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cppunit: add 1.21.1Koen Kooi2011-06-191-14/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnomebase.bbclass: add /usr/share/GConf and gconf schemas into default ↵Koen Kooi2011-06-191-0/+2
| | | | | | FILES_${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qmake2: update qt from 4.4.3 to 4.7.3Koen Kooi2011-06-193-22/+76
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: remove qt4-tools-sdkPaul Eggleton2011-06-192-96/+0
| | | | | | | 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>
* qt4: replace recipes with bbappendsPaul Eggleton2011-06-1946-1991/+11
| | | | | | | | | | | | | | 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>
* libcc 4.5: inherit INC_PR from the main gcc includesKoen Kooi2011-06-191-1/+1
| | | | | | | | 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>
* gcc-4.5: Upgrade to latest gcc-4_5-branch and linaro 4.5Khem Raj2011-06-1912-217/+7213
| | | | | | | | | | 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>