summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-06-14linux-yocto: rename recipes to explicitly indicate versionBruce Ashfield2
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. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-14uclibc: remove PACKAGE_ARCHPhil Blundell1
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 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>
2011-06-14uclibc: remove redundant python codePhil Blundell1
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. 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>
2011-06-14uclibc: Cleanup the machine dependent config filesKhem Raj10
We only have arch specific machine fragments now. Introduce use of KCONFIG_ALLCONFIG and use allnoconfig Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14perl-native: fix download urlAnders Darander1
Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-06-14autoconf/automake: Bump PR to resolve perl-native issueSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
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 Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libxi: upgrade from 1.4.2 to the latest version 1.4.3Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libxext: upgrade from 1.2.0 to the latest version 1.3.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14pixman: upgrade from 0.20.2 to the latest stable 0.22.0Dexuan Cui1
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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14inputproto: upgrade from 2.0.1 to the latest version 2.0.2Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14glproto: upgrade from 1.4.12 to the latest version 1.4.13Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14dri2proto: upgrade from 2.3 to the latest version 2.4Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14resourceproto: upgrade from 1.1.1 to the latest version 1.2.0Dexuan Cui1
Update LIC_FILES_CHKSUM due to the only change: + Copyright (c) 2002 XFree86 Inc Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14util-macros: upgrade from 1.13.0 to the latest version 0.14.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14startup-notification: upgrade from 0.10 to the latest version 0.12Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14recipes: update Upstream-Status for multiple recipes' patchesDexuan Cui2
lttng-ust gnome-doc-utils Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadianDexuan Cui1
[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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-13nativesdk.bbclass: Correct ordering of manipulationsRichard Purdie1
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>
2011-06-13task-sdk-host: Add nativesdk to the task name so its clearer what the ↵Richard Purdie4
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>
2011-06-13initrdscripts: Inhibit compiler/libc dependencies as this is just a ↵Richard Purdie1
configuration file Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13sysvinit-inittab: Inhibit compiler/libc dependencies as this is just a ↵Richard Purdie1
configuration file Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13initscripts: makedevs is no longer used anywhere so drop dependency. Also ↵Richard Purdie1
inhibit compiler/libc dependencies as they're unused Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13poky-feed-opkg: Disable default toolchain dependencies as these are just ↵Richard Purdie1
configuration files Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13base-files: Inherit toolchain dependencies as a compiler isn't usedRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13usbinit: Inherit allarch as its a generic scriptRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13keymaps: Inhibit toolchain dependencies as its just configuration filesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13formfactor: Inhibit toolchain dependencies as its just config filesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-13pointercal: Inhibit toolchain dependencies as its just config filesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-10Revert "gcc: rebase the patch to avoid patch rejection"Richard Purdie1
This reverts commit c553b3934f45db8a6e77cfc7673787db3cc64f85. This change clearly breaks builds since subsequent patches depend on changes this patch removes. Not sure what's going on here but this change isn't correct.
2011-06-10gcc: rebase the patch to avoid patch rejectionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-09native/nativesdk: Clean up the depends ordering after bitbake override ↵Richard Purdie6
handling updates This massively cleans up the dependency handling in the two classes when interacting with BBCLASSEXTEND. This change has a dependency on the bitbake override handling change and also the existence of the RecipePreFinalise event. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09conf/sanity.conf: Set the minimum bitbake version correctly, we've needed ↵Richard Purdie1
recent bitbake features for a while Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09image_types.bbclass: Since we apply the override, look for the standard name ↵Richard Purdie1
variable, not the override name Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09pseudo: Fix problem related to realpathMark Hatle3
When pseudo is disabled, certain programs that call realpath may not work properly. This was discovered when using the Qt MOC tool when certain qmake project features are used. [YOCTO #1150] Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-09core-image-lsb-sdk: ensure testapps is part of sdk imageSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-09core-image-sato-sdk: ensure testapps is part of sdk imageSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-09task-core-tools: add mesa-demos to testapps listSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-09metacity 2.30.3: fix build on GNOME-less hosts and fix packagingKoen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09sysvinit: split inittab into it's own recipeKoen Kooi4
Implements the improvements suggested in the original fix for [YOCTO #1131] Signed-off-by: <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09consolekit: update to 0.4.5Koen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09librsvg 2.32.1: fix loader packaging when using gtk >2.20Koen Kooi1
When using the gtk+ from OE-core you would get: WARNING: the following files were installed but not shipped in any package: WARNING: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09kexec-tools: don't depend on virtual/kernelPhil Blundell1
There doesn't appear to be any terribly good reason for kexec-tools to depend on the kernel. (I verified that kexec-tools is buildable in a clean TMPDIR without having previously built virtual/kernel.) Having this dependency in place is a nuisance because it makes it awkward to put kexec into an initramfs. So, it seems like we would be better off without. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09iproute2: update to 2.6.38Paul Eggleton2
Fixes "ip route get" not producing any output (a regression in 2.6.35). See http://marc.info/?l=linux-netdev&m=129442470405398&w=2 and http://marc.info/?l=linux-netdev&m=130038222321440&w=2 for a list of other changes since 2.6.35. Fixes [YOCTO #1006] (reopened) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-06-09avahi: fix dbus system-service packaging and move more things to .incKoen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09distro_tracking_fields.inc: Fix a incorrect date formatMei Lei1
One incorrect date format caused a checking failure in package report system. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-06-09udev: Fix udevd launch issue after system second bootDongxiao Xu1
"grep" command will return 1 if nothing is grepped, which will cause the udevd daemon not working correctly. This fixes [YOCTO #1146] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-09pseudo: Update pseudo to 1.1.1 versionMark Hatle5
Update both the core and pseudo_git packages to the latest 1.1.1 verison. This fixes an issues where the call system() was not wrapped. This could lead to issues where certain spawned commands broke out of a pseudo-chroot and created files in the wrong place. Also the update the 1.0 -> 1.1.1 adds additional capabilities such as beginning support for MacOS X. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-09distro_tracking_fields.inc: add pseudoMark Hatle1
Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>