]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
13 years agoyocto-bsp: clarify help with reference to meta-intel
Tom Zanussi [Mon, 30 Apr 2012 19:12:15 +0000 (14:12 -0500)] 
yocto-bsp: clarify help with reference to meta-intel

The current yocto-bsp help assumes knowledge that the meta-intel layer
needs to be cloned before it's put into the BBLAYERS.  Avoid the
guesswork and state the details explicitly in the help.

Also, the shorter 'usage' string doesn't mention it at all; it would
help to at minimum mention it and refer the user to the detailed help.

Fixes [YOCTO #2330].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoyocto-kernel: use BUILDDIR to find bblayers.conf
Tom Zanussi [Mon, 30 Apr 2012 19:12:14 +0000 (14:12 -0500)] 
yocto-kernel: use BUILDDIR to find bblayers.conf

The current code assumes that builddir == srcdir/build, which it
obviously isn't sometimes.  Use BUILDDIR to get the actual builddir
being used.

Fixes [YOCTO #2219].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky.conf: use correct version string for Ubuntu 12.04
Paul Eggleton [Thu, 3 May 2012 16:40:51 +0000 (17:40 +0100)] 
poky.conf: use correct version string for Ubuntu 12.04

Since it is an LTS release, the final version string was not
"Ubuntu 12.04" but "Ubuntu 12.04 LTS", so use this when doing the tested
host distribution check.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agonetbase: Correctly set FILESEXTRAPATHS to include the version
Richard Purdie [Thu, 26 Apr 2012 11:41:14 +0000 (12:41 +0100)] 
netbase: Correctly set FILESEXTRAPATHS to include the version

[YOCTO #2366]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky-floating-revisions.inc: Catch up with eds-dbus rename
Richard Purdie [Thu, 26 Apr 2012 10:01:27 +0000 (11:01 +0100)] 
poky-floating-revisions.inc: Catch up with eds-dbus rename

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix)
Richard Purdie [Thu, 19 Apr 2012 22:03:32 +0000 (23:03 +0100)] 
poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix)

After the recent gettext dependency fix (commit 6e5cb40dfaeae4843dd65115f0b8b0f20f58d30e
"gettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values",
its no longer necessary to have to have these options to build meta-toolchain.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky.conf: Update post release branching
Richard Purdie [Wed, 18 Apr 2012 14:57:06 +0000 (15:57 +0100)] 
poky.conf: Update post release branching

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/distro/poky.conf: set SANITY_TESTED_DISTROS
Paul Eggleton [Wed, 18 Apr 2012 10:03:33 +0000 (11:03 +0100)] 
conf/distro/poky.conf: set SANITY_TESTED_DISTROS

Specify a list of tested host distributions, based on those tested prior
to the Yocto Project 1.2 release. This will enable a warning to be
printed upon starting bitbake if the host distribution is not one on the
list.

Note: this warning is intended to help new users; if you are receiving
this warning and wish to disable it, just add SANITY_TESTED_DISTROS = ""
to your local.conf.

Fixes [YOCTO #1096].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa-yocto: remove kernel26 machine feature usage
Tom Zanussi [Mon, 16 Apr 2012 22:20:38 +0000 (17:20 -0500)] 
meta-yocto: remove kernel26 machine feature usage

kernel26 is now obsolete so remove it from the machine configs that
use it.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: remove kernel26 machine feature from templates
Tom Zanussi [Mon, 16 Apr 2012 01:37:24 +0000 (20:37 -0500)] 
yocto-bsp: remove kernel26 machine feature from templates

kernel26 is now obsolete so remove it from the templates that use it.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agopoky-tiny: Separate the libc features required for meta-toolchain
Darren Hart [Tue, 17 Apr 2012 01:06:12 +0000 (18:06 -0700)] 
poky-tiny: Separate the libc features required for meta-toolchain

This fixes bug [YOCTO #2295]

eglibc needs libc-posix-regexp-glibc & libc-libm-big enabled in its
configuration to avoid following eglibc build issue. Thanks to
Nitin for identifying the required features.

    ...
    | In file included from xregex.c:634:0:
    | xregex.c: In function 'byte_regex_compile':
    | xregex.c:3395:8: error: too few arguments to function 'findidx'
    | ../locale/weight.h:23:1: note: declared here
    ...

The libc features added to support building meta-toolchain add 461KB to the C
libraries. 320KB directly to libc (a 32% increase in size). If not building
meta-toolchain, the user should be able to easily configure these out.

Create a new variable to capture these dependencies,
DISTRO_FEATURES_LIBC_TOOLCHAIN, keeping them separate from the core tiny
requirements. Make it clear how to disable these if meta-toolchain is not
needed.

This patch has been tested by running the following for the qemux86 machine with
DISTRO=poky-tiny:

    $ bitbake -c cleansstate eglibc
    $ bitbake meta-toolchain
    $ bitbake core-image-minimal

The libc comparisons were made from core-image-minimal ext2 filesystems build
before and after the applicaiton of this patch and Nitin's previous poky-tiny
libc features patch in support of meta-toolchain:

    commit 8c48ab6183934fd32600997cc33e0cd3bf63139b
    Author: Nitin A Kamble <nitin.a.kamble@intel.com>
    Date:   Mon Apr 9 15:15:01 2012 -0700

        poky-tiny.conf: adjust eglibc options for poky-tiny

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Nitin A. Kamble <nitin.a.kamble@intel.com>
CC: Saul Wold <sgw@linux.intel.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa-yocto: Move OELAYOUT_ABI definition to poky.conf
Dongxiao Xu [Mon, 16 Apr 2012 07:52:16 +0000 (15:52 +0800)] 
meta-yocto: Move OELAYOUT_ABI definition to poky.conf

The ABI version definition should go along with the DISTRO variable
since it impact the TMPDIR definition.

Otherwise, if a user used to work with pure OE-Core, and then he/she
added meta-yocto layer, it will report ABI version incompatibility
issue. This is because ABI is changed to "8" by adding meta-yocto layer,
however the DISTRO variable is not defined and TMPDIR is still
"tmp-eglibc".

Defining the OELAYOUT_ABI variable in poky.conf could fix this issue.

This fixes [YOCTO #2303]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoyocto-bsp: fix x86_64 tuning for qemu arch
Tom Zanussi [Thu, 12 Apr 2012 13:39:13 +0000 (08:39 -0500)] 
yocto-bsp: fix x86_64 tuning for qemu arch

While testing the fix for [YOCTO #2222] I noticed that the tuning for
the qemu x86_64 target was using the wrong tuning file - it should be
x86_64 instead of i586.  Change the template to match.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: fix multi-provider error in qemu arch template
Tom Zanussi [Thu, 12 Apr 2012 03:31:45 +0000 (22:31 -0500)] 
yocto-bsp: fix multi-provider error in qemu arch template

While testing the fix for [YOCTO #2222] I noticed a new build error
that wasn't there in previous testing:

ERROR: Multiple .bb files are due to be built which each provide virtual/libgl

The build still completed and produced a good image, but an error
message was displayed, which this patch removes.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: fix qemuarch test for xserver-xf86-config.bbappend
Tom Zanussi [Thu, 12 Apr 2012 03:12:38 +0000 (22:12 -0500)] 
yocto-bsp: fix qemuarch test for xserver-xf86-config.bbappend

While testing the fix for [YOCTO #2222] I noticed that the qemuarch
test was wrong - there is no 'x86' qemuarch, just 'i386'.  Change the
test to match.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: enable property value display of nested properties
Tom Zanussi [Wed, 11 Apr 2012 19:05:08 +0000 (14:05 -0500)] 
yocto-bsp: enable property value display of nested properties

Previous versions of yocto-bsp mapped every input element to a unique
variable name, which is what the current property value display code
expects.  When that was changed to a nested form, the display code
wasn't updated to match - this updated does that.

Fixes [YOCTO #2222]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agolinux-yocto/meta-yocto: update hardware reference SRCREVs
Bruce Ashfield [Fri, 13 Apr 2012 20:40:31 +0000 (16:40 -0400)] 
linux-yocto/meta-yocto: update hardware reference SRCREVs

commit 8cd31f9b0 linux-yocto/meta-yocto: update hardware reference boards to v3.0.24

Missed a merge commit on the hardware reference BSP branches.

As a result, validate_branches is adjusting the tree to build the
proper SRCREV. For machines with board specific commits this means
that some of their commits are missing, which leads to boot failure.

Bumping the SRCREVs fixes the problem

Fixes [YOCTO: #2292]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto/meta-yocto: update hardware reference boards to v3.0.24
Bruce Ashfield [Tue, 10 Apr 2012 05:29:08 +0000 (01:29 -0400)] 
linux-yocto/meta-yocto: update hardware reference boards to v3.0.24

The meta-yocto hardware reference boards missed a SRCREV update when the
base recipe when to v3.0.24. This updates the SRCREVs to ensure that the
kernel that is built and booted matches the version information conveyed
from the base recipe.

Fixes [YOCTO #2265]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agobeagleboard.conf: fix hardcode of virtual/xserver
Robert Yang [Tue, 10 Apr 2012 01:20:08 +0000 (09:20 +0800)] 
beagleboard.conf: fix hardcode of virtual/xserver

Here is the message from the bug 2260:

meta-yocto/conf/machine/beagleboard.conf hardcodes the virtual/xserver
provider, i.e., it includes the following:

PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg-lite"

I don't think machine conf is the correct place for selecting what is
essentially a distro feature, but at least this should use the '?='
operator; as is to select a different provider one must provide a
complete beagleboard.conf file.

[YOCTO #2260]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agopoky-tiny.conf: adjust eglibc options for poky-tiny
Nitin A Kamble [Mon, 9 Apr 2012 22:15:01 +0000 (15:15 -0700)] 
poky-tiny.conf: adjust eglibc options for poky-tiny

Avoid errors for building meta-toolchain for poky-tiny

This Fixes Bug: [YOCTO #2259]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoscripts: Clarify "help" info for yocto-bsp and yocto-kernel
Robert P. J. Day [Wed, 4 Apr 2012 21:20:14 +0000 (17:20 -0400)] 
scripts: Clarify "help" info for yocto-bsp and yocto-kernel

Tweak the help info for both "yocto-bsp" and "yocto-kernel" to
emphasize that those are the *complete* lists of commands, not just
the most commonly used ones.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
13 years agolinux-yocto-tiny: Prefer 3.2
Darren Hart [Sun, 1 Apr 2012 07:23:24 +0000 (00:23 -0700)] 
linux-yocto-tiny: Prefer 3.2

With the move to 3.2 from 3.0 in oe-core, the 3.0 no longer exists.
Prefer 3.2 instead.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoREADME.hardware: extend USB-ZIP instructions
Paul Eggleton [Fri, 30 Mar 2012 15:53:26 +0000 (16:53 +0100)] 
README.hardware: extend USB-ZIP instructions

* Note that on some machines booting just stops after the SYSLINUX
  version banner is displayed
* Add an instruction to show how to get the geometry information for
  the disk
* Specify the number of cylinders when running mkdiskimage as it is
  sometimes unable to detect it automatically
* Create the temporary mountpoints before attempting to use them
* Add an instruction to unmount the disk before removing it

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoREADME.hardware for mpc8315erdb incorrectly specified a null modem serial cable
Bob Cochran [Fri, 30 Mar 2012 16:57:07 +0000 (12:57 -0400)] 
README.hardware for mpc8315erdb incorrectly specified a null modem serial cable

I noticed this while beta testing 1.2. but patch is against master
(latest commit: bcd4d14425cadc5bd6296f59f14733e8c39c49dd).

Instructions specified a null modem.  This isn't the case.  A straight
serial cable is required.  I verified it with my own setup and
Freescale's user manual.

Signed-off-by: Robert Cochran<yocto@mindchasers.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolocal.conf.sample.extended: Add documentation of archive source code configuration
Richard Purdie [Wed, 28 Mar 2012 08:31:19 +0000 (09:31 +0100)] 
local.conf.sample.extended: Add documentation of archive source code configuration

(From OE-Core rev: cb3a2cfd07f016453e42989ec66044a1aa50af12)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-libc-headers-yocto: move to meta-yocto
Bruce Ashfield [Fri, 23 Mar 2012 17:12:42 +0000 (13:12 -0400)] 
linux-libc-headers-yocto: move to meta-yocto

linux-libc-headers-yocto is not directly required in meta, so we can
safely move it to meta-yocto.

Machines including meta-yocto that are using linux-yocto that need headers
which are completely up to date with the linux-yocto git tree can use this
as their preferred linux-libc-headers.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoyocto-kernel: new script
Tom Zanussi [Tue, 24 Jan 2012 06:32:01 +0000 (00:32 -0600)] 
yocto-kernel: new script

Implementation of the 'yocto-kernel' command-line tool, for modifying
the kernel portion of a Yocto BSP.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: new script
Tom Zanussi [Tue, 24 Jan 2012 06:30:21 +0000 (00:30 -0600)] 
yocto-bsp: new script

Implementation of the 'yocto-bsp' command-line tool, for creating BSPs
and listing BSP properties.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: add some useful constants
Tom Zanussi [Tue, 24 Jan 2012 06:29:02 +0000 (00:29 -0600)] 
yocto-bsp: add some useful constants

Some constants used by the templating engine.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp-tools: add help/usage
Tom Zanussi [Tue, 24 Jan 2012 06:26:56 +0000 (00:26 -0600)] 
yocto-bsp-tools: add help/usage

This is essentially 'the documentation' for the Yocto BSP tools, along
with a few related functions.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: add kernel interface
Tom Zanussi [Tue, 24 Jan 2012 06:25:45 +0000 (00:25 -0600)] 
yocto-bsp: add kernel interface

Yocto BSP kernel-related functions, for interacting with the kernel
tools and implementing the machinery behind the 'yocto-kernel'
command.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: add templating engine
Tom Zanussi [Tue, 24 Jan 2012 06:20:15 +0000 (00:20 -0600)] 
yocto-bsp: add templating engine

The main implementation of the Yocto BSP templating engine,
essentially containing the internal implementation of the 'yocto-bsp
create' and yocto-bsp list' commands.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp-tools: add bsp library
Tom Zanussi [Tue, 24 Jan 2012 06:18:54 +0000 (00:18 -0600)] 
yocto-bsp-tools: add bsp library

Create a home for the yocto bsp tools.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoyocto-bsp: add BSP template files
Tom Zanussi [Tue, 24 Jan 2012 06:15:25 +0000 (00:15 -0600)] 
yocto-bsp: add BSP template files

BSP template files for all supported Yocto architectures, plus qemu
versions of the same.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agolinux-yocto/meta-yocto: v3.2.9, v3.0.23 + fixes and updates
Bruce Ashfield [Mon, 5 Mar 2012 03:49:58 +0000 (22:49 -0500)] 
linux-yocto/meta-yocto: v3.2.9, v3.0.23 + fixes and updates

This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring
in the following updates:

   - v3.0.23 stable update
   - v3.2.9 stable update
   - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart
   - 3.0: pvr merge from Kishore Bodke
   - linux-yocto/rt: update to 3.0.23-rt38
   - linux-yocto/rt: update to 3.2.9-rt15

These have been built for all qemu targets, and built for the appropriate
hardware platforms.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agosite.conf.sample: Fix broken SOCKS proxy setup and configuration
Inaky Perez-Gonzalez [Thu, 1 Mar 2012 09:44:34 +0000 (09:44 +0000)] 
site.conf.sample: Fix broken SOCKS proxy setup and configuration

SOCKS proxy specification with git was using conflicting methods and
thus was failing when mixed SOCKS needs were in place (requiring no
proxy for some hosts and proxy for the rest)

- GIT_PROXY_COMMAND is an environment variable GIT uses to OVERRIDE
  all proxy configuration in ~/.gitconfig or any other gitconfig. By
  using it to configure, it was breaking havoc on site git
  configuration or the one generated by bitbake in tmp/.

  Renamed to OE_GIT_PROXY_COMMAND in meta/conf/site.conf.sample
   (with a doc tidbit on the name chosen), meta/classes/base.bbclass.

- The gitconfig generated by bitbake was wrong. There was a typo error
  (gitproxy vs gitProxy), thus all lines were being ignored. Fixed in
  meta/classes/base.bbclass.

- The gitconfig generated was being placed in
  ${STAGING_DIR_NATIVE}/usr/etc/gitconfig; git was looking for it in
  ${STAGING_DIR_NATIVE}/etc/gitconfig. Fixed that in
  meta/classes/base.bbclass, at the same time creating a
  GIT_CONFIG_PATH variable, since it is also referenced in
  generate_git_config() and have all instances refer to that.

(From OE-Core rev: e579eb7f33462258c8e82a0936d970593614840d)

Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolocal.conf.sample.extended: Add config sample for disk space monitoring
Robert Yang [Sun, 26 Feb 2012 08:48:16 +0000 (16:48 +0800)] 
local.conf.sample.extended: Add config sample for disk space monitoring

Add config sample for disk space monitoring to
meta-yocto/conf/local.conf.sample

[YOCTO #1589]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky-tiny: Assume pkgconfig is provided
Darren Hart [Sat, 25 Feb 2012 16:29:30 +0000 (08:29 -0800)] 
poky-tiny: Assume pkgconfig is provided

-dev packages require pkgconfig, but it pulls in glib->dbus->shadow
which breaks with tiny's minimal libc.

-dev packages are not currently supported on poky-tiny.

[YOCTO #2030]

Proposed-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa-yocto: add bbappend to restore Yocto psplash image
Paul Eggleton [Thu, 23 Feb 2012 19:35:53 +0000 (19:35 +0000)] 
meta-yocto: add bbappend to restore Yocto psplash image

OE-core now uses the OpenEmbedded logo for the psplash image; override
this and use the Yocto Project image as we did previously.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa-yocto: Add abi_version setting version 8, to match the OEBasicHash change and...
Richard Purdie [Wed, 22 Feb 2012 22:02:39 +0000 (22:02 +0000)] 
meta-yocto: Add abi_version setting version 8, to match the OEBasicHash change and trigger warnings for existing build directories

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>