]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
13 years agometa-yocto/conf: Change default signature handler.
Lianhao Lu [Thu, 12 Jan 2012 03:40:29 +0000 (11:40 +0800)] 
meta-yocto/conf: Change default signature handler.

[YOCTO #1555]
1. Changed default signature handler to 'basichash' in poky.conf.
2. Added comment about PRservice settings in local.conf.extened.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agolayer.conf: We really need to be able to override files in the core so reverse BBPATH...
Richard Purdie [Wed, 22 Feb 2012 21:59:33 +0000 (21:59 +0000)] 
layer.conf: We really need to be able to override files in the core so reverse BBPATH priority

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky.conf: Fix the MIRROR URI
Saul Wold [Tue, 7 Feb 2012 18:57:40 +0000 (10:57 -0800)] 
poky.conf: Fix the MIRROR URI

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotask-core-tools-profile: change to match oe-core
Saul Wold [Wed, 25 Jan 2012 01:42:05 +0000 (17:42 -0800)] 
task-core-tools-profile: change to match oe-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolinux-yocto_3.2: Fix missing quote that was triggering parsing errors
Richard Purdie [Fri, 3 Feb 2012 11:26:30 +0000 (11:26 +0000)] 
linux-yocto_3.2: Fix missing quote that was triggering parsing errors

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
Tom Zanussi [Thu, 2 Feb 2012 00:28:59 +0000 (18:28 -0600)] 
meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section

Add a new section for LICENSE_FLAGS_WHITELIST, containing a list of
the current packages with LICENSE_FLAGS.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
Bruce Ashfield [Mon, 30 Jan 2012 15:57:30 +0000 (10:57 -0500)] 
meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2

With introduction of the 3.2 kernel repository, we can make the qemu
targets prefer this variant. Built and boot testing has been completed
on sato/minimal targets for all emulated targets.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agolinux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
Bruce Ashfield [Mon, 30 Jan 2012 06:14:43 +0000 (01:14 -0500)] 
linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend

Now that the 3.2 kernel has been introduced, we need a 3.2 bbappend for
the yocto hardware reference boards.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agolinux-yocto/meta-yocto: update to v3.0.18 + features
Bruce Ashfield [Mon, 30 Jan 2012 06:12:51 +0000 (01:12 -0500)] 
linux-yocto/meta-yocto: update to v3.0.18 + features

Updateing the meta-yocto SRCREVs to the new 3.0.18 kernel.

The -stable team released v3.0.18, so it becomes the new base for the
linux-yocto_3.0 recipe.

Along with the 3.0.18 update this kernel refresh brings in the following
changes:

      59314a3 meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y
      b168325 crownbay: use emgd-1.10
      281b80f kver: bumping to v3.0.18
      0d5d0dd common-pc*: add SMP and virtio

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agorspro-conf: remove usbgadget from routerstationpro
Zumeng Chen [Fri, 20 Jan 2012 07:21:56 +0000 (15:21 +0800)] 
rspro-conf: remove usbgadget from routerstationpro

Since the target doesn't have the related requirement
to use USB slave hardware supporting usb gadget, so
remove it from MACHINE_FEATURES.

Signed-off-by: Zumeng.chen@windriver.com>
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobeagleboard-audio: drop in favour of alsa-state
Joshua Lock [Tue, 3 Jan 2012 02:22:33 +0000 (18:22 -0800)] 
beagleboard-audio: drop in favour of alsa-state

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agoalsa-state: add beagleboard specific asound.state
Joshua Lock [Tue, 3 Jan 2012 02:21:39 +0000 (18:21 -0800)] 
alsa-state: add beagleboard specific asound.state

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agoIncremental rpm image generation(Add config sample)
Robert Yang [Wed, 28 Dec 2011 09:25:20 +0000 (17:25 +0800)] 
Incremental rpm image generation(Add config sample)

Add the config sample for incremental image generation to
meta-yocto/conf/local.conf.sample.extended

[YOCTO #1651]

(From OE-Core rev: 0df0399677a6677fc810e32e9275ee9e79021e9a)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobblayers.conf.sample: Use ?= to set BBLAYERS
Dongxiao Xu [Fri, 6 Jan 2012 09:04:59 +0000 (17:04 +0800)] 
bblayers.conf.sample: Use ?= to set BBLAYERS

Hob may dynamically sets BBLAYERS to bitbake server, thus we need a
flexible way to load BBLAYERS value.

(From OE-Core rev: 458d0f8b39e7d9dce544f53c65e2a6ffae21ad24)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro: Update poky-tiny distro definition
Darren Hart [Thu, 5 Jan 2012 23:37:35 +0000 (15:37 -0800)] 
distro: Update poky-tiny distro definition

Rather than conditionally drop eglibc-utils based on wchar support, set
USE_NLS="no" in the distro config to avoid pulling in gettext.

Also addresses some confusion over the "All rights reserved." statement by
explicitly referencing the MIT license.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro: Add poky-tiny distro definition
Darren Hart [Tue, 3 Jan 2012 16:18:35 +0000 (08:18 -0800)] 
distro: Add poky-tiny distro definition

Poky-tiny is intended for building very small OS images. The distro
definition sets the providers for the kernel and the runtime services.
It also reduces the eglibc component list and other DISTRO_FEATURE
elements.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/local.conf.sample: fix typos/grammar/formatting
Paul Eggleton [Thu, 5 Jan 2012 09:18:06 +0000 (09:18 +0000)] 
conf/local.conf.sample: fix typos/grammar/formatting

(From OE-Core rev: 6f81b3695f6f1e19906e6173c6c7e3ee4f86a11b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoREADME: add short description of OE-Core
Paul Eggleton [Wed, 14 Dec 2011 09:16:29 +0000 (09:16 +0000)] 
README: add short description of OE-Core

(From OE-Core rev: 5ebaabe8ed518b92515ab74963a4849410be44aa)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky-tiny: remove poky-tiny, it was added to the wrong accidentally
Richard Purdie [Wed, 4 Jan 2012 14:13:06 +0000 (14:13 +0000)] 
poky-tiny: remove poky-tiny, it was added to the wrong accidentally

(From OE-Core rev: 65db8166215d213098ab7332eb51b559b7e63328)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro: Add poky-tiny distro definition
Darren Hart [Tue, 3 Jan 2012 16:18:35 +0000 (08:18 -0800)] 
distro: Add poky-tiny distro definition

Poky-tiny is intended for building very small OS images. The distro
definition sets the providers for the kernel and the runtime services.
It also reduces the eglibc component list and other DISTRO_FEATURE
elements.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro: Add POKY_DEFAULT_EXTRA_R* variables
Darren Hart [Tue, 3 Jan 2012 16:18:34 +0000 (08:18 -0800)] 
distro: Add POKY_DEFAULT_EXTRA_R* variables

Allow the reuse of poky.conf by distro definitions wanting to remove
content by introducting POKY_DEFAULT_EXTRA_R*. These are appended
to the corresponding DISTRO_EXTRA_R* variables and can be overriden
by distro configs that "require poky.conf".

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto-rt/meta-yocto: add routerstationpro support
Bruce Ashfield [Thu, 22 Dec 2011 18:12:19 +0000 (13:12 -0500)] 
linux-yocto-rt/meta-yocto: add routerstationpro support

Fixes [YOCTO #1390]

Updated the meta-yocto support for the routerstationpro on the
preempt-rt kernel support.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto/meta-yocto: routerstationpro/beagleboard: add 3.0.x support
Bruce Ashfield [Thu, 22 Dec 2011 18:12:18 +0000 (13:12 -0500)] 
linux-yocto/meta-yocto: routerstationpro/beagleboard: add 3.0.x support

Updating the routerstationpro and beagleboard compatibility and SRCREV
to pickup v3.0.12 support.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobase.bbclass: Allow buildstats to be optionally supplied
Mark Hatle [Wed, 30 Nov 2011 22:03:21 +0000 (16:03 -0600)] 
base.bbclass: Allow buildstats to be optionally supplied

Buildstats should be allowed to be optionally enabled.  It's
recommended that it be enabled via the USER_CLASSES setting.

Alternatively it could be enabled via the INHERIT_DISTRO or
similar mechanism.

(From OE-Core rev: 09b1dc8bd886c8cd2a5d4085d8bb4b73ece1f5b0)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoconf/machine: Don't poke around providers which aren't machine specific/safe
Richard Purdie [Tue, 6 Dec 2011 20:59:47 +0000 (20:59 +0000)] 
conf/machine: Don't poke around providers which aren't machine specific/safe

Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't
machine specific or at least machine safe. Kernels are machine specific
and the xserver is selectable. libx11 and mesa are now really a distro choice
and machine configurations shouldn't be poking around them as it just leads
to corruption, conflicts and confusion.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto_2.6.34: remove bbappend
Saul Wold [Thu, 1 Dec 2011 23:52:41 +0000 (15:52 -0800)] 
linux-yocto_2.6.34: remove bbappend

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoclutter: drop unneeded bbappends
Joshua Lock [Wed, 9 Nov 2011 00:48:04 +0000 (16:48 -0800)] 
clutter: drop unneeded bbappends

The --with-flavour-glx option is the default in clutter.inc now

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agonetbase: update 4.46 -> 4.47
Richard Purdie [Mon, 21 Nov 2011 18:49:40 +0000 (18:49 +0000)] 
netbase: update 4.46 -> 4.47

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoREADME.hardware: declare support for BeagleBoard xM rev B
Paul Eggleton [Wed, 9 Nov 2011 16:05:43 +0000 (16:05 +0000)] 
README.hardware: declare support for BeagleBoard xM rev B

The BeagleBoard xM revision B has been tested (by me, if nobody else.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agoREADME.hardware: update atom-pc instructions
Paul Eggleton [Wed, 9 Nov 2011 15:46:36 +0000 (15:46 +0000)] 
README.hardware: update atom-pc instructions

The -live and -directdisk images have been superseded in the Yocto
Project 1.1 release, so update the instructions for atom-pc relating to
this change. Also fix a couple of other minor atom-pc related
capitalisation.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agolocal.conf.sample.extended: Fix bug 1674
Xiaofeng Yan [Tue, 8 Nov 2011 11:29:12 +0000 (19:29 +0800)] 
local.conf.sample.extended: Fix bug 1674

[YOCTO #1674]
local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for DEFAULT_FEATURES

Remove "x11" from DEFAULT_FEATURES and add "directfb" to it because someone could don't need x11 in their project, perhaps
gtk over directfb will meet his reqirement.

(From OE-Core rev: 5def790bdecd2726692b40a57bc12c8bdfea9179)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoAdd new IMAGE_CLASSES variable for classes for image generation
Matthew McClintock [Mon, 7 Nov 2011 19:20:04 +0000 (13:20 -0600)] 
Add new IMAGE_CLASSES variable for classes for image generation

Allows us to import classes only for images and not to the global
namespace

(From OE-Core rev: 49dcb301ab39327554d86d23cf6f8d435d7a7351)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoclutter-1.8: this should be a bbappend
Joshua Lock [Tue, 8 Nov 2011 18:31:29 +0000 (10:31 -0800)] 
clutter-1.8: this should be a bbappend

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoclutter-1.8: add bbappend for new clutter-1.8 recipe
Joshua Lock [Tue, 8 Nov 2011 16:14:42 +0000 (08:14 -0800)] 
clutter-1.8: add bbappend for new clutter-1.8 recipe

We've a new Clutter version in meta so need to add our
atom-pc bbappend modifications.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage instead
Richard Purdie [Thu, 3 Nov 2011 22:02:43 +0000 (22:02 +0000)] 
bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage instead

(From OE-Core rev: ddb825c87dd3e59d50841a993080a00d1459b1e7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Yes, this one is against meta-yocto, I'll fix it to apply the same
change to OE-Core's local.conf.sample in the final version]

14 years agomachine/atom-pc: enable sound
Joshua Lock [Wed, 2 Nov 2011 19:25:52 +0000 (12:25 -0700)] 
machine/atom-pc: enable sound

Add alsa to the MACHINE_FEATURES - looks like this was an oversight.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agonetbase.bbappend: Change to version 4.46 due to the upgrade
Dongxiao Xu [Tue, 1 Nov 2011 02:11:28 +0000 (10:11 +0800)] 
netbase.bbappend: Change to version 4.46 due to the upgrade

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto: Sync with mesa/xserver changes and fix machines
Richard Purdie [Fri, 14 Oct 2011 22:22:53 +0000 (23:22 +0100)] 
meta-yocto: Sync with mesa/xserver changes and fix machines

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoclutter: Update bbappend after oe-core upgrade
Richard Purdie [Wed, 12 Oct 2011 13:23:11 +0000 (14:23 +0100)] 
clutter: Update bbappend after oe-core upgrade

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto: Catch up with xserver and mesa upgrades/rename
Richard Purdie [Wed, 12 Oct 2011 22:04:23 +0000 (23:04 +0100)] 
meta-yocto: Catch up with xserver and mesa upgrades/rename

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoFix typos in local.conf.sample and local.conf.sample.extended
Robert Yang [Tue, 11 Oct 2011 08:25:29 +0000 (16:25 +0800)] 
Fix typos in local.conf.sample and local.conf.sample.extended

Fixes bug [YOCTO #1667]

Fix typos in local.conf.sample and local.conf.sample.extended:

differernt -> different
chages -> changes
complation -> compilation
egde -> edge
"an an" -> "as an"
images's -> image's

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto/qt4: Update bbappend to new version
Richard Purdie [Fri, 7 Oct 2011 10:07:12 +0000 (11:07 +0100)] 
meta-yocto/qt4: Update bbappend to new version

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolocal.conf.sample: Disable interactive patch resolution for now since doesn't work...
Richard Purdie [Thu, 6 Oct 2011 23:00:21 +0000 (00:00 +0100)] 
local.conf.sample: Disable interactive patch resolution for now since doesn't work well

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopoky.conf: Increment DISTRO_VERSION
Elizabeth Flanagan [Wed, 28 Sep 2011 23:01:23 +0000 (16:01 -0700)] 
poky.conf: Increment DISTRO_VERSION

With 1.1 release coming, it's time to increment the DISTRO_VERSION
and poky version.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobeagleboard-audio: fix RDEPENDS on alsa-utils-amixer
Paul Eggleton [Fri, 30 Sep 2011 15:57:10 +0000 (16:57 +0100)] 
beagleboard-audio: fix RDEPENDS on alsa-utils-amixer

Use RDEPENDS_${PN} instead of RDEPENDS.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version)
Paul Eggleton [Wed, 14 Sep 2011 15:21:30 +0000 (16:21 +0100)] 
linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version)

The emenlow BSP is now contained in the meta-intel layer.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agoqt4-x11-free: remove emenlow reference from meta-yocto bbappend
Paul Eggleton [Wed, 14 Sep 2011 10:22:27 +0000 (11:22 +0100)] 
qt4-x11-free: remove emenlow reference from meta-yocto bbappend

This is already in meta-emenlow within meta-intel.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agolocal.conf.sample: remove emenlow from example machines
Paul Eggleton [Wed, 14 Sep 2011 10:10:19 +0000 (11:10 +0100)] 
local.conf.sample: remove emenlow from example machines

emenlow is now supported within meta-intel.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agobeagleboard: document how to enable the hard floating point abi
Darren Hart [Tue, 6 Sep 2011 16:39:17 +0000 (09:39 -0700)] 
beagleboard: document how to enable the hard floating point abi

Closes [YOCTO #1203]

Using the hard floating point abi is incompatible with some binary libaries and
3D support for the Beagleboard. While we do not provide these in poky and
meta-yocto, softfp should remain the default for compatibility reasons.

Provide documentation and a commented assignment to DEFAULT_TUNE instructing
how to enable hardfp, but leave it disabled by default.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Jason Kridner <jkridner@beagleboard.org>
CC: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto: remove emenlow from meta-yocto bbappend
Darren Hart [Tue, 6 Sep 2011 16:46:49 +0000 (09:46 -0700)] 
linux-yocto: remove emenlow from meta-yocto bbappend

The emenlow BSP is now contained in the meta-intel layer.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto/meta-yocto: update SRCREV for v3.0.4
Bruce Ashfield [Sat, 3 Sep 2011 03:06:54 +0000 (23:06 -0400)] 
linux-yocto/meta-yocto: update SRCREV for v3.0.4

Updating the kernel SRCREVs to pickup the latest meta and BSP
changes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopoky.conf: perform network sanity check by default for poky distros
Joshua Lock [Thu, 25 Aug 2011 17:15:55 +0000 (10:15 -0700)] 
poky.conf: perform network sanity check by default for poky distros

Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for
http, https and git sources.

The variable is soft-assigned so that it's easily overrideable.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto: make qemu machines prefer linux-yocto_3.0
Bruce Ashfield [Sat, 20 Aug 2011 04:55:06 +0000 (00:55 -0400)] 
meta-yocto: make qemu machines prefer linux-yocto_3.0

Since there aren't individual qemu*.conf files in meta-yocto the
qemu machines follow the default preference in poky.conf, which is
the 2.6.37 kernel. Rather than introducing new .conf files just for
this adding machine specific overrides is lower footprint.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-yocto/meta-yocto: update SRCREVs for 3.0.3 and consolidated fixes
Bruce Ashfield [Fri, 19 Aug 2011 04:59:20 +0000 (00:59 -0400)] 
linux-yocto/meta-yocto: update SRCREVs for 3.0.3 and consolidated fixes

Updating the SRCREVs to pickup the kernel.org -stable update for
3.0.3 and to pickup fixes done in standard for oe-core supported
machines.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agometa-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0
Bruce Ashfield [Fri, 19 Aug 2011 04:37:08 +0000 (00:37 -0400)] 
meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0

Updating two more yocto hardware reference platforms to use the
3.0 kernel by default.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agompc8315e-rdb: add kernel modules to rootfs
Jingdong Lu [Fri, 19 Aug 2011 09:37:56 +0000 (17:37 +0800)] 
mpc8315e-rdb: add kernel modules to rootfs

Fix bug: [YOCTO #817]
Add kernel modules to rootfs for mpc8315e.

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
14 years agometa-yocto: add linux-yocto-rt support for all meta-yocto machines
Darren Hart [Fri, 29 Jul 2011 20:55:51 +0000 (13:55 -0700)] 
meta-yocto: add linux-yocto-rt support for all meta-yocto machines

Provide the necessary info in the linux-yocto-rt_3.0.bbappend to
support building the RT kernel for each of the meta-yocto example
BSPs.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agometa-yocto: allow for virtual/kernel override
Darren Hart [Tue, 9 Aug 2011 23:20:40 +0000 (16:20 -0700)] 
meta-yocto: allow for virtual/kernel override

Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto
machine configs to allow the user or other layers to override it. This is
required to use the linux-yocto-rt kernel, for example.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agopoky.conf: add flag opengl into DISTRO_FEATURES
Jiajun Xu [Tue, 16 Aug 2011 06:59:59 +0000 (14:59 +0800)] 
poky.conf: add flag opengl into DISTRO_FEATURES

libsdl will check if opengl is set in DISTRO_FEATURES, then enable
openGL option during do_configure. It is required for 3D game testing.

Fix [YOCTO #883]

Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolocal.conf.sample: Cleanup and improve
Richard Purdie [Thu, 11 Aug 2011 23:30:22 +0000 (00:30 +0100)] 
local.conf.sample: Cleanup and improve

local.conf is the first thing anyone new to the project sees. Over time it
has built up a ton cruft and isn't even accurate in places.

This patch:

* Moves things to local.conf.sample.extended if a new user is unlikely
  to need to immediately care about the options
* Reorders the file to be more intuitive to a new user
* Moves certain default values to default-distrovars.inc in cases where
  most users wouldn't want to change the value
* Adds large blocks of text to explain what an option does. There have
  been too many cases of a user not realising what some of these
  settings do and how they can use them to their advantage (like DL_DIR
  for example).

(From OE-Core rev: a0ccb33ac5a2231c979c3369159f763dff1e0a2e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolocal.conf.sample: Comment out BBMASK by default
Richard Purdie [Fri, 5 Aug 2011 16:19:51 +0000 (17:19 +0100)] 
local.conf.sample: Comment out BBMASK by default

This means we can set defaults in layers or other configurations without
the default user config masking it out.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoatom-pc.conf: Add live image type
Saul Wold [Tue, 2 Aug 2011 20:50:48 +0000 (13:50 -0700)] 
atom-pc.conf: Add live image type

This change will cause the live image to be built by default
No longer is it necessary to build a -live image type.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolocal.conf.sample: Fix TUNENAME reference (should be DEFAULTTUNE)
Richard Purdie [Tue, 2 Aug 2011 12:45:20 +0000 (13:45 +0100)] 
local.conf.sample: Fix TUNENAME reference (should be DEFAULTTUNE)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopoky.conf: explicitly referenced preferred linux-yocto version
Bruce Ashfield [Mon, 25 Jul 2011 17:44:54 +0000 (13:44 -0400)] 
poky.conf: explicitly referenced preferred linux-yocto version

As the staging of linux-yocto-3.0 showed, we should explicitly
state our preferred version of linux-yocto. This prevents unvalidated
changes from being forced into machines. Layers and machines are free
to override this as they are updated.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoUpdate TERMCMD message to align with previous change
Matthew McClintock [Tue, 26 Jul 2011 19:22:30 +0000 (14:22 -0500)] 
Update TERMCMD message to align with previous change

A previous patch changed the default TERM to use xterm. This updates
local.conf.sample to match the change

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agomultilib: Add support for compiling recipes against multiple ABIs
Richard Purdie [Tue, 7 Jun 2011 09:27:03 +0000 (17:27 +0800)] 
multilib: Add support for compiling recipes against multiple ABIs

This patch adds the core multilib class which can be used along with a
parameter specifying the mutlilib to use in BBCLASSEXTEND.

The MLPREFIX variable is added and can be used in cases where its too
difficult to dynmaically work out where a mutltilib prefix is needed
to be added to a variable.

This includes:
  * SHLIBSDIR and PACKAGE_ARCH fixes from Lianhao Lu.
  * PACKAGE_DYNAMIC mapping from Yu Ke
  * PACKAGE_INSTALL mapping from Yu Ke
  * RPROVIDES mapping from Yu Ke
  * TARGET_VENDOR fix from Mark Hatle
  * Ignorning *-native-runtime dependnecies as well as *-native from Yu Ke
  * Map PKG and ALLOW_EMPTY from Dongxiao Xu
  * Ensure RCONFLICTS and PKG field dependencies are remapped (from Dongxiao Xu)
  * Ensure PN and MLPREFIX are set at the same time to ensure consistent BPN values (Yu Ke)

(From OE-Core rev: 5d9453049915db48ec4b5972e12287417ebb61a2)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto/meta-yocto: create linux-yocto 3.0 bbappend
Bruce Ashfield [Wed, 27 Jul 2011 03:58:13 +0000 (23:58 -0400)] 
linux-yocto/meta-yocto: create linux-yocto 3.0 bbappend

Creating a 3.0 bbappend to enable work on the hardware yocto targets.
The SRCREV updates in this file are accurate, but compatibility
has been commented out until support can be verified.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa/conf/local.conf.sample: improve terminal examples/comments
Paul Eggleton [Tue, 26 Jul 2011 10:33:52 +0000 (11:33 +0100)] 
meta/conf/local.conf.sample: improve terminal examples/comments

Default to XTERM_TERM* instead of KONSOLE_TERM* since Konsole support
only works for KDE 3.x, and note this in the comments (see Yocto bug 1294
for further details.) Also add a comment about PATCHRESOLVE = "noop".

(From OE-Core rev: 4c88733f8bace5bb6503ebfe5238e96fe424e6d0)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa/conf/local.conf.sample: improve comments/layout
Paul Eggleton [Tue, 26 Jul 2011 09:59:56 +0000 (10:59 +0100)] 
meta/conf/local.conf.sample: improve comments/layout

Some additions and grammar fixes to the comments, as well as moving
the locale options to the same place.

(From OE-Core rev: f3cd4845d27fb5cecd173cb60c947bb36888d2e5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa/conf/local.conf.sample: remove oprofileui-native related settings
Paul Eggleton [Tue, 26 Jul 2011 10:01:38 +0000 (11:01 +0100)] 
meta/conf/local.conf.sample: remove oprofileui-native related settings

oprofileui-nativesdk would be a better way to handle these kinds of
requirements with the modern system, and it is not something that most
users will need to configure anyway (nor was it supported.)

(From OE-Core rev: 87443c874f03b2220290f13908da58a414d3a3a9)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodata|cooker: use saved environment variables when calling inheritFromOS
Joshua Lock [Mon, 25 Jul 2011 18:27:55 +0000 (11:27 -0700)] 
data|cooker: use saved environment variables when calling inheritFromOS

Now that we have a pristine copy of the variables available at launch time
we can use them when looking to inherit the OS's environment.

(Bitbake rev: 21c21fcc5871e81d8d497b6baed605cdd74c4571)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto: Sync with TARGET_ARCH removal changes
Richard Purdie [Fri, 22 Jul 2011 13:59:46 +0000 (14:59 +0100)] 
meta-yocto: Sync with TARGET_ARCH removal changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agompc8315e-rdb: Set TARGET_FPU correct
Kumar Gala [Fri, 15 Jul 2011 04:56:56 +0000 (23:56 -0500)] 
mpc8315e-rdb: Set TARGET_FPU correct

The MPC8315E has a e300c3 core in it with 'classic' or normal PPC
floating point.

'SPE' floating point is what exists on the e500v2 core.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14 years agoREADME.hardware: update MPC8315E-RDB instructions
Paul Eggleton [Thu, 14 Jul 2011 14:57:28 +0000 (15:57 +0100)] 
README.hardware: update MPC8315E-RDB instructions

Update the instructions for setting up the MPC8315E-RDB so that they are
clearer, use correct filenames, match the other board instructions more
closely, and include a note about dealing with non-default MAC addresses.
Additionally, add a note about ordering MPC8315E-RDBA.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agolocal.conf.sample: Add a note about ASSUME_PROVIDED for help2man
Tom Rini [Tue, 19 Jul 2011 17:45:09 +0000 (10:45 -0700)] 
local.conf.sample: Add a note about ASSUME_PROVIDED for help2man

Similar, but opposite of oe.dev example.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux-yocto: update mpc8315erdb SRCREV
Bruce Ashfield [Mon, 18 Jul 2011 20:38:55 +0000 (16:38 -0400)] 
linux-yocto: update mpc8315erdb SRCREV

Fixes [YOCTO #1227]

Updating the fsl-mpc8315erdb SRCREV to include the following commit:

[
    mpc8315erdb: fix ethernet at boot time

    Set the default MAC addresses for the two ethernet ports on the
    MPC8315E-RDB to the factory default values, allowing ethernet to come up
    correctly during boot without upgrading U-Boot.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-yocto/meta-yocto: update SRCREVS
Bruce Ashfield [Fri, 15 Jul 2011 05:26:56 +0000 (01:26 -0400)] 
linux-yocto/meta-yocto: update SRCREVS

Fixes bug [YOCTO #1161]
Fixes bug [YOCTO #773]

This streamlines the routerstation pro configuration to remove options
that are either unecessary or that are causing bugs.

Also added to all branches is:

  commit ffd73d6b2a9bfa0de5710b90a2237f4be66ae9a7
  Author: Yinghai Lu <yinghai@kernel.org>
  Date:   Thu Jul 14 15:27:44 2011 -0700

    mm: use alloc_bootmem_node_nopanic() on really needed path

    commit 8f389a99b652aab5b42297280bd94d95933ad12f upstream.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto/conf/local.conf.sample: Update SSTATE_MIRRORS comment to remove packaged...
Richard Purdie [Wed, 20 Jul 2011 09:54:14 +0000 (10:54 +0100)] 
meta-yocto/conf/local.conf.sample: Update SSTATE_MIRRORS comment to remove packaged-staging references

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolibQtOpenGL: Install libQtOpenGL to an lsb image
Xiaofeng Yan [Tue, 5 Jul 2011 12:11:05 +0000 (20:11 +0800)] 
libQtOpenGL: Install libQtOpenGL to an lsb image

Library "libQtOpenGL" is needed by an lsb image. So I add it to task-core-lsb.bb
Fix Bug [YOCTO #1020]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
14 years agopoky.conf: add largefile support into DISTRO_FEATURES
Dexuan Cui [Fri, 1 Jul 2011 09:53:16 +0000 (17:53 +0800)] 
poky.conf: add largefile support into DISTRO_FEATURES

[YOCTO #1205 ]

The commit ab1171b(busybox: backport distro-features handling from oe
master) actully makes busybox's largefile support disabled. So busybox's
mkswap complains "lseek: Value too large for defined data type" when we
install BSP image into the target device.

So we have to enable largefile support, and bump PR of busybox(in a later
commit).

Note: poky-lsb.conf enables "largefile" and includes poky.conf, so we can
move "largefile"  from poky-lsb.conf into poky.conf.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agopoky-lsb.conf: Instead of += with _append
Xiaofeng Yan [Thu, 23 Jun 2011 02:41:50 +0000 (10:41 +0800)] 
poky-lsb.conf: Instead of += with _append

The default variable DISTRO_FEATHURE was set in poky.conf before \
moving to defaultsetup.conf. Defaultsetup.conf is included after poky-lsb.conf \
So poky-lsb.conf sets the variable using += but since its empty, \
it might as well be an = and then the later ?= doesn't do anything since the \
variable is already set.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
14 years agolinux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs
Bruce Ashfield [Wed, 22 Jun 2011 20:00:01 +0000 (16:00 -0400)] 
linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs

As part of sync'ing the in-tree beagleboard support, the
following commit has been pushed to all branches, and hence
the SRCREV update:

  bb8e31f USB: ehci: remove structure packing from ehci_def

The beagleboard SRCREV update captures the 69 new patches
merged from meta-ti and other upstream sources.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-yocto/meta-yocto: update SRCREVs for utrace merge
Bruce Ashfield [Fri, 17 Jun 2011 04:26:54 +0000 (00:26 -0400)] 
linux-yocto/meta-yocto: update SRCREVs for utrace merge

Updating the SRCREVs to account for the merge of utrace to support
systemtap.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agobeagleboard-audio: Set COMPATIBLE_MACHINE and also remove toolchain dependencies...
Richard Purdie [Wed, 22 Jun 2011 16:05:10 +0000 (17:05 +0100)] 
beagleboard-audio: Set COMPATIBLE_MACHINE and also remove toolchain dependencies since its a config file

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobeagleboard: switch to xserver-xf86-lite
Darren Hart [Mon, 20 Jun 2011 21:13:21 +0000 (14:13 -0700)] 
beagleboard: switch to xserver-xf86-lite

Try to get closer to the meta-texasinstruments layer which uses
xserver-xorg. Provide a default xorg.conf that matches the one
from meta-texasinstruments.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agobeagleboard: add basic audio mixer defaults
Darren Hart [Fri, 17 Jun 2011 21:42:32 +0000 (14:42 -0700)] 
beagleboard: add basic audio mixer defaults

We need a generic alsa based mechanism that we can use a bbappend to save
default mixer controls per bsp. Until that is ready, this ensures the Audio Out
on the Beagleboard is enabled out of the box.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agobeagleboard: cleanup machine config commentary
Darren Hart [Fri, 17 Jun 2011 17:51:31 +0000 (10:51 -0700)] 
beagleboard: cleanup machine config commentary

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agometa-yocto: use FILESEXTRAPATHS_prepend := in all bbappends
Paul Eggleton [Fri, 10 Jun 2011 17:43:52 +0000 (18:43 +0100)] 
meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappends

Using FILESEXTRAPATHS is cleaner than the old FILESPATH-based method, and
as meta-intel layers are using FILESEXTRAPATHS their formfactor bbappends
will now work. In addition I have used FILESEXTRAPATHS_prepend which is
not absolutely necessary, but provides a good working example in case it
is copied by other layers that are intended to be used on top of it.

Fixes [YOCTO #1156]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto/linux-yocto: update to match the renamed linux-yocto recipes
Bruce Ashfield [Tue, 14 Jun 2011 14:53:23 +0000 (10:53 -0400)] 
meta-yocto/linux-yocto: update to match the renamed linux-yocto recipes

The linux-yocto recipes have been renamed to include explicit
version numbers. The meta-yocto bbappends must be updated to
follow the new naming convention.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agobitbake: add local.conf.sample.extended
Kang Kai [Tue, 7 Jun 2011 08:02:53 +0000 (16:02 +0800)] 
bitbake: add local.conf.sample.extended

Add a new configuration file local.conf.sample.extended, and more advanced
settings what user can configure could put in this file.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
14 years agolocal.conf.sample: remove default EXTRA_IMAGE_FEATURES
Saul Wold [Tue, 7 Jun 2011 22:11:09 +0000 (15:11 -0700)] 
local.conf.sample: remove default EXTRA_IMAGE_FEATURES

The default list of EXTRA_IMAGE_FEATURES adds alot to the generic non-dev and non-sdk image
so ensure that the sato-sdk and lsb-sdk includes this list by default.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolinux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c]
Bruce Ashfield [Mon, 6 Jun 2011 16:11:36 +0000 (12:11 -0400)] 
linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c]

During work on 1.1 BSPs, some driver options changed. The
result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa
needs to be available for all BSPs.

These SRCREV updates are the result of making that commit common.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-yocto/meta-yocto: update target/meta SRCREVs
Bruce Ashfield [Fri, 3 Jun 2011 05:12:22 +0000 (01:12 -0400)] 
linux-yocto/meta-yocto: update target/meta SRCREVs

Fixes bug [YOCTO #802]

This SRCREV update picks up the following changes from the
2.6.37 kernel tree:

 - fishriver: creates and uses a dedicated BSP branch
 - fishriver: usbnet fixes
 - linux-omap: merge to match the 2.6.34 upstream merge content
 - beagleboard: adds VFAT config
 - fsl-mpc8315rdb: enables the eprom

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agopoky.conf: Make qemu-config optional for non-GPLv3
Saul Wold [Thu, 26 May 2011 16:23:31 +0000 (09:23 -0700)] 
poky.conf: Make qemu-config optional for non-GPLv3

[YOCTO #1033]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agobeagleboard: specify UBOOT_MACHINE in machine conf
Darren Hart [Thu, 26 May 2011 05:06:07 +0000 (22:06 -0700)] 
beagleboard: specify UBOOT_MACHINE in machine conf

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agomachine confs: Add xserver-kdrive as PREFERRED_PROVIDER
Saul Wold [Fri, 27 May 2011 21:11:20 +0000 (14:11 -0700)] 
machine confs: Add xserver-kdrive as PREFERRED_PROVIDER

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agometa-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.
Lianhao Lu [Fri, 27 May 2011 06:31:47 +0000 (14:31 +0800)] 
meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.

Setting PRSERV_HOST and PRSERV_PORT would trigger the poky to use remote
PR network service. Leaving them unset allow the user to build image
without the PR network service

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoREADME.hardware: update installation instructions for beagleboard
Darren Hart [Wed, 25 May 2011 17:20:01 +0000 (10:20 -0700)] 
README.hardware: update installation instructions for beagleboard

o Add C4 specific instructions
o Replace poky with core
o Correct a kernel version typo
o Clarify some language to avoid confusion encountered during testing

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Zhao Yi <yi.zhao@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Jeff Osier-mixon <jeffrey.osier-mixon@intel.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
14 years agoIMAGE_ROOTFS_SIZE: Cleanup machine conf files
Saul Wold [Wed, 25 May 2011 21:05:27 +0000 (14:05 -0700)] 
IMAGE_ROOTFS_SIZE: Cleanup machine conf files

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agouclibc: rename bbappend in meta-yocto to match version in oe-core
Paul Eggleton [Wed, 25 May 2011 10:21:52 +0000 (11:21 +0100)] 
uclibc: rename bbappend in meta-yocto to match version in oe-core

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>