summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2012-02-10guile: fix cross configure failureLianhao Lu1
[YOCTO #1978] Fixing the cross configure failure by not searching libltdl and libgmp in includedir and libdir. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10valgrind: Fixed Added-support-for-PPC-instructions-mfatbu-mfatbl.patch ↵Saul Wold1
Upstream-Status Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-10gcc: Ensure same sstate hashes for shared soruce directoryLianhao Lu1
Ensure do_patch have the same sstate hashes for nativesdk variants of gcc family recipes, since they share the same source directory. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-02-10gcc-4.6: Some small performance tweaksRichard Purdie1
a) Use the system zlib to avoid building it for each gcc. b) -initial and -intermediate don't need plugins or lto-plugin so disable them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10package.bbclass: Optimise the per file rpm handlingRichard Purdie2
Currently a process was being forked off for each individual file this class wanted to inspect with rpmdeps. This converts it to use rpmdeps-oecore which allows batch processing of these dependencies. For do_package for perl, this reduced the time by about 1 minute (33%). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10sstate.bbclass: Optimise sstate_hardcode_pathRichard Purdie1
The sstate_hardcode_path() function triggered large numbers of exec() calls when processing packages with large numbers of file relocations (e.g. perl). This patch optimises those calls into longer single commands which make the code significantly more efficient. This reduced the do_package time for perl by 2 minutes (from 4.75 minutes) for me. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10gnupg: Add missing DEPENDS on libgcryptKhem Raj1
Found during single recipe rebuilds Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-10sat-solver: Fix build with zlib 1.2.6Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-10zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj45
Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-10distro-tracking-fields: update clutter, clutter_git and mxJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-02-10clutter: upgrade git recipe to reflect 1.8.4 tagJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-02-10mx: ensure gettext and dbus are presentJoshua Lock1
Upstream informs me that D-bus isn't really optional as it's required to make some of the API work such as the single instance MxApplication. Therefore ensure we're building with it enabled. Gettext macros are used in the configure.ac so inherit gettext to ensure the required dependencies are present. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-02-10mx: update to 1.4.2Joshua Lock2
Patch in a copy of introspection.m4 so that we can continue to easily and cleanly disable introspection. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-02-10clutter-1.8: update to clutter-1.8.4Joshua Lock1
Added a note about why we're setting S, so I don't have to figure it out again next time I try and update clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-02-10powerpc64-linux: Update cached autoconf values for libpcap on powerpc64Matthew McClintock1
Without this fix, libpcap will fail to build on powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-02-10u-boot-fw-utils: Add for v2011.06Tom Rini1
This provides the 'fw_setenv' and 'fw_getenv' programs for the target so that the U-Boot environment can be modified from Linux. These programs are system-agnostic and rely on a config file that a given BSP would provide and potentially RRECOMMEND this be installed. Signed-off-by: Tom Rini <trini@ti.com>
2012-02-10distutils.bbclass: override LDSHARED so we use the linker for this build and ↵Matthew McClintock1
not the one used in sstate-cache Without this fix, when packages are being built using distutils and the python packages were deployed from sstate-cache is it possible that the LD command will contain an invalid sysroot override. We can fix this by always exported LDSHARED, which is the env var that distutil looks for to override creating shared libraries. Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-02-10cross.bbclass: add virtclass handlerOtavio Salvador1
Allow use of BBCLASSEXTEND with 'cross' and use of virtclass-cross in recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-10useradd.bbclass: skip processing on virtclass-cross extended packagesOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-09external-csl-toolchain: fix mtd-user.h issueChristopher Larson1
The use of __packed, which isn't defined in userspace, caused busybox build failures. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08tcmode-default: add preference for gdb/gdbserverChristopher Larson1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08classes/buildhistory: sort list fields in package infoPaul Eggleton1
Sort DEPENDS, RDEPENDS, and RRECOMMENDS in package info files so that any changes in order (which are not important) are smoothed out in the change history. Fixes [YOCTO #1961] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-08classes/buildhistory: sort image file listPaul Eggleton1
Sort the contents of files-in-image.txt to avoid unnecessary changes showing up in the history due to reordering. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-08external-csl-toolchain: split out gdbserver packagesChristopher Larson1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08external-csl-toolchain: correct binary packagingChristopher Larson1
CS puts optimized executables in usr/lib/bin, not usr/bin. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08external-csl-toolchain: set PKG/PKGV for staticdevChristopher Larson1
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08task-core-tools-profile: fix valgrind for arm and systemtap for mipsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-07mirrors.bbclass: Add yp.org and oe.org to fallback mirrorsKhem Raj1
This should improve the fetching errors users see when upstream src_uri is unavailable Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07uclibc: Upgrade recipes from 0.9.32 -> 0.9.33Khem Raj33
Prefer 0.9.33 by default Delete recipes for 0.9.32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07dhcp: move dhcp leases files handling to postinst/postrmOtavio Salvador2
Both server and client needs access to leases files so its creation and removal are now handled by postinst/postrm scripts. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-07gcc-cross-testing: Fix evaluation of user and target nameKhem Raj1
Dont use -q to grep we pipe to /dev/null anyway all we care is the return status of grep Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07classes,recipes: Replace POKY_* with CORE_IMAGE_*Khem Raj10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07pseudo: Wrap renameat and opendirKhem Raj3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07mtools-3.9.9: Use correct URI for the mirrorSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-07libx11: Backport _XGetRequest APIKhem Raj2
This API is relatively new and will be in next release of libX11 this is needed for OE qemu-native which links to libx11-native but uses libGL from build system and herein lies the problem if you have bleeding edge distro e.g. ubuntu 12.04(development) libGL.so expects this API to be present. Backported to 1.4.4 thusly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07libdrm: Fix build failure unearthed by uclibcKhem Raj2
uclibc wants to know value of __USE_GNU for certain header prototypes to be enabled. So we move the config.h header up in search list. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07python: Fix build failure of python-elementtree on x86_64Khem Raj2
The problem is due to mixing of headers from host system thusly corrected in setup.py by checkinng if we are cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07gconf,consolekit: Avoid polkit when compiling with uclibcKhem Raj2
polkit uses netdb functionality from glibc which is not available in uclibc therefore we avoid polkit when compiling for uclibc systems. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07runqemu-internal: qemuarm can handle 256MKhem Raj1
Raise the check for max RAM supported for QEMU/arm its 256M since we patched it to be so in OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07Enable options needed for ltp to compileKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07task-core-tools: Divide it into 3 recipesKhem Raj6
task-core-tools-debug, task-core-tools-profile, task-core-tools-testapps otherwise if we choose one through PACKAGE_GROUPS all packages are built since they are in same recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07linux-yocto: fri2: use emgd-1.10Bruce Ashfield2
Updating meta for the following change: [ fri2: use emgd-1.10 Use the yocto/emgd-1.10 branch in place of yocto/emgd. ] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-07kern-tools: remove explicit 'yocto' references from auto-bsp handlingBruce Ashfield1
To adapt to different branch names in a repository, removing explicit references to 'yocto' in automatically created BSPs ensures that they are consistent with the merged variants. Existing BSPs and auto BSPs are not impacted by this change. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-07linux-yocto: rt compiliation fixBruce Ashfield2
Updating the meta SRCREC to pickup the following changes: 70e86dc meta/rt: update rt patch cache Without this change a 3.0 based -rt build will fail to patch. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-07linux-yocto: meta updates for sys940x and cleanupBruce Ashfield2
Updating the meta SRCREV to pickup the following changes: [ Author: Darren Hart <dvhart@linux.intel.com> Date: Wed Feb 1 09:37:48 2012 -0800 Remove boot-live cfg duplication from BSPs Several BSPs duplicated the boot-live fragment in their BSP specific config. Remove the duplication and add CONFIG_RD_GZIP and CONFIG_BLK_DEV_SR to the boot-live fragment. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tzanussi@intel.com> Author: Darren Hart <dvhart@linux.intel.com> Date: Tue Jan 31 13:18:17 2012 -0800 meta: sys940x BSP meta data The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tzanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> ] Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-07linux-yocto: locate and use out of tree features specified on the SRC_URIBruce Ashfield1
In a similar manner to calling the patch.bbclass to locate patches that were listed on the SRC_URI, it is also useful to query about 'other' items that are on the SRC_URI. In the case of linux-yocto, it allows us to know about kernel features that were specific on the URI and then apply them to the current tree. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-07xorg-apps: Bump PR to accomodate meta-oe recipe deletionKhem Raj1
rgb in meta-oe has been removed in favour of oe-core which requires a PR bump so feeds keep working Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07udev: stop providing cache support by defaultOtavio Salvador2
The usefulness of cache nowadays has been reduced a lot and thus it's better to stop using it by default. Dropping the recommends allows for image to decide if they want or not to have cache enabled, instead of require a machine override. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-07systemtap: build and install uprobes.koWade Farnsworth3
SystemTap needs to provide uprobes.ko in order to support user space probing. Build and install the module on systems that support it. Additionally, split off common bits into systemtap_git.inc. Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>
2012-02-07systemtap: extend the recipe to build the native packageWade Farnsworth1
Since the target image may not contain dev tools, it is useful to provide native systemtap in order to be able to compile systemtap scripts for the target. Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>