]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agotar-replacement-native: Fix install
Richard Purdie [Mon, 21 Feb 2011 16:44:09 +0000 (16:44 +0000)]
tar-replacement-native: Fix install

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agotar-replacement-native: Add a target to replace the default tar
Richard Purdie [Mon, 21 Feb 2011 16:29:43 +0000 (16:29 +0000)]
tar-replacement-native: Add a target to replace the default tar

tar < 1.24 has symlink issues where extracting a tar archive containing a symlink
to a directory where that symlink already exists will cause the symlink to be
dereferenced. If that target doesn't exist tar can fail with a permissions error.

Since we need to be able to do this for packages containing symlinks like
xorg-minimal-fonts and eglibc, we have to ensure a tar 1.25 is available early
in the build process.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agosiggen: add bb.data, bb.parse imports
Chris Larson [Wed, 16 Feb 2011 22:41:37 +0000 (15:41 -0700)]
siggen: add bb.data, bb.parse imports

(Bitbake rev: 8eafb12208fcd073f930c0c74f25831d02c02198)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agouihelper: import bb.build, kill commented lines
Chris Larson [Wed, 16 Feb 2011 22:58:07 +0000 (15:58 -0700)]
uihelper: import bb.build, kill commented lines

(Bitbake rev: 718448e96d714adf8aaecedac5cb77c7f36b9cdb)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorunqueue: simplify RunQueueStats.copy
Chris Larson [Wed, 16 Feb 2011 22:24:24 +0000 (15:24 -0700)]
runqueue: simplify RunQueueStats.copy

(Bitbake rev: 778571f155139fcf43d0e30e875c39d6592ae03f)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorunqueue: pass a copy of the RunQueueStats to events
Chris Larson [Wed, 16 Feb 2011 22:18:06 +0000 (15:18 -0700)]
runqueue: pass a copy of the RunQueueStats to events

This avoids cases where the stats are modified after the event is fired but
before it's dispatched to the UI.

(Bitbake rev: 1954f182687a0bd429175dda87f05d8a94bb403a)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorm_work.bbclass: Improve handling of noexec tasks
Richard Purdie [Mon, 21 Feb 2011 12:58:06 +0000 (12:58 +0000)]
rm_work.bbclass: Improve handling of noexec tasks

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolib/oe/path.py: Add expection class to handle the output argument
Richard Purdie [Mon, 21 Feb 2011 11:00:34 +0000 (11:00 +0000)]
lib/oe/path.py: Add expection class to handle the output argument

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorpm: Increase the number of solvedb's allowed
Mark Hatle [Sat, 19 Feb 2011 01:01:08 +0000 (19:01 -0600)]
rpm: Increase the number of solvedb's allowed

Increase the number of allowed solvedb's to 20 from the original 5.

We also add an additional error message to RPM incase the 20 is ever
exceeded.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: Changes to section 3.4.4 and new 3.4.5
Scott Rifenbark [Thu, 17 Feb 2011 14:07:06 +0000 (08:07 -0600)]
documentation/kernel-manual/kernel-how-to.xml: Changes to section 3.4.4 and new 3.4.5

I made some updates to the 3.4.4 section according to Bruce Ashfield's
feedback.  I also added a new section 3.4.5 (Creating a BSP Based on an
Existing Similar BSP Without a Local Kernel Repository).

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: fix to step 3 and 4 of section 3.4.4
Scott Rifenbark [Tue, 15 Feb 2011 22:07:45 +0000 (16:07 -0600)]
documentation/kernel-manual/kernel-how-to.xml: fix to step 3 and 4 of section 3.4.4

Added text after the sample bbappend file stating that the user needs
to update the KSRC assignment statement and also remove its comment.
Also they have to remove the comment from the SRC_URI line.

Changed the bitbake command in step 4 to use the linux-yocto-stable
file rather than the linux-yocto file.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: Fix to step 3 of section 3.4.4
Scott Rifenbark [Tue, 15 Feb 2011 21:54:25 +0000 (15:54 -0600)]
documentation/kernel-manual/kernel-how-to.xml: Fix to step 3 of section 3.4.4

Changed 'linux-yocto_git.bbappend' to 'linux-yocto-stable_git.bbappend'
in step 3 just before the code example.  This makes the code consistent
with the rest of the example supporting the 2.6.34 kernel.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: Fix to step 1 of section 3.4.4
Scott Rifenbark [Tue, 15 Feb 2011 21:49:33 +0000 (15:49 -0600)]
documentation/kernel-manual/kernel-how-to.xml: Fix to step 1 of section 3.4.4

