summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-02-18meta/lib/oe/path: Use check_output for subprocess so we can see error info. ↵Richard Purdie1
Import code to be python 2.6 compatible. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-18local.conf.sample: Handle the case the user incomments a machine entry and ↵Richard Purdie1
expects it to override the default Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-18conf/machine: Drop older machines with no recent updatesRichard Purdie499
These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-18local.conf.sample: Update MACHINE list to match our website and documented ↵Richard Purdie1
supported list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-18bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-17gstreamer: reenable PARALLEL_MAKEDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-17openssl: fix parallel makeQing He3
Signed-off-by: Qing He <qing.he@intel.com>
2011-02-17connman-gnome: Enable config menu popup even services are not availableDongxiao Xu2
User may still want to configure networks even if current services are not available, for example, set online/offline mode, etc. Enable the popup menu even if the status is unavailable. This fixes [BUGID #472] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-17recipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE.Lianhao Lu1
Set the value of CONFIG_SITE for correct autoconf config site files. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-17toolchain-script/populate_sdk/meta-toolchain: moving common code.Lianhao Lu3
moving common code between populate_sdk.bbclass and meta-environment.bb into toolchain-script.bbclass. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-17toolchain-scripts.bbclass: Added libtool sysroot support.Lianhao Lu1
Added missing --with-libtool-sysroot and --sysroot in environment files. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-18gtk+: Fix build of documentationScott Garman5
This resolves the following error messages when building gtk+ documentation: mv: cannot stat `gtk-faq': No such file or directory mv: cannot stat `gtk-tut': No such file or directory Fixes [BUGID #730] Also adds docbook-utils-native to DEPENDS so we don't rely on host documentation building tools. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-18docbook-utils-native: set SGML_EXTRA_CATALOGS in jwScott Garman1
Point jw to the native sysroot master catalog. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-18openjade-native: Set datadir explicitlyScott Garman1
datadir was previously defaulting to usr/share and hence could not find openjade's data files. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-18docbook-dsssl-stylesheets-native: add missing files to installScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-17perl-native: fix parallel buildNitin A Kamble3
perl native recipe was failing on 40-way system with the parallel build turned on. With this patch the parallel build on 40 way build system is not failing. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Passed 31 clean/build cycles on the 40-way. Tested-by: Darren Hart <dvhart@linux.intel.com>
2011-02-17libc-package.bbclass: Disable lib packaging dependenies for libc-initial ↵Richard Purdie1
versions Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16buildstats.bbclass: Remove unneeded debug outputRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16gypsy: Convert SRCREV to a git revision instead of an svn one after recipe ↵Richard Purdie1
migration Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16perl perl-native: turn on parallel makeNitin A Kamble2
tested this on all architectures, and build works fine. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-02-16lttng-viewer: Fix rootfs contructionMark Hatle1
A required run-time library was leaking into the -dev package. This caused a large number of -dev packages to be included in the build. This library is now part of the base lttng-viewer split. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-16iputils: enable generation of man pagesScott Garman1
This fixes [BUGID #211] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16opensp: improve configuration and install stepsScott Garman1
* For the -native case we need to point two configure options to the SGML catalogs in the native sysroot * Some packages (e.g, iputils) use different names for the openSP utilities, so create these names as symlinks after do_install Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16docbook-utils-native: new recipe v0.6.14Scott Garman1
Recipe derived from OpenEmbedded. Starting with a -native only version for now. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16sgml-common-native: fix license info and checksum fieldsScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16texinfo: recipe cleanup, add native supportScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16eds-dbus: reenable PARALLEL_MAKESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16pango: reenable PARALLEL_MAKESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16ncurses: reenable PARALLEL_MAKESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16gettext: reenable PARALLEL_MAKESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16linux-libc-headers-yocto: Added RPROVIDES.Lianhao Lu1
[BUGID #714] Added RPROVIDES_${PN}-dev and RPROVIDES_${PN}-dbg for linux-libc-headers-yocto to provides "linux-libc-headers-dev" and "linux-libc-headers-dbg" respectively. This resolved the dependency issue of libc6-dev depending upon linux-libc-headers-dev. Package linux-libc-headers-yocto-dev will be installed as linux-libc-headers-dev. Also bumped the PR. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-16poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridableSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16package_rpm: Fix solverdb generationMark Hatle3
The RPM solverdb was potentially being generated multiple times. Fix this by ensuring we only process each directory once. Also correct an issue where the solution did not necessarily follow the preferred architecture ordering, reverse the default Poky ordering so that preferred is listed first. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-16image.bbclass: Disable shell debug messagesMark Hatle1
By default image had a "set -x" to enable shell debug messages, this adds a lot of overhead to the system due to logging. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-16rpm: Avoid fsync when writing filesMark Hatle2
By default RPM strives for the safest possible file creation and enforces fsync on each file. This changes that default by backporting the fsync disabled from the latest CVS snapshot. This will cut a few minutes off the rootfs generation using RPM. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-16rpm: Add the ability to use the platform file during installMark Hatle4
Add a new rpm macro, rpmrc_platform_path to specify an alternative platform file. This is required to allow the dep resolver to identify compatible packages. Also workaround a minor problem with the --showrc command in RPM. A bug has been reported upstream on this. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-16Doing uname without subprocess: buildstats.bbclassBeth Flanagan1
Instead of using subprocess which is problematic, we should use platform instead. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2011-02-16mkfontdir/font-alias: Fix native RDEPENDSRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16sqlite3-native: Drop dependencies on ncurses and readline plus enable in ↵Richard Purdie2
memory temporary tables Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled ↵Richard Purdie1
correctly Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15bitbake/runqueue: When we successfully fork off a task and there are more ↵Richard Purdie1
processes we can start do so immediately Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15bitbake/runqueue: When we have successfully collected a pid value return ↵Richard Purdie1
True to ensure we don't sleep in the main loop Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for ↵Richard Purdie1
SIGCHLD events Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15bitbake/cooker: Ensure delays are accurately transfered to the idle loops ↵Richard Purdie1
from runqueue Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15buildstats.bbclass: Fix expand call syntaxRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15buildstats.bbclass: Save ended time in TaskFinished eventsRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-15linux-yocto: add jasperforest BSP and fix lttng NMI bugBruce Ashfield1
During the introduction of the jasperforest BSP, a lttng issues was picked up with NMI tracing. The upstream (and our solution) is to revert that commit. This change updates the meta repo for jasperforest and pushes out the nmi revert to all BSPs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-02-15README.hardware: update the beagleboard serial port documentationDarren Hart1
Update the README.hardware beagleboard description to account for the use of the OMAP_SERIAL in recent kernel recipes. Add a note documenting how to use the old 8250 based serial devices for older kernels. Correct a type. Correct the boot script name from user.scr to boot.scr. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Gary Thomas <gary@mlbassoc.com>
2011-02-15linux-libc-headers-yocto: disable device tree generationBruce Ashfield1
Fixes [BUGID #719] The common routines for handling a git based yocto kernel are included from the lib headers recipe to checkout the appropriate branch of the kernel for header generation. linux-yocto.inc includes device tree installation rules which typically apply to a kernel user of the include file, but do not apply to a simple header generation. The fix is to override the DTB variables in this recipe, which disable the device tree installation rules. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>