summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* dfu-util: add version 0.4Martin JaMa Jansa2011-08-146-5/+100
| | | | | | | | | | | | * return dfu-util_static, as static binary is more usefull from deploy dir I've tried to build static version with libtool, but in the end this is easier and someone can use both shared/static version * Thanks to GNUtoo for initial recipes http://shr-project.org/trac/ticket/1465 * move usbpath dependency to dfu-util_0.1 Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64Denys Dmytriyenko2011-08-121-13/+0
| | | | | | | GLIBC_DYNAMIC_LINKER* is now updated by do_headerfix() from oe-core Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core ↵Koen Kooi2011-08-123-2/+36
| | | | | | updates Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: append PR to S to match oe-core and fix do_headerfixDenys Dmytriyenko2011-08-121-1/+1
| | | | | | | | This fixes the gcc-cross-inital failure, as reported here: http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/6150 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.96Koen Kooi2011-08-111-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio : Bump SRCREV to current version. Fix packaging warning.Philip Balister2011-08-112-2/+3
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cherokee: import from OE .dev and clean upKoen Kooi2011-08-114-0/+98
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav git: import from OE .dev and clean upKoen Kooi2011-08-112-0/+144
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: Various fixups to ensure consistent gcc buildsKoen Kooi2011-08-1011-11/+1
| | | | | | | | | | | | | | | (ported from oe-core for consistency) We ensure that: * the shared work directory contains PR and ensure PR values are consistent across gcc builds * the regexp to handle library directories is in a specific task and run once This avoids breakage that was seen in incremental builds after commit be1f70d68b6b75772ebab8bdff683ddd7c42b0cd in oe-core where the interpretor could become corrupted. This was due to the sed expression corrupting the source directory. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: inherit perlnativeKhem Raj2011-08-081-2/+2
| | | | | | | | otherwise intltool fails to find XML parser module as it uses perl from build host Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Link with librt explicitly on uclibcKhem Raj2011-08-061-0/+2
| | | | | | | | Latest systemd has started to use mq_* functions which are found on librt in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel: copy defconfig to {B} vs {S}Bruce Ashfield2011-08-051-2/+2
| | | | | | | | | | | | | | | | | | | | | For kernel's that use a split source/object build the copy of defconfig to {S} in the base kernel class is problematic. The previous solution for this was to override the do_configure of the base kernel class in a subclass. While this is still a viable/valid option, it does mean that changes to the base do_configure will be missed. The solution to this is to copy a defconfig to {B} which is typically the same as {S}, so most kernel recipes won't see or care about this change. With this change in place, linux-yocto.bbclass can drop its override of do_configure. Tested with linux-yocto and oe linux recipes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variablesNitin A Kamble2011-08-051-1/+1
| | | | | | | | | | | | KERNEL_LD was using ${LD} in it's definition, which is not correct for different ABIs such as x32 or i386 on x86_64 machine. This brings it into sync with the corresponding gcc settings, likewise the same with the KERNEL_AR variable. [RP: Updated commit message] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbcalss: Added do_savedefconfig task.Noor, Ahsan2011-08-051-0/+6
| | | | | | | * Added do_savedefconfig task to kernel.bbclass. Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel,cml1.bbclass: Move menuconfig to cml1Noor, Ahsan2011-08-051-15/+0
| | | | | | | * The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v33-3Koen Kooi2011-08-052-93/+5
| | | | | | Adding the docbook deps removes the need for the xml removal patch Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Bring in linaro patches upto 07.2011 releaseKhem Raj2011-08-0320-1/+5845
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd: Refresh format-replace-m-uclibc.patchKhem Raj2011-08-031-23/+23
| | | | | | | This patch needed refresh against latest systemd sources Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: update to 3.2.1Koen Kooi2011-08-023-11/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* orc: add 0.4.14Koen Kooi2011-08-022-0/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd-firmare: update to 3.2.1Koen Kooi2011-08-023-11/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iceauth: Import 1.0.4 from oe.devAndreas Müller2011-08-021-0/+8
| | | | | | | | | | The patch was imported from the OpenEmbedded git server (git://github.com/openembedded/openembedded.git) as of commit id 033af22d565adabc05303f88e76e31e7d239756c. Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: update to 173Koen Kooi2011-08-021-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Bring latest upstream and linaro patchesKhem Raj2011-07-3012-199/+1870
| | | | | | | | Build tested on angstrom-2010/console-image for all qemus + beagleboard for both uclibc/eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v32Koen Kooi2011-07-291-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rp-pppoe: Resync the 3.8 recipe with oe.dev and cleanup patchesTom Rini2011-07-287-3/+23
| | | | | | | | | | - Update HOMEPAGE (from oe.dev) - Bump PR to match oe.dev (will sync the next bits back over) - Add Upstream-Status to all patches and a description to the ones missing descriptions. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcgroup: update to 0.37.1Koen Kooi2011-07-282-17/+18
| | | | Also fix PAM support
* systemd: update to v31 + 2 bugfixesKoen Kooi2011-07-283-70/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rp-pppoe: Port from oe.devTom Rini2011-07-2611-0/+389
| | | | | | | | | | | The difference between this and oe.dev are: - Reset PR - Add bitfields site variable to the endian site file This was wrong in oe.dev for BE (mips). - Add LIC_FILES_CHKSUM Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: add optional systemd supportKoen Kooi2011-07-262-6/+30
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openvpn: import from openembeddedMartin Jansa2011-07-263-0/+153
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libiconv: Delete recipesKhem Raj2011-07-263-16057/+0
| | | | | | | libiconv 1.13.1 is now merged into oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* slim 1.3.2: fix build and packagingKoen Kooi2011-07-251-1/+7
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* siteinfo bbclass: remove, it has been synced back to oe-coreKoen Kooi2011-07-221-222/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-glamo: bump SRCREV, remove upstream applied patchMartin Jansa2011-07-212-69/+2
| | | | | | * remove mese-dri from RDEPENDS as we're now using kernel without DRM patch and it can fallback to sw rendering just fine Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: fix build with curl-7.21.8 and newerMartin Jansa2011-07-212-2/+44
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tangogps: fix build with curl-7.21.8 and newerMartin Jansa2011-07-212-1/+40
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: remove if_alg.h test from configureMartin Jansa2011-07-211-1/+3
| | | | | | * we're not building alg-test and if_alg.h needs newer linux-libc-headers than many distributions prefer now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-terminal: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: add missing dependency usbpathMartin Jansa2011-07-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tangogps: add misssing dependency bluez4Martin Jansa2011-07-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pidgin: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala-dbus-binding-tool: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.95, fix packagingKoen Kooi2011-07-211-4/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.76Koen Kooi2011-07-203-19/+4
| | | | | | The libnl patch isn't needed anymore, the wifi-scan util is gone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mercurial-native: Add 1.9 versionTom Rini2011-07-191-0/+24
| | | | | | | This is based on 91c14caa8819b08def8ea99e02949e49604c2e86 from oe.dev with an update to 1.9. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* guile: Move 'configure-fix.patch' to guile-1.8.7 dirTom Rini2011-07-191-0/+0
| | | | | | This patch is used by both native and target recipes. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* libgpg-error: switch over to a bbappendPaul Eggleton2011-07-153-79/+2
| | | | | | | Updates meta-oe to libgpg-error 1.10. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atk: switch over to a bbappendPaul Eggleton2011-07-153-29/+2
| | | | | | | Updates meta-oe to atk 1.32.0. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgcrypt: turn into a bbappendPaul Eggleton2011-07-154-84/+2
| | | | | | | | The only meaningful difference was a BBCLASSEXTEND so move this to a bbappend file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>