summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINESKoen Kooi2011-06-141-1/+3
| | | | | | | | | | | | | | | | * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES setting for a recipe. * This will allow recipes to work for entire families of devices without having to maintain/update the compatible devices as new devices are added into a family Based on 07076390358f211bd96779bec2d6eb5eaa0ad699 by Chase Maupin <chase.maupin@ti.com> (From OE-Core rev: dc303cbf25cf48aa98ff1979882820dd25f8cd9d) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: Drop accidentally commited lineRichard Purdie2011-06-141-2/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them"Richard Purdie2011-06-141-1/+1
| | | | | | This reverts commit a205c32dcb229e30c5e8eead1472593fc8bc96a6. This was accidentally committed.
* Revert "uclibc.inc: libsegfault is only RPROVIDED by uclibc"Richard Purdie2011-06-141-1/+1
| | | | | | This reverts commit 611aaca1cd983ef0b1c6442082aa31e098c63892. This was accidentally commited.
* uclibc.inc: libsegfault is only RPROVIDED by uclibcKhem Raj2011-06-141-1/+1
| | | | | | | | | | Using ${PN} also means that uclibc-initial gets to provide it which we do not want (From OE-Core rev: d90c5e093250a04d813b66ff586bda849ca6fed3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: backport distro-features handling from oe masterPhil Blundell2011-06-142-3/+79
| | | | | | | | | | This is a backport from oe master of the code which adjusts the busybox config according to DISTRO_FEATURES etc. (From OE-Core rev: b5564c4a9cadf306b447180c433b25ec071f8ce1) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning themKoen Kooi2011-06-141-1/+1
| | | | | | | | | The ext3 format is pretty much mandatory for qemu usage, so always create it. (From OE-Core rev: 94da548810eece652bd32fb68a36f978b7d7cf2a) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* jsib-glib: Fix SRC_URI ChecksumSaul Wold2011-06-141-1/+1
| | | | | | | (From OE-Core rev: 0c68589eaf29d63379fa9beafdb1578114521085) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-tools: fix ChecksumsSaul Wold2011-06-141-2/+5
| | | | | | | (From OE-Core rev: 62b66f2a216b0c88588a8f6ac439bb3e5d9c146d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-4.6.0: Bring in patches from FSF 4.6 branchKhem Raj2011-06-14330-321/+28144
| | | | | | | | | | | | | This brings in new patches from 4.6 release branch updates the comment section of existing branch to not contain patch numbers. Tested build on qemu for arm ppc mips x86 and x86_64 (From OE-Core rev: 3968f33b6542cf20cf63cf49bfbc033bd2486295) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eglibc: migrate configurability from oeKang Kai2011-06-143-1/+76
| | | | | | | | | | | | | Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in local.conf.sample.extended to enable those options. (From OE-Core rev: 022ca1d1357caafdfe23aa9ab82f90ba89b6942b) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eglibc 2.12/2.13: Upgrade SRCREVKhem Raj2011-06-142-2/+2
| | | | | | | | | | | | We need http://www.eglibc.org/archives/patches/msg00923.html to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG is disabled. This patch has been backported to both 2.12 and 2.13 branches. We bump SRCREVs to have that change. (From OE-Core rev: 30558af716833c52ce1eae4c408a6794aad96cb2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-diet: Fixed checksum and rebase patchSaul Wold2011-06-142-32/+44
| | | | | | | (From OE-Core rev: fc2ef23f651bb06124a22168a72c881b9f32cb08) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* update-alternatives-dpkg: Fix SRC_URI ChecksumSaul Wold2011-06-141-2/+2
| | | | | | | (From OE-Core rev: f82e7e4d9ae16ece5835720081e12e63ebbe2cbd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman-gnome 0.5: build from gitKoen Kooi2011-06-145-4268/+4
| | | | | | | | | All the local patches were applied upstream, so let's build straight from git to make that clear (From OE-Core rev: 28246a275a0d7208f0361735685688803965648e) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Fix SRC_URI & LIC_FILES ChecksumSaul Wold2011-06-141-4/+4
| | | | | | | (From OE-Core rev: 250c89a34fedeadf5c098b64cb1833e45194a108) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext_0.18.1.1.bb: Fix build on uclibcKhem Raj2011-06-142-3/+25
| | | | | | | | | | Use libc-uclibc override to seprate out uclibc bits instead of using TARGET_OS (From OE-Core rev: e1f0ba3b1cccaf8e209d63dab638b341c029aae6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettextKhem Raj2011-06-141-2/+2
| | | | | | | | | So multiple provider problem can be reolved amicably (From OE-Core rev: 904749315385b3c2951a23748577cb65b862606b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d_git: Switch SRC_URI to git.gnome.orgSaul Wold2011-06-141-1/+1
| | | | | | | (From OE-Core rev: e47bfe3b31e8a52a0e47d22eb65c092bc67097b1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* json-glib: Fix up SRC_URI ChecksumsSaul Wold2011-06-141-2/+2
| | | | | | | (From OE-Core rev: c86813f67dc7a20d2a4f6b2694db03ee53d6936b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* import recipe_sanity.bbclass from oe masterPhil Blundell2011-06-141-0/+179
| | | | | | | | | This is a verbatim copy of the corresponding class from oe master. (From OE-Core rev: fa32b087888bab399a5cd1e3f16213575fe396e2) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc: fix compile error on i586Phil Blundell2011-06-142-0/+26
| | | | | | | | | | | | | | Without this you get: | libc/sysdeps/linux/common/epoll.c: In function '__libc_epoll_pwait': | libc/sysdeps/linux/common/epoll.c:71:80: error: memory input 7 is not directly addressable | libc/sysdeps/linux/common/epoll.c:75:86: error: memory input 7 is not directly addressable | make: *** [libc/sysdeps/linux/common/epoll.o] Error 1 (From OE-Core rev: aeacad638c2a3d5f0b6299edc3890fdaad312c79) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ghostscript: update SRC_URIKang Kai2011-06-141-9/+10
| | | | | | | | | | | | | | | | | Build ghostscript-native fails on a i686 machine because it can't get the source objarch.h and soobjarch.h, and .h files are not needed for native package, so update the SRC_URI to fix it. (From OE-Core rev: 4091e811c04245d53bc1bb82087e3e476c7c8c1a) Signed-off-by: Kang Kai <kai.kang@windriver.com> Removed the do_configure_prepend and folded into the target do_configure since the native was picking it up for the do_configure_virtclass/native() and then failing on i686. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: restore the dependency on perl-nativeDexuan Cui2011-06-142-4/+4
| | | | | | | | | | | | | | | [YOCTO #1155] I thought git-native could depend on perl-native-runtime and tests on Ubuntu 9.04/10.10 and Fedora 13 show it could buid fine (looks these distros install perl-ExtUtils-MakeMaker by default). However Joshua reported on Fedora 15 i686 host, git-native can't build unless he manually installed perl-ExtUtils-MakeMaker to the host. This makes me think we may as well make git-native depend on perl-native. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* linux-yocto: rename recipes to explicitly indicate versionBruce Ashfield2011-06-142-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing recipe names for the linux-yocto kernel builds worked well when there was a single, or two versions of the kernel available. But with the impending kernel updates and retirement of older kernels, the re-use of the same recipes for different kernel versions violates the principle of least surprise. To address this, the recipes are being renamed as follows: linux-yocto_git.bb -> linux-yocto_2.6.37.bb linux-yocto-stable_git.bb -> linux-yocto_2.6.34.bb There continue to be versionless recipe names that feed into versioned recipes at the appropriate points. They are: linux-yocto-dev.bb (tracking the latest yocto dev kernel) linux-yocto-korg_head.bb (tracking korg kernels) There are no existing users of linux-yocto-stable in the master branches to convert to the new naming, so these changes work in isolation. (From OE-Core rev: 576c87349a72a94357014ff29f55db692903ed80) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc: remove PACKAGE_ARCHPhil Blundell2011-06-141-3/+1
| | | | | | | | | | | | | | | There is no good reason for uclibc to be machine specific. Remove local assignment to PACKAGE_ARCH so that it gets the default target architecture and bump PR for that change. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html (From OE-Core rev: 6625936c011aa939e60041dc6be9850e925a6cc3) Signed-off-by: Phil Blundell <philb@gnu.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc: remove redundant python codePhil Blundell2011-06-141-11/+1
| | | | | | | | | | | | | This chunk of python code has been around for a while (witness the comment about gcc 3.4.0) and predates the availability of COMPATIBLE_HOST. Rewrite it using a more modern idiom. (From OE-Core rev: c0f8fc3579fb4cebc0bd01b868d919738f9b03a9) Signed-off-by: Phil Blundell <philb@gnu.org> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc: Cleanup the machine dependent config filesKhem Raj2011-06-1410-188/+17
| | | | | | | | | | We only have arch specific machine fragments now. Introduce use of KCONFIG_ALLCONFIG and use allnoconfig (From OE-Core rev: b87df62a0bb402a1b1dbdee182c1ffd2787979bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl-native: fix download urlAnders Darander2011-06-141-1/+1
| | | | | | | (From OE-Core rev: 92714eb3b08951eb1576e9370492ec3d4374ee75) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* autoconf/automake: Bump PR to resolve perl-native issueSaul Wold2011-06-142-2/+2
| | | | | | | (From OE-Core rev: e7e00c4d8e86a90c19f553b35a62aa091b6ad14c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: update the info for the following recipesDexuan Cui2011-06-141-59/+54
| | | | | | | | | | | | | | | | | | | | | | screen: remove the duplicate info tcf-agent: update MANUAL_CHECK_DATE gnome-doc-utils startup-notification util-macros liberation-fonts resourceproto dri2proto glproto inputproto pixman libxext libxi xcb-util (From OE-Core rev: 4f15c075c97a7e8b1158b1b7f23771ad120126b1) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: upgrade from 1.4.2 to the latest version 1.4.3Dexuan Cui2011-06-141-2/+4
| | | | | | | (From OE-Core rev: b99989e635ddc00d2fb03b5014ec34906b3211bf) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxext: upgrade from 1.2.0 to the latest version 1.3.0Dexuan Cui2011-06-141-3/+3
| | | | | | | (From OE-Core rev: d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: upgrade from 0.20.2 to the latest stable 0.22.0Dexuan Cui2011-06-141-4/+4
| | | | | | | | | | | Update LIC_FILES_CHKSUM: 1) COPYING: only format change; no actual license change. 2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it. (From OE-Core rev: d0a8130b688d270bac1119aa1b1fde6cb2397a39) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* inputproto: upgrade from 2.0.1 to the latest version 2.0.2Dexuan Cui2011-06-141-2/+2
| | | | | | | (From OE-Core rev: 38749cfebbcd812c3923684b184c281808ada50b) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glproto: upgrade from 1.4.12 to the latest version 1.4.13Dexuan Cui2011-06-141-2/+2
| | | | | | | (From OE-Core rev: f45ac5d80e758a5f5f83c11f75ff12592c91a66a) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dri2proto: upgrade from 2.3 to the latest version 2.4Dexuan Cui2011-06-141-2/+2
| | | | | | | (From OE-Core rev: 8e401b62fd11b6c6df56c8616e0c1459c194beab) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* resourceproto: upgrade from 1.1.1 to the latest version 1.2.0Dexuan Cui2011-06-141-3/+3
| | | | | | | | | | Update LIC_FILES_CHKSUM due to the only change: + Copyright (c) 2002 XFree86 Inc (From OE-Core rev: 4110a9161487b43a3207ee4c89af38d7c9d27f5d) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-macros: upgrade from 1.13.0 to the latest version 0.14.0Dexuan Cui2011-06-141-2/+2
| | | | | | | (From OE-Core rev: 745af7406f9c12253f64f9869a94aa89987dc2ca) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* startup-notification: upgrade from 0.10 to the latest version 0.12Dexuan Cui2011-06-141-2/+2
| | | | | | | (From OE-Core rev: e0a8d4cf62a2912dd5abb2324be230a39124ab5a) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6Dexuan Cui2011-06-141-3/+3
| | | | | | | (From OE-Core rev: 0fe3575fc7f9fa1caade8e741b8ff4f9ea72b4e6) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: update Upstream-Status for multiple recipes' patchesDexuan Cui2011-06-142-2/+2
| | | | | | | | | | lttng-ust gnome-doc-utils (From OE-Core rev: a7707e2b517feb2e59fda989869dcd9789aeb08e) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadianDexuan Cui2011-06-141-1/+1
| | | | | | | | | | | | | [YOCTO #1163] For some test I need to back to use gcc-4.5, so I changed GCCVERSION and SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather than 4.5.1, would be built! Finally I made this patch to fix the issue. (From OE-Core rev: 40ae82136b0bd8fc0dc74225700afbb9017a8c38) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nativesdk.bbclass: Correct ordering of manipulationsRichard Purdie2011-06-131-16/+37
| | | | | | | | | | | | OVERDIDES is the key variable that needs to be set prior to data finalisation. The other variables should be manipulated after finalisation so any DEPENDS_prepend and _append are accounted for. This patch ensures this is the case. The PACKAGES maniupulations are not enabled at this time as they don't function 100% correctly yet. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-sdk-host: Add nativesdk to the task name so its clearer what the ↵Richard Purdie2011-06-134-3/+3
| | | | | | | | | contents of the task represent This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* initrdscripts: Inhibit compiler/libc dependencies as this is just a ↵Richard Purdie2011-06-131-0/+1
| | | | configuration file
* sysvinit-inittab: Inhibit compiler/libc dependencies as this is just a ↵Richard Purdie2011-06-131-0/+2
| | | | configuration file
* initscripts: makedevs is no longer used anywhere so drop dependency. Also ↵Richard Purdie2011-06-131-3/+3
| | | | inhibit compiler/libc dependencies as they're unused
* poky-feed-opkg: Disable default toolchain dependencies as these are just ↵Richard Purdie2011-06-131-0/+1
| | | | configuration files
* base-files: Inherit toolchain dependencies as a compiler isn't usedRichard Purdie2011-06-131-0/+2
|