Step one states that the linux-yocto_git.bbappend file is left.  This
file is associated with distro 2.6.37 kernel and the rest of the
example is associated with the 2.6.34 kernel.  So, I changed the
step to indicate that the directory is left with a linux-yocto-stable_git.bbappend
file.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agometa/lib/oe/path: Use check_output for subprocess so we can see error info. Import...
Richard Purdie [Fri, 18 Feb 2011 18:14:50 +0000 (18:14 +0000)]
meta/lib/oe/path: Use check_output for subprocess so we can see error info. Import code to be python 2.6 compatible.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolocal.conf.sample: Handle the case the user incomments a machine entry and expects...
Richard Purdie [Fri, 18 Feb 2011 15:52:02 +0000 (15:52 +0000)]
local.conf.sample: Handle the case the user incomments a machine entry and expects it to override the default

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoconf/machine: Drop older machines with no recent updates
Richard Purdie [Fri, 18 Feb 2011 15:32:57 +0000 (15:32 +0000)]
conf/machine: Drop older machines with no recent updates

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>
14 years agolocal.conf.sample: Update MACHINE list to match our website and documented supported...
Richard Purdie [Fri, 18 Feb 2011 15:20:01 +0000 (15:20 +0000)]
local.conf.sample: Update MACHINE list to match our website and documented supported list

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep call
Richard Purdie [Fri, 18 Feb 2011 11:43:32 +0000 (11:43 +0000)]
bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep call

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agogstreamer: reenable PARALLEL_MAKE
Dongxiao Xu [Thu, 17 Feb 2011 08:56:48 +0000 (16:56 +0800)]
gstreamer: reenable PARALLEL_MAKE

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoopenssl: fix parallel make
Qing He [Thu, 17 Feb 2011 07:16:02 +0000 (15:16 +0800)]
openssl: fix parallel make

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoconnman-gnome: Enable config menu popup even services are not available
Dongxiao Xu [Thu, 17 Feb 2011 07:21:30 +0000 (15:21 +0800)]
connman-gnome: Enable config menu popup even services are not available

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>
14 years agorecipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE.
Lianhao Lu [Thu, 17 Feb 2011 02:51:08 +0000 (10:51 +0800)]
recipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE.

Set the value of CONFIG_SITE for correct autoconf config site files.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
14 years agotoolchain-script/populate_sdk/meta-toolchain: moving common code.
Lianhao Lu [Thu, 17 Feb 2011 02:48:12 +0000 (10:48 +0800)]
toolchain-script/populate_sdk/meta-toolchain: moving common code.

moving common code between populate_sdk.bbclass and meta-environment.bb
into toolchain-script.bbclass.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
14 years agotoolchain-scripts.bbclass: Added libtool sysroot support.
Lianhao Lu [Thu, 17 Feb 2011 02:43:38 +0000 (10:43 +0800)]
toolchain-scripts.bbclass: Added libtool sysroot support.

Added missing --with-libtool-sysroot and --sysroot in environment files.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
14 years agogtk+: Fix build of documentation
Scott Garman [Thu, 17 Feb 2011 21:35:05 +0000 (13:35 -0800)]
gtk+: Fix build of documentation

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>
14 years agodocbook-utils-native: set SGML_EXTRA_CATALOGS in jw
Scott Garman [Thu, 17 Feb 2011 21:33:27 +0000 (13:33 -0800)]
docbook-utils-native: set SGML_EXTRA_CATALOGS in jw

Point jw to the native sysroot master catalog.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoopenjade-native: Set datadir explicitly
Scott Garman [Thu, 17 Feb 2011 21:30:14 +0000 (13:30 -0800)]
openjade-native: Set datadir explicitly

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>
14 years agodocbook-dsssl-stylesheets-native: add missing files to install
Scott Garman [Thu, 17 Feb 2011 21:29:02 +0000 (13:29 -0800)]
docbook-dsssl-stylesheets-native: add missing files to install

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoperl-native: fix parallel build
Nitin A Kamble [Thu, 17 Feb 2011 00:39:21 +0000 (16:39 -0800)]
perl-native: fix parallel build

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>
14 years agolibc-package.bbclass: Disable lib packaging dependenies for libc-initial versions
Richard Purdie [Thu, 17 Feb 2011 00:17:01 +0000 (00:17 +0000)]
libc-package.bbclass: Disable lib packaging dependenies for libc-initial versions

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobuildstats.bbclass: Remove unneeded debug output
Richard Purdie [Wed, 16 Feb 2011 23:17:59 +0000 (23:17 +0000)]
buildstats.bbclass: Remove unneeded debug output

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agogypsy: Convert SRCREV to a git revision instead of an svn one after recipe migration
Richard Purdie [Wed, 16 Feb 2011 21:15:43 +0000 (21:15 +0000)]
gypsy: Convert SRCREV to a git revision instead of an svn one after recipe migration

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoperl perl-native: turn on parallel make
Nitin A Kamble [Wed, 16 Feb 2011 19:53:16 +0000 (11:53 -0800)]
perl perl-native: turn on parallel make

tested this on all architectures, and build works fine.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolttng-viewer: Fix rootfs contruction
Mark Hatle [Wed, 16 Feb 2011 15:42:11 +0000 (09:42 -0600)]
lttng-viewer: Fix rootfs contruction

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>
14 years agoiputils: enable generation of man pages
Scott Garman [Wed, 16 Feb 2011 00:39:31 +0000 (16:39 -0800)]
iputils: enable generation of man pages

This fixes [BUGID #211]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoopensp: improve configuration and install steps
Scott Garman [Wed, 16 Feb 2011 00:36:12 +0000 (16:36 -0800)]
opensp: improve configuration and install steps

* 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>
14 years agodocbook-utils-native: new recipe v0.6.14
Scott Garman [Thu, 10 Feb 2011 03:44:21 +0000 (19:44 -0800)]
docbook-utils-native: new recipe v0.6.14

Recipe derived from OpenEmbedded. Starting with a -native only
version for now.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agosgml-common-native: fix license info and checksum fields
Scott Garman [Fri, 4 Feb 2011 20:22:55 +0000 (12:22 -0800)]
sgml-common-native: fix license info and checksum fields

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agotexinfo: recipe cleanup, add native support
Scott Garman [Tue, 8 Feb 2011 02:43:41 +0000 (18:43 -0800)]
texinfo: recipe cleanup, add native support

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoeds-dbus: reenable PARALLEL_MAKE
Saul Wold [Wed, 16 Feb 2011 15:33:13 +0000 (07:33 -0800)]
eds-dbus: reenable PARALLEL_MAKE

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopango: reenable PARALLEL_MAKE
Saul Wold [Wed, 16 Feb 2011 15:32:42 +0000 (07:32 -0800)]
pango: reenable PARALLEL_MAKE

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoncurses: reenable PARALLEL_MAKE
Saul Wold [Wed, 16 Feb 2011 15:32:28 +0000 (07:32 -0800)]
ncurses: reenable PARALLEL_MAKE

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agogettext: reenable PARALLEL_MAKE
Saul Wold [Wed, 16 Feb 2011 15:32:05 +0000 (07:32 -0800)]
gettext: reenable PARALLEL_MAKE

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolinux-libc-headers-yocto: Added RPROVIDES.
Lianhao Lu [Tue, 15 Feb 2011 11:13:19 +0000 (19:13 +0800)]
linux-libc-headers-yocto: Added RPROVIDES.

[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>
14 years agopoky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridable
Saul Wold [Wed, 16 Feb 2011 05:10:09 +0000 (21:10 -0800)]
poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridable

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopackage_rpm: Fix solverdb generation
Mark Hatle [Wed, 16 Feb 2011 04:56:13 +0000 (22:56 -0600)]
package_rpm: Fix solverdb generation

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>
14 years agoimage.bbclass: Disable shell debug messages
Mark Hatle [Wed, 16 Feb 2011 04:54:38 +0000 (22:54 -0600)]
image.bbclass: Disable shell debug messages

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>
14 years agorpm: Avoid fsync when writing files
Mark Hatle [Wed, 16 Feb 2011 04:43:42 +0000 (22:43 -0600)]
rpm: Avoid fsync when writing files

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>
14 years agorpm: Add the ability to use the platform file during install
Mark Hatle [Wed, 16 Feb 2011 04:20:49 +0000 (22:20 -0600)]
rpm: Add the ability to use the platform file during install

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>
14 years agoDoing uname without subprocess: buildstats.bbclass
Beth Flanagan [Wed, 16 Feb 2011 02:37:59 +0000 (18:37 -0800)]
Doing uname without subprocess: buildstats.bbclass

Instead of using subprocess which is problematic, we should use platform
instead.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
14 years agomkfontdir/font-alias: Fix native RDEPENDS
Richard Purdie [Wed, 16 Feb 2011 14:28:02 +0000 (14:28 +0000)]
mkfontdir/font-alias: Fix native RDEPENDS

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agosqlite3-native: Drop dependencies on ncurses and readline plus enable in memory tempo...
Richard Purdie [Wed, 16 Feb 2011 12:37:07 +0000 (12:37 +0000)]
sqlite3-native: Drop dependencies on ncurses and readline plus enable in memory temporary tables

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled correctly
Richard Purdie [Wed, 16 Feb 2011 12:35:35 +0000 (12:35 +0000)]
bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled correctly

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue.py: Ensure child has the default SIGCHLD handler restored
Richard Purdie [Wed, 16 Feb 2011 12:33:40 +0000 (12:33 +0000)]
bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restored

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue: When we successfully fork off a task and there are more processes...
Richard Purdie [Tue, 15 Feb 2011 23:20:54 +0000 (23:20 +0000)]
bitbake/runqueue: When we successfully fork off a task and there are more processes we can start do so immediately

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue: When we have successfully collected a pid value return True to...
Richard Purdie [Tue, 15 Feb 2011 23:20:20 +0000 (23:20 +0000)]
bitbake/runqueue: When we have successfully collected a pid value return True to ensure we don't sleep in the main loop

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIGCHLD...
Richard Purdie [Tue, 15 Feb 2011 23:19:43 +0000 (23:19 +0000)]
bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIGCHLD events

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/cooker: Ensure delays are accurately transfered to the idle loops from runqueue
Richard Purdie [Tue, 15 Feb 2011 23:18:39 +0000 (23:18 +0000)]
bitbake/cooker: Ensure delays are accurately transfered to the idle loops from runqueue

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobuildstats.bbclass: Fix expand call syntax
Richard Purdie [Tue, 15 Feb 2011 21:41:56 +0000 (21:41 +0000)]
buildstats.bbclass: Fix expand call syntax

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobuildstats.bbclass: Save ended time in TaskFinished events
Richard Purdie [Tue, 15 Feb 2011 19:34:13 +0000 (19:34 +0000)]
buildstats.bbclass: Save ended time in TaskFinished events

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto: add jasperforest BSP and fix lttng NMI bug
Bruce Ashfield [Tue, 15 Feb 2011 18:56:08 +0000 (13:56 -0500)]
linux-yocto: add jasperforest BSP and fix lttng NMI bug

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>
14 years agoREADME.hardware: update the beagleboard serial port documentation
Darren Hart [Mon, 14 Feb 2011 22:52:47 +0000 (14:52 -0800)]
README.hardware: update the beagleboard serial port documentation

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>
14 years agolinux-libc-headers-yocto: disable device tree generation
Bruce Ashfield [Mon, 14 Feb 2011 19:07:38 +0000 (14:07 -0500)]
linux-libc-headers-yocto: disable device tree generation

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>
14 years agobuildstats: Disable uname subprocess call for now since it appears to be breaking...
Richard Purdie [Tue, 15 Feb 2011 11:51:28 +0000 (11:51 +0000)]
buildstats: Disable uname subprocess call for now since it appears to be breaking runqueue somehow

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoMerge branch 'srifenbark/docs' of ssh://git.pokylinux.org/poky-contrib
Richard Purdie [Tue, 15 Feb 2011 10:02:27 +0000 (10:02 +0000)]
Merge branch 'srifenbark/docs' of ssh://git.pokylinux.org/poky-contrib

14 years agogypsy: Change gypsy upstream repo address
Dongxiao Xu [Tue, 15 Feb 2011 01:00:34 +0000 (09:00 +0800)]
gypsy: Change gypsy upstream repo address

This fixes [BUGID #623].

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoBuildstats commit: buildstats.bbclass
Beth Flanagan [Sun, 13 Feb 2011 00:25:09 +0000 (16:25 -0800)]
Buildstats commit: buildstats.bbclass

Used to track some basic build metrics by build and task/event level.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: More changes to the creating BSP section.
Scott Rifenbark [Mon, 14 Feb 2011 23:04:23 +0000 (17:04 -0600)]
documentation/kernel-manual/kernel-how-to.xml: More changes to the creating BSP section.

These changes implemented Bruce Ashfield's next round of changes to the
section 4.3.3 example.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: Fixed type
Scott Rifenbark [Wed, 9 Feb 2011 18:32:15 +0000 (12:32 -0600)]
documentation/kernel-manual/kernel-how-to.xml: Fixed type

In section 4.3.3 step 2 there was a directory 'build/donf/bblayers.conf'.
I fixed the typo to 'build/conf/bblayers.conf'.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: - Condense and merge example changed.
Scott Rifenbark [Tue, 8 Feb 2011 19:48:13 +0000 (13:48 -0600)]
documentation/kernel-manual/kernel-how-to.xml: - Condense and merge example changed.

The example used to show how to condense and merge two BSPs into a second
SCM used a non-existant machine (cav_ebt5800-standard).  I replaced this
machine with 'common_pc_64-standard, which is a real machine.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: [BUGID# 597] Reversing common-pc-standard
Scott Rifenbark [Tue, 8 Feb 2011 19:35:45 +0000 (13:35 -0600)]
documentation/kernel-manual/kernel-how-to.xml: [BUGID# 597] Reversing common-pc-standard

[BUGID# 597] - After talking with Bruce Ashfield the kernel documentation
needs to support the 2.6.34 disribution.  So, the 'common-pc-standard'
strings need to be changed back to 'common_pc-standard'.  This fix restores
them.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 631] - Added tip for...
Scott Rifenbark [Tue, 8 Feb 2011 18:23:54 +0000 (12:23 -0600)]
documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 631] - Added tip for saving disk space during a build.

[BUGID# 631] - I added a tip in the section where we show a sample build.
The tip says that you can add 'INHERIT += "rm_work"' to the local.conf file
to help conserve disk space during a build.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: [BUGID# 597] Fixed common_pc
Scott Rifenbark [Tue, 8 Feb 2011 17:24:00 +0000 (11:24 -0600)]
documentation/kernel-manual/kernel-how-to.xml:  [BUGID# 597] Fixed common_pc

[BUGID# 597] - Changed the string "common_pc" to "common-pc".

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoprocess.py: Avoid deprecation warning
Richard Purdie [Mon, 14 Feb 2011 16:32:07 +0000 (16:32 +0000)]
process.py: Avoid deprecation warning

bitbake/lib/bb/process.py:15: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxpsb-glx: add libxfixes and libxdamages to DEPENDS
Saul Wold [Mon, 14 Feb 2011 13:30:59 +0000 (05:30 -0800)]
xpsb-glx: add libxfixes and libxdamages to DEPENDS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolibva: add libxfixes to DEPENDS
Saul Wold [Mon, 14 Feb 2011 13:30:18 +0000 (05:30 -0800)]
libva: add libxfixes to DEPENDS

Fixes [BUGID #716]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agokernel.bbclass: add approproate X Environment variables to allow xterm to start
Saul Wold [Mon, 14 Feb 2011 08:41:37 +0000 (00:41 -0800)]
kernel.bbclass: add approproate X Environment variables to allow xterm to start

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agobitbake.conf: change revision fetching to use newer fetch2 code
Saul Wold [Mon, 14 Feb 2011 07:57:59 +0000 (23:57 -0800)]
bitbake.conf: change revision fetching to use newer fetch2 code

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agodistro tracking: minor fix to mc lastest version
Saul Wold [Mon, 14 Feb 2011 07:57:00 +0000 (23:57 -0800)]
distro tracking: minor fix to mc lastest version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agodbus: change owner and mode for dbus-daemon-launch-helper in postinst
Dongxiao Xu [Fri, 11 Feb 2011 09:05:06 +0000 (17:05 +0800)]
dbus: change owner and mode for dbus-daemon-launch-helper in postinst

Add code in dbus postinst to change owner and mode for
dbus-daemon-launch-helper.

[BUGID #603]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agowpa-supplicant: change dbus interface
Dongxiao Xu [Fri, 11 Feb 2011 09:03:55 +0000 (17:03 +0800)]
wpa-supplicant: change dbus interface

The new interface "fi.w1.wpa_supplicant1" is used in latest connman,
thus add it in the wpa_supplicant default configuration.

Besides, enable netlink support with libnl 2.0 mode.

[BUGID #603]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agobitbake/fetch2: Revert part of the unpack change until the issues with it are resolved
Richard Purdie [Sun, 13 Feb 2011 00:05:06 +0000 (00:05 +0000)]
bitbake/fetch2: Revert part of the unpack change until the issues with it are resolved

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorecipes: pre/post actions
Mark Hatle [Thu, 10 Feb 2011 00:13:50 +0000 (18:13 -0600)]
recipes: pre/post actions

A number of the recipes did not properly label their pre and post
actions, causing the actions to occur in all split packages.  This
was corrected by defaulting to _${PN} in most cases.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agopackage.bbclass: Breakout the strip from the populate_packages
Mark Hatle [Tue, 8 Feb 2011 22:07:47 +0000 (16:07 -0600)]
package.bbclass: Breakout the strip from the populate_packages

Break out the file split/strip from the populate_packages.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agobusybox: Rework busybox to fix limitations in initscripts
Mark Hatle [Fri, 11 Feb 2011 20:18:16 +0000 (14:18 -0600)]
busybox: Rework busybox to fix limitations in initscripts

A recent busybox change added a "second" initscript to the main busybox
package.  This however is not supported by the update-rc.d.bbclass.
Instead we split the package so that each initscript gets it's own split.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agofetch2: unpack revision
Mark Hatle [Fri, 11 Feb 2011 17:43:54 +0000 (11:43 -0600)]
fetch2: unpack revision

Revise the unpack function to have a way to disable the unpack.  This is
based on the work from "Andreas Oberritter <obi@opendreambox.org>", see
http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?id=2bdfe8519eda8067845019a699acdf19a21ba380

In addition, the to_boolean function comes from the work of
"Chris Larson <chris_larson@mentor.com>", see
http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?id=900cc29b603691eb3a077cb660545ead3715ed54

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agoopenjade: fix build issues
Scott Garman [Thu, 10 Feb 2011 00:00:08 +0000 (16:00 -0800)]
openjade: fix build issues

* Recipe is now -native only
* Fix install failure due to missing install path
* Removed recipe cruft that was not needed, simplifying it
* Removed unnecessary patches
* Improved patch comment for makefile.patch

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agomirrors.bbclass: Ensure we don't overwrite any existing MIRRORS variable
Richard Purdie [Fri, 11 Feb 2011 23:50:46 +0000 (23:50 +0000)]
mirrors.bbclass: Ensure we don't overwrite any existing MIRRORS variable

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Add explict network access exception and handling to give users usabl...
Richard Purdie [Fri, 11 Feb 2011 22:08:21 +0000 (22:08 +0000)]
bitbake/fetch2: Add explict network access exception and handling to give users usable error messages

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect
Richard Purdie [Fri, 11 Feb 2011 21:59:23 +0000 (21:59 +0000)]
bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolttng-control: Fix SRC_URL to point at lttng.org
Saul Wold [Fri, 11 Feb 2011 15:57:36 +0000 (07:57 -0800)]
lttng-control: Fix SRC_URL to point at lttng.org

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopuzzles: Update to r9084
Saul Wold [Fri, 11 Feb 2011 15:51:57 +0000 (07:51 -0800)]
puzzles: Update to r9084

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agobitbake/fetch2: Fix patch merge error
Richard Purdie [Fri, 11 Feb 2011 16:24:26 +0000 (16:24 +0000)]
bitbake/fetch2: Fix patch merge error

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream and...
Richard Purdie [Fri, 11 Feb 2011 16:16:51 +0000 (16:16 +0000)]
bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream and MIRRORS are being used

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Ensure network access status is reset for each loop iteration in...
Richard Purdie [Fri, 11 Feb 2011 16:15:36 +0000 (16:15 +0000)]
bitbake/fetch2: Ensure network access status is reset for each loop iteration in download()

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agosstate: Fix bugs after new fetcher
Zhai Edwin [Fri, 11 Feb 2011 13:55:07 +0000 (21:55 +0800)]
sstate: Fix bugs after new fetcher

Current sstate's fetch code doesn't reflect latest fetcher changes, so old
fetch style cause exception and fail silently.

[BUGID #708] got fixed.

Another issue is "import xxx" in python function from sstate.bbclass can only
sit in the head of the function, else have UnboundLocalError: "local variable
XXX referenced before assignment".

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agobitbake/fetch2/wget: Fix missing string parameter reference
Richard Purdie [Fri, 11 Feb 2011 12:16:44 +0000 (12:16 +0000)]
bitbake/fetch2/wget: Fix missing string parameter reference

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs
Richard Purdie [Fri, 11 Feb 2011 12:14:20 +0000 (12:14 +0000)]
bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Correctly handle git mirror tarball fetching
Richard Purdie [Fri, 11 Feb 2011 12:06:44 +0000 (12:06 +0000)]
bitbake/fetch2: Correctly handle git mirror tarball fetching

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/fetch2: Pass over malformatted (empty) mirror url lines
Richard Purdie [Fri, 11 Feb 2011 12:04:59 +0000 (12:04 +0000)]
bitbake/fetch2: Pass over malformatted (empty) mirror url lines

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>