summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2012-05-03tclibc-eglibc: drop hardcoded locale-base-en-us/en-gbChristopher Larson1
This is handled by IMAGE_LINGUAS, so hardcoding it here is at best unnecessary duplication. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: update SUPPORTED to match toolchainChristopher Larson1
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: cleanup, simplify, use base_libdirChristopher Larson1
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: silence .a/.debug QA warningsChristopher Larson1
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: split out a libstdc++-staticdev packageChristopher Larson1
This silences one of the QA warnings. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03csl-versions.inc: capture version in signaturesChristopher Larson1
We want to ensure that changing external toolchain version will change the metadata checksums of target recipes. This will do so via ensuring that any variable which references TOOLCHAIN_OPTIONS also pulls in the toolchain version variables. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03base.bbclass: use isinstance for base_eventhandlerChristopher Larson1
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03bitbake.conf: shift build config summary control to hereChristopher Larson2
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03libsndfile1: use PACKAGECONFIG for alsa distro featureChristopher Larson1
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03libpcap: use PACKAGECONFIG for bluetooth distro featureChristopher Larson1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-05-03distcc: use PACKAGECONFIG for x11 distro featureChristopher Larson1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-05-03mesa: add missing flex-native/bison-native depsChristopher Larson1
A quick glance at configure.ac shows that both are required to build mesa, but we were relying on their being built implicitly via other recipes in the dependency chain. Make it explicit. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-05-02libgcc: Add MLPREFIX to sanity check skipSaul Wold1
Fixes: ERROR: QA Issue: non -staticdev package contains static .a library: lib32-libgcov-dev path '/work/x86-pokymllib32-linux/lib32-libgcc-4.7.0+svnr186651-r0/packages-split/lib32-libgcov-dev/usr/lib/i586-pokymllib32-linux/4.7.1/libgcov.a' ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa ERROR: Logfile of failure stored in: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-multilib/build/build/tmp/work/x86-pokymllib32-linux/lib32-libgcc-4.7.0+svnr186651-r0/temp/log.do_package.9691 NOTE: package lib32-libgcc-4.7.0+svnr186651-r0: task do_package: Failed ERROR: Task 1077 (virtual:multilib:lib32:/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-multilib/build/meta/recipes-devtools/gcc/libgcc_4.7.bb, do_package) failed with exit code '1' Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-01eglibc-package: remove /varSaul Wold2
This is a newly installed directory and Makefile that is not needed in an embedded setup It fixes: ERROR: For recipe eglibc, the following files/directories were installed but not shipped in any package: ERROR: /var ERROR: /var/db ERROR: /var/db/Makefile Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-01Fix a couple of missing Upstream-StatusSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-01distro_tracking_fields: Change for ofono, iptables, etcDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01alsa-tools: update to 1.0.25Kang Kai2
Update to version 1.0.25. Add option "--prefix" to GITCOMPILE_ARGS and FILES_${PN} to package the installed but not shipped files. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2012-05-01opkg-collateral: import fixes from OE-ClassicAndreas Oberritter3
* Set lists_dir to /var/lib/opkg commit 16808bc4817492beba512f4e73bce8c232d1eafa Author: Marcin Juszkiewicz <hrw@openembedded.org> Date: Mon Mar 17 23:40:48 2008 +0000 * Update new options sample and move the opkg.conf to correct place commit cc9825d97962287df75e164aec456901292e1b7f Author: Tick Chen <ticktock35@gmail.com> Date: Mon Dec 29 19:41:47 2008 +0800 Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-05-01opkg-utils: bump SRCREV for Packages cache fix and other fixesMartin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-01xorg: add more native BBCLASSEXTENDs from meta-oeMartin Jansa9
* We have now .bbappends in meta-oe, but adding native BBCLASSEXTEND doesn't add any maintenance cost to oe-core and makes recipe upgrades easier (no need to wait for .bbappend renames ready for meta-oe). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-01busybox: Pass HOST_CC_ARCH through CONFIG_EXTRA_CFLAGSKhem Raj2
The -mabi option is part of HOST_CC_ARCH which does not appear in CFLAGS. This is for completeness since compiler already defaults to n64 it wont matter that much Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01gdb: Add support for building gdb target for SH4Khem Raj3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01pcmanfm: Add sh3/sh4 to supported hostsKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01gcc-cross.inc: Fix cross testing scriptKhem Raj1
shift the cmdline argument after determining there is atleast 1 argument to shift otherwise it ends up in error when no argument is specified Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01gdb: Dont need lttng-ust for SH4Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01musicbrainz: Specify libpthread on cmdline for uclibcKhem Raj1
uclibc librt needs some functionality from libpthread Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01gettext,m4: Add -lrt to LDFLAGS for uclibcKhem Raj4
uclibc has recently got posix_spawn implementation and the implementation resided in librt so we link -lrt to get the configure tests using uclibc provided definitions and not the gnu-lib wrappers Let libintl.a live in -staticdev package Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01glib-2.0: Dont disable iconv for uclibcKhem Raj2
Currently we stub out iconv in glib when building for uclibc which is not needed and infact results in building systems with false hope of having iconv and they misbehave during runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01uclibc-0.9.33: Update to tip of 0.9.33 branchKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01uclibc-git: Update to latest git tipKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-05-01tune-sh4.inc: Fix spelling of big-endian feature setPeter Seebach3
In tune-sh3, tune-xscale, and tune-sh4, several FEATURES lines referred to nonexistent features like "sh3eb" when they should have referred to "sh3 bigendian" or the like. Caught by the TUNEVALID sanity check. Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01ofono: upgrade to 1.6Martin Jansa2
* 1.5 is not compatible with glib-2.32 and newer | In file included from gisi/client.h:30:0, | from gisi/client.c:33: |/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly." Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01iptables: upgrade to version 1.4.13Dongxiao Xu2
Remove a patch since it is already in upstream. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01bluez-hcidump: upgrade to version 2.4Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01telepathy-glib: upgrade to version 0.18.1Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01telepathy-mission-control: upgrade to version 5.12.0Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-05-01gst-fluendo-mpegdemux: upgrade to version 0.10.70Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-04-30qt-4.8.1: Fix compile failures on qemux86Richard Purdie6
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-30tcl: fix target recipe build issue on older distrosNitin A Kamble2
the builddir is put in front of the LD_LIBRARY_PATH, causing dynamically linking of target library with native tclsh. Fix this behavior to cross build tcl correctly. This issue got exposed when eglibc-2.15 was configured for the target. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27tcmode-default.inc: Update to eglibc 2.15 everywhereRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27package_rpm: Only rebuild the indexes if the packages have changedRichard Purdie1
This change farms the solvedb creation out to a separate script which handles creation of the index, only if mtime of any of the packages has changed. For a core-image-minimal set of rpm's this saves ~20s of a 45s rootfs build. For core-image-sato it saves 1 minute of a 5 minute rootfs build. The more packages in the system, the bigger the saving will be. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27xorg-app: Use ${libdir} and ${datadir} for packaging.Lianhao Lu16
Used ${libdir} and ${datadir} instead of hard coded direcotries for packaging. Also included INC_PR in PR. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27avahi: not using hard coded libdir.Lianhao Lu1
Used ${libdir} instead of the hard docoded libdir. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27popt: Fixing pkgconfig file installation issue.Lianhao Lu2
Install the pkgconfig files into $(libdir) instead of $(prefix)/lib/. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27qt4: Make 4.8.1 the default versionRichard Purdie4
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27qt4: Add missing patch headersRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-27Qt 4.8 GCC 4.7 fixesKen Werner4
This change introduces two new patches to Qt 4.8. One prevents the build system from using the -fuse-ld=gold GCC flag as this isn't upstream and therefore not supported by many toolchains out there. The second patch fixes a compile time error when using toolchains based on GCC 4.7. Signed-off-by: Ken Werner <ken.werner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-26xf86-video-vesa: Add recommendation for xserver libint10 module which this ↵Richard Purdie1
driver needs Without this module, the driver doesn't work correctly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-26package_rpm.bbclass: Replace shell provides/requires script with python versionRichard Purdie1
The existing shell script is a fork bomb and forks off hundreds of grep/cur/wc calls as it reads from its input stream and iterates over the file data table for each line of input. This patch replaces the shell code with python code which doesn't exec anything and hence runs much faster without the exec() overhead. This speeds up rpm packaging considerably, as can be measured simply by timing it, or watching the processor utilisation. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-26mesa: Fix mklibs patch to simply remove troublesome uname usageRichard Purdie2
Without this we started seeing the -mx32 flag being passed to the compiler for things like arm builds which makes no sense. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>