summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libc-locale: split locale handling from libc recipe.Dongxiao Xu2011-06-2814-79/+176
| | | | | | | | | | | | *libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves locale handling into a separate recipe *libc-locale. [RP: Add fixup with recent eglibc commit conflict for FILES_pn-dbg and PACKAGES] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuimagetest: update cvs and iptables to newer version for toolchain testJiajun Xu2011-06-243-12/+44
| | | | | | | | | | The old versions of cvs and iptables may meet compile error under some architecture - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them to latest version could solve these build error. Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish compile. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* common-licenses: Additions and correctionsBeth Flanagan2011-06-23154-2621/+13946
| | | | | | | | | | I've added more licenses from SPDX and corrected the gcc license so that it is a. parsable and b. accurate to the SPDX standard. I've also done some cleanup of license text and gdb's LICENSE field. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* python: Add python to the dependency to pygobjectMark Hatle2011-06-231-2/+2
| | | | | | | | pygobject requires both python and pygobject-native for compilation. Without python pygobject may fail to compile.. and items that depend on pygobject will fail to compile. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* db: Fix file ownershipMark Hatle2011-06-231-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gnome-doc-utils: Fix the owner/group on select filesMark Hatle2011-06-232-1/+3
| | | | | | | All of the files in ${datadir}/xml/gnome/xslt were being given the uid/gid of the build user. Fix this for the target case, avoid it in the native. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* tzdata: Ensure all files are owned by root:rootMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libtirpc: Fix owner/group of /etc/netconfigMark Hatle2011-06-231-1/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* ghostscript: Fix owner/group of /etc/cupsMark Hatle2011-06-231-1/+3
| | | | | | | | /etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* base-passwd: Fix owners/groupsMark Hatle2011-06-231-5/+5
| | | | | | | | Fix the owners and groups of specific files copied from the developmen tree. This resolves an issue where those files gain the user/group id of the build user. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* resolveconf: Fix file ownersMark Hatle2011-06-231-1/+2
| | | | | | | The file ownership of various configuration files needs to be set to root:root otherwise it inherits the user id of the build. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* native.bbclass: Add a simple chown intercept commandMark Hatle2011-06-232-0/+4
| | | | | | | | During native recipe processing we want to intercept any calls to chown and do nothing. This prevents errors and allows the same recipes to be used for both native and target recipes. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* 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>
* packagedata.py: Fix read_subpkgdata_dict()Richard Purdie2011-06-231-0/+2
| | | | | | | | If both VAR and VAR_foo are in subd, we need to ensure VAR_foo gets returned. Currently the code would work randomly. The only current user is the rpm packaging backend. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/package_rpm.bbclass: Change the way the PV is transformedMark Hatle2011-06-231-5/+18
| | | | | | | | There were some odd instances where the PKGV could not be loaded in the old way. Change to verify that PKGV exists before attempting to retrieve the value from the key. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* 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>
* clutter: Use new git repoZhai Edwin2011-06-231-1/+1
| | | | | | | | clutter move its git server from clutter-project.org to gnome.org [YOCTO #1040] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* kernel.bbclass: restore kernel-abiversion fileKoen Kooi2011-06-231-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> Acked-by: Darren Hart <dvhart@linux.intel.com>
* perf: Fix linux-tools to ensure perf is installed under "fakeroot"Mark Hatle2011-06-231-1/+1
| | | | | | | If perf isn't installed under "fakeroot" (pseudo) control, all of the files are given the build user's uid/gid. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* kernel.bbclass: Add support for perf-dbg packageMark Hatle2011-06-233-3/+4
| | | | | | | | | The perf component is built with the kernel, so ensure that it gets the debug information associated with it. Also bump the PR in the linux-yocto-* to ensure they get rebuilt. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sysfsutils: Fall back to default -dbg packageMark Hatle2011-06-231-4/+2
| | | | | | | The overriden -dbg package wasn't including all of the associated sources, fall back to the default -dbg package instead. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* classes/package_rpm.bbclass: Enhance diagnostic messagesMark Hatle2011-06-231-1/+6
| | | | | | | | | We clearly state now if we are: * Skipping an empty package * Creating a (full) package * Creating an empty package Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* python: Switch to using the default -dbg packageMark Hatle2011-06-234-15/+13
| | | | | | | Python was missing a lot of debug information. Switch to use the default -dbg package. Also add some additional debug information to the -dbg package. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* python-pyobject: Remove unnecessary -dbg settingMark Hatle2011-06-231-2/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libxml-parser-perl: Fix debug packageMark Hatle2011-06-231-1/+3
| | | | | | Certain files were being missed in the -dbg package, fix this. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* texinfo: Change to use the standard -dbg fileMark Hatle2011-06-231-5/+2
| | | | | | Remove the custom -dbg package and replace it the standard configuration. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* psmisc: Remove custom -dbg packages, use defaultMark Hatle2011-06-232-8/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* modutils: Add in missing -dbg packageMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* liba52: Remove custom -dbg, fall back to defaultMark Hatle2011-06-231-4/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* python-gst: Add missing files to the -dbg packageMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* mc: Add missing debug files to -dbgMark Hatle2011-06-231-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gamin: Add missing debug files to -dbgMark Hatle2011-06-231-4/+3
| | | | | | | Add the missing files to the base -dbg package, remove the libPN-dbg as it is non-standard. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gthumb: Add missing debug filesMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* systemtamp: Add missing debug filesMark Hatle2011-06-231-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* trace-cmd: Add missing debug filesMark Hatle2011-06-231-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gstreamer: Add missing debug files.Mark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gtk-sato-engine: Add missing debug filesMark Hatle2011-06-232-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libproxy: Add missing debug filesMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* wireless-tools: Avoid stripping binariesMark Hatle2011-06-232-2/+24
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* busybox: Avoid stripping binariesMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* quota: Avoid stripping binariesMark Hatle2011-06-231-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sysstat: Avoid stripping binariesMark Hatle2011-06-232-1/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* db: Avoid stripping binariesMark Hatle2011-06-231-1/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* unzip: Avoid stripping binariesMark Hatle2011-06-232-2/+53
| | | | | | | Not only do we have to override things on the make line, but we need to hack on configure as well to avoid certain behavior. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* dropbear: Don't patch in configureMark Hatle2011-06-232-2/+4
| | | | | | | We need to avoid applying a patch in configure, because a rebuild could trigger this, without triggering do_patch. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* nasm: Fix aclocalMark Hatle2011-06-231-2/+4
| | | | | | | The mv of aclocal.m4 can only occur once, or it will fail. On a re-run of configure this will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* boost: Move the do_configure_prepend to a seperate taskMark Hatle2011-06-231-2/+4
| | | | | | | | We need to perform those actions after patch, and before configure. Otherwise a rebuild starting with configure will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* tinylogin: Avoid stripped binariesMark Hatle2011-06-232-3/+37
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* tcmode-default.inc: use 4.6 for GCCVERSION and SDKGCCVERSIONKhem Raj2011-06-231-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.6: Switch to using svn SRC_URI for recipeKhem Raj2011-06-23374-741304/+22
| | | | | | | We call the recipes 4.6 Remove the backport patches Signed-off-by: Khem Raj <raj.khem@gmail.com>