]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
11 years agobsps: update to 3.10.28
Bruce Ashfield [Thu, 27 Feb 2014 21:15:03 +0000 (16:15 -0500)] 
bsps: update to 3.10.28

Updating the h/w reference BSPs to 3.10.28 -stable SRCREVs to match
the oe-core qemu BSPs.

[YOCTO: #5858]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: add CentOS 6.5 to SANITY_TESTED_DISTROS
Paul Eggleton [Fri, 28 Feb 2014 16:42:04 +0000 (16:42 +0000)] 
poky.conf: add CentOS 6.5 to SANITY_TESTED_DISTROS

This is a point release and is an automatic upgrade for users of 6.4.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-lsb.conf: fix the include path for security_flags
Stefan Stanacar [Mon, 24 Feb 2014 16:57:08 +0000 (18:57 +0200)] 
poky-lsb.conf: fix the include path for security_flags

The correct file is security_flags.inc not .conf and it's probably
a good idea to make it a require so it's a hard fail.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: Drop seperatebuilddir.inc, its included in the core now
Richard Purdie [Mon, 24 Feb 2014 16:25:32 +0000 (16:25 +0000)] 
poky: Drop seperatebuilddir.inc, its included in the core now

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Add Debian-7.4 to SANITY_TESTED_DISTROS
Olof Johansson [Mon, 10 Feb 2014 09:37:33 +0000 (10:37 +0100)] 
poky.conf: Add Debian-7.4 to SANITY_TESTED_DISTROS

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agouseradd.bbclass: Add ability to select a static uid/gid automatically
Mark Hatle [Thu, 6 Feb 2014 23:37:24 +0000 (17:37 -0600)] 
useradd.bbclass: Add ability to select a static uid/gid automatically

[YOCTO #5436]

Automatic selection of static uid/gid is needed for a dynamically generated
passwd and group file to have a deterministic outcome.

When a package is installed and instructs the system to add a new user or
group, unless it selects a static uid/gid value, the next available uid/gid
will be used.  The order in which packages are installed is dynamically
computed, and may change from one installation to the next.  This results
in a non-deterministic set of uid/gid values.

Enabling this code by adding USERADDEXTENSION = "useradd-staticids", and
adding a preconfigured passwd/group file will allow the continued dynamic
generation of the rootfs passwd/group files, but will ensure a deterministic
outcome.  (Dynamic generation is desired so that users and groups that have
no corresponding functionality are not present within the final system image.)

The rewrite params function will override each of the fields in the
useradd and groupadd calls with the values specified.  Note, the password
field is ignored as is the member groups field in the group file.  If the
field is empty, the value will not be overridden.  (Note, there is no way
to 'blank' a field, as this would only generally affect the 'comment' field
and there really is no reason to blank it.)

Enabling USERADD_ERROR_DYNAMIC will cause packages without static uid/gid
to generate an error and be skipped for the purpose of building.  This is
used to prevent non-deterministic behavior.

USERADD_UID_TABLES and USERADD_GID_TABLES may be used to specify the name
of the passwd and group files.  By default they are assumed to be
'files/passwd' and 'files/group'.  Layers are searched in BBPATH order.

(From OE-Core rev: 18c99dac52b746b88cd084eb4c2a2ef0329a6ff3)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopackage_regex.inc: fix a minor typo
Laszlo Papp [Thu, 6 Feb 2014 15:05:21 +0000 (15:05 +0000)] 
package_regex.inc: fix a minor typo

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto: rename busybox's bbappend file to match the current version
Chen Qi [Wed, 22 Jan 2014 02:42:44 +0000 (10:42 +0800)] 
meta-yocto: rename busybox's bbappend file to match the current version

Rename the bbappend file to match the current version of busybox.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoRevert "poky-tiny: Assume pkgconfig is provided"
Krzysztof Sywula [Tue, 28 Jan 2014 17:23:13 +0000 (17:23 +0000)] 
Revert "poky-tiny: Assume pkgconfig is provided"

This reverts commit a54932dc373ec130f7a166d144f4d5744ec52097.
pkgconfig does not pull in glib->dbus anymore

Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Add core2 and corei7 tune choice to x86_64
Darren Hart [Tue, 21 Jan 2014 23:58:45 +0000 (23:58 +0000)] 
yocto-bsp: Add core2 and corei7 tune choice to x86_64

Update the x86_64 architecture bsp creator to include choices for core2
and corei7 tune files.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Update substrate to use the new x86 tune files
Darren Hart [Tue, 21 Jan 2014 23:35:39 +0000 (23:35 +0000)] 
yocto-bsp: Update substrate to use the new x86 tune files

Update the substrates to use x86-base instead of ia32-base and core2-64
instead of x86-64. Update the core2 bit to include the DEFAULTTUNE to be
explicit.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogenericx86: Use require instead of include
Darren Hart [Tue, 21 Jan 2014 21:12:12 +0000 (21:12 +0000)] 
genericx86: Use require instead of include

Use require instead of include to avoid silent errors when the required
tune files change name or are moved. It's going to fail anyway, it might
as well fail with an error message that is immediately helpful.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogenericx86: Use new x86 tune files
Darren Hart [Tue, 21 Jan 2014 21:11:31 +0000 (21:11 +0000)] 
genericx86: Use new x86 tune files

Use the new names for the x86 tunes files (x86 instead of ia32).

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogenericx86-64: Use the core2-64 tune
Darren Hart [Tue, 21 Jan 2014 18:04:12 +0000 (18:04 +0000)] 
genericx86-64: Use the core2-64 tune

As x86_64 has been "demoted" to an ABI definition rather than a concrete
tune file, replace it with core2-64 for the genericx86-64 machine.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogenericx86: Use the core2 tune file
Darren Hart [Tue, 21 Jan 2014 18:00:57 +0000 (18:00 +0000)] 
genericx86: Use the core2 tune file

Aside from the movbe and specialized instruction scheduling for the lack
of out-of-order scheduling in the older Atom CPUs, the core2 tune covers
these CPUs adequately. Since the current atom tune just uses core2
anyway, go ahead and make this explicit here.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE
Richard Purdie [Mon, 27 Jan 2014 14:39:48 +0000 (14:39 +0000)] 
local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

Its rather sad that people don't appear to read local.conf and then complain
about slow builds when they're just using a single thread. Most systems have
more than one core now so we might as well use a more automatic default
for these values. This may lead to better experiences for new users.

[YOCTO #2528]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Remove Debian Squeeze from SANITY_TESTED_DISTROS
Olof Johansson [Tue, 21 Jan 2014 10:07:24 +0000 (11:07 +0100)] 
poky.conf: Remove Debian Squeeze from SANITY_TESTED_DISTROS

Debian Squeeze is not a supported platform, since the bitbake python
dependency on Python was bumped to 2.7.

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: add Debian 7.3 to SANITY_TESTED_DISTROS
Olof Johansson [Tue, 21 Jan 2014 10:07:23 +0000 (11:07 +0100)] 
poky.conf: add Debian 7.3 to SANITY_TESTED_DISTROS

7.3 is a point release with security and bug fixes only, and I can
confirm that it works.

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies
Richard Purdie [Fri, 17 Jan 2014 11:40:29 +0000 (11:40 +0000)] 
poky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolinux-yocto-bsps: update reference BSPs to v3.10.25
Bruce Ashfield [Wed, 15 Jan 2014 05:59:59 +0000 (00:59 -0500)] 
linux-yocto-bsps: update reference BSPs to v3.10.25

Update the 3.10 Yocto reference BSPs to the korg 3.10.25 update.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoupstream_tracking.inc: remove outdated glib-2.0 entry
Robert Yang [Fri, 27 Dec 2013 15:04:57 +0000 (15:04 +0000)] 
upstream_tracking.inc: remove outdated glib-2.0 entry

glib-2.0: out of date, it was added before/when 2.35.8, now we use 2.38.2

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: reassign e2fsprogs
Robert Yang [Fri, 3 Jan 2014 17:52:38 +0000 (01:52 +0800)] 
maintainers.inc: reassign e2fsprogs

Paul has agreed to reassign e2fsprogs to Robert

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: Add Fedora-20 to supported distros list
Robert Yang [Wed, 25 Dec 2013 02:25:38 +0000 (02:25 +0000)] 
poky: Add Fedora-20 to supported distros list

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: reassign tzcode-native
Robert Yang [Tue, 31 Dec 2013 11:07:09 +0000 (19:07 +0800)] 
maintainers.inc: reassign tzcode-native

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoupstream_tracking.inc: update entries
Robert Yang [Tue, 31 Dec 2013 11:07:08 +0000 (19:07 +0800)] 
upstream_tracking.inc: update entries

Remove/update the following entries:

autoconf: out of date, it was added before/when 2.68, now we use 2.69
autogen: out of date, it was added before/when 5.12, now we use 5.17.4
automake: out of date, it was added before/when 1.12, now we use 1.14
pn-gmp: out of date, it was added before/when 5.0.5, now we use 5.1.1
makedevs: out of date, it was added before/when 1.0.0, now we use 1.0.1
glib-2.0: update it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Add missing interfaces file for qemu BSP templates
Tom Zanussi [Fri, 20 Dec 2013 16:39:11 +0000 (10:39 -0600)] 
yocto-bsp: Add missing interfaces file for qemu BSP templates

The qemu BSPs were picking up the wrong interfaces file, resulting in
some erratic interface behavior seen with qemu-based BSPs - this fixes
the problem.

[YOCTO #5636]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-toolchain-sdk: Remove references from meta-yocto
Saul Wold [Wed, 18 Dec 2013 23:45:22 +0000 (15:45 -0800)] 
meta-toolchain-sdk: Remove references from meta-yocto

[YOCTO #5676]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopango: remove no update reason because it was updated
Cristiana Voicu [Wed, 18 Dec 2013 13:46:00 +0000 (15:46 +0200)] 
pango: remove no update reason because it was updated

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoqemu/local.conf.sample: Add sdl PACKAGECONFIG
Richard Purdie [Sun, 15 Dec 2013 16:30:29 +0000 (16:30 +0000)] 
qemu/local.conf.sample: Add sdl PACKAGECONFIG

Currently the SDL configuration option for qemu floats. This is confusing to new users
and makes the build non-determinstic. This patch adds a PACKAGECONFIG option, defaulting
to off and adds documentation to local.conf.sample leaving it on by default since this
is the configuration our quick start assumes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: restore some edits
Paul Eggleton [Fri, 13 Dec 2013 12:20:54 +0000 (12:20 +0000)] 
local.conf.sample.extended: restore some edits

Poky commit ba8506ee342a1a579ceb309f3f50285eaad84f25 reverted some
previous changes that hadn't been applied in the OE-Core version of this
file. This patch restores them and tweaks a couple of sentences so that
they make sense.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodistro_alias.inc: drop external-*
Paul Eggleton [Fri, 13 Dec 2013 12:59:14 +0000 (12:59 +0000)] 
distro_alias.inc: drop external-*

These are all obsolete now.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: update the the maintainers
Robert Yang [Thu, 12 Dec 2013 10:34:14 +0000 (05:34 -0500)] 
maintainers.inc: update the the maintainers

Hongxu, Qi, Chong and Robert takes 80 recipes.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.extended: Bring into sync with OE-Core
Richard Purdie [Thu, 12 Dec 2013 23:17:06 +0000 (23:17 +0000)] 
local.conf.extended: Bring into sync with OE-Core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodistro-tracking: remove GMAE package groups
Ross Burton [Thu, 5 Dec 2013 17:42:02 +0000 (17:42 +0000)] 
distro-tracking: remove GMAE package groups

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolinux-libc-headers-yocto: Drop old 3.4+git version
Richard Purdie [Sun, 8 Dec 2013 22:02:51 +0000 (22:02 +0000)] 
linux-libc-headers-yocto: Drop old 3.4+git version

Overriding the kernel headers is bad practise and we have little need of
this specific recipe as the outdated version shows so lets drop it.
Anyone needing it can find it in the history.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsp: Drop gmae bbappends to match OE-Core
Richard Purdie [Thu, 5 Dec 2013 11:19:12 +0000 (11:19 +0000)] 
meta-yocto-bsp: Drop gmae bbappends to match OE-Core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: Add Ubuntu-13.10 to supported distros list
Richard Purdie [Fri, 29 Nov 2013 13:43:02 +0000 (13:43 +0000)] 
poky: Add Ubuntu-13.10 to supported distros list

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample: Fix typo
Yi Zhao [Thu, 28 Nov 2013 08:18:52 +0000 (16:18 +0800)] 
local.conf.sample: Fix typo

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: enable unknown-configure-option QA test as a warning
Ross Burton [Thu, 21 Nov 2013 18:09:02 +0000 (18:09 +0000)] 
poky: enable unknown-configure-option QA test as a warning

This QA test will warn if configure is passed options that it doesn't recongise.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: enable ptest distro feature
Ross Burton [Thu, 21 Nov 2013 14:54:31 +0000 (14:54 +0000)] 
poky.conf: enable ptest distro feature

Poky is the reference distribution for testing, so it should build the -ptest
packages for on-target testing.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Add missing format specifier in bblayers error message
Bastien JAUNY [Wed, 13 Nov 2013 19:21:14 +0000 (20:21 +0100)] 
yocto-bsp: Add missing format specifier in bblayers error message

If the build environment is misconfigured (e.g. a bad path
for a layer in bblayers.conf) the yocto-bsp script crashes with a
standard python error, not very explicit.  This fixes the problem.

Signed-off-by: Bastien JAUNY <bastien.jauny@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogenericx86-common.inc: add eee-acpi-scripts to MACHINE_EXTRA_RRECOMMENDS
Paul Eggleton [Fri, 15 Nov 2013 11:59:34 +0000 (11:59 +0000)] 
genericx86-common.inc: add eee-acpi-scripts to MACHINE_EXTRA_RRECOMMENDS

Add this back here after removing it from ia32-base.inc in OE-Core.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: add Debian 7.2 to SANITY_TESTED_DISTROS
Olof Johansson [Wed, 16 Oct 2013 09:51:25 +0000 (11:51 +0200)] 
poky.conf: add Debian 7.2 to SANITY_TESTED_DISTROS

7.2 is a point release with security and bug fixes only, and I can
confirm that it works.

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes
Bruce Ashfield [Thu, 14 Nov 2013 16:58:36 +0000 (11:58 -0500)] 
meta-yocto-bsp: update SRCREVs for 3.10.17 and beagleboard fixes

Updating the BSP SRCREVs to pull in the 3.10.17 core update and fix
USB powerup issues on the beagleboard.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking: Update manual check for minicom
Cristian Iorga [Tue, 22 Oct 2013 14:21:05 +0000 (17:21 +0300)] 
upstream_tracking: Update manual check for minicom

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample.extended: Add some additional comments for security flags
Saul Wold [Wed, 16 Oct 2013 16:33:05 +0000 (09:33 -0700)] 
local.conf.sample.extended: Add some additional comments for security flags

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage-regex: Tweak python-docutils so it works correctly
Saul Wold [Wed, 16 Oct 2013 16:33:06 +0000 (09:33 -0700)] 
package-regex: Tweak python-docutils so it works correctly

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky: Update Version post release
Richard Purdie [Mon, 14 Oct 2013 15:57:47 +0000 (16:57 +0100)] 
poky: Update Version post release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_alias.inc: better sort
Elizabeth Flanagan [Mon, 7 Oct 2013 18:26:50 +0000 (11:26 -0700)] 
distro_alias.inc: better sort

Re-sort as suggested by Peter Kjellerstedt

http://article.gmane.org/gmane.linux.embedded.poky/9253

This also standardizes spaces. The sort Peter suggests, however,
does not account for the header.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_alias.inc: Package corrections
Elizabeth Flanagan [Mon, 7 Oct 2013 18:26:49 +0000 (11:26 -0700)] 
distro_alias.inc: Package corrections

This commit corrects a few duplicate distro aliases and adds some
packages missed for other arches as universe is slightly different
per machine.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: remove obsolete recipes
Cristiana Voicu [Mon, 7 Oct 2013 13:41:13 +0000 (16:41 +0300)] 
maintainers.inc: remove obsolete recipes

This patch removes some references on imake, xorg-cf-files and transfig
from maintainers, distro_alias, recipe_color, package_regex and seperatebuilddir
files. Transfig, imake and the associated xorg-cf-files were removed.

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-kernel: Use variable-substituted BBLAYERS
Tom Zanussi [Fri, 4 Oct 2013 14:37:38 +0000 (09:37 -0500)] 
yocto-kernel: Use variable-substituted BBLAYERS

The current find_bblayers() code finds and parses the BBLAYERS
variable manually, and therefore doesn't handle variable substitution,
which causes problems if used.

This change makes find_bblayers() use the variable-substituted
BBLAYERS instead.

Fixes [YOCTO #5106]

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_alias: Fix missing =
Saul Wold [Thu, 3 Oct 2013 13:40:00 +0000 (06:40 -0700)] 
distro_alias: Fix missing =

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers: Add some maintainers
Saul Wold [Wed, 2 Oct 2013 17:22:25 +0000 (17:22 +0000)] 
maintainers: Add some maintainers

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex: Add python-docutils
Saul Wold [Wed, 2 Oct 2013 17:10:24 +0000 (17:10 +0000)] 
package_regex: Add python-docutils

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking: Update manual checked list
Saul Wold [Wed, 2 Oct 2013 17:10:00 +0000 (17:10 +0000)] 
upstream_tracking: Update manual checked list

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoREADME.hardware: update genericx86 hardware support
Ross Burton [Tue, 1 Oct 2013 14:17:21 +0000 (15:17 +0100)] 
README.hardware: update genericx86 hardware support

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_alias.inc: update distro_alias
Elizabeth Flanagan [Tue, 1 Oct 2013 19:30:39 +0000 (19:30 +0000)] 
distro_alias.inc: update distro_alias

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_alias.inc: Sort entries
Elizabeth Flanagan [Tue, 1 Oct 2013 19:30:38 +0000 (19:30 +0000)] 
distro_alias.inc: Sort entries

Entry order is inconsistent. sort -d on entries.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: Removed obsolete distros from SANITY_TESTED_DISTROS
Alexandru Palalau [Tue, 1 Oct 2013 16:40:04 +0000 (16:40 +0000)] 
poky.conf: Removed obsolete distros from SANITY_TESTED_DISTROS

Removed CentOS-6.3, Fedora-17, Debian-6.0 and Poky-1.3 from SANITY_TESTED_DISTROS.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto: updated SANITY_TESTED_DISTROS in poky.conf
Alexandru Palalau [Wed, 25 Sep 2013 09:16:54 +0000 (09:16 +0000)] 
meta-yocto: updated SANITY_TESTED_DISTROS in poky.conf

Added Fedora-19 and Debian-6.0.7 to SANITY_TESTED_DISTROS.
No more warnings regarding sanity for these two host distros

Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky: Update to 1.5 release version
Richard Purdie [Tue, 24 Sep 2013 17:03:01 +0000 (18:03 +0100)] 
poky: Update to 1.5 release version

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: add 3.10/remove 3.8 kernel from templates
Tom Zanussi [Mon, 23 Sep 2013 13:42:51 +0000 (08:42 -0500)] 
yocto-bsp: add 3.10/remove 3.8 kernel from templates

For Yocto 1.5, 3.10 is the preferred kernel and 3.8 is obsolete.

This also removes any mention of emgd from the templates - we want to
discourage users from using it - it will be obsolete soon in any case.

Fixes [YOCTO #5107]

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoconf/local.conf.sample: update for new testimage class
Paul Eggleton [Fri, 20 Sep 2013 09:28:53 +0000 (10:28 +0100)] 
conf/local.conf.sample: update for new testimage class

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##
Ross Burton [Thu, 19 Sep 2013 10:04:35 +0000 (11:04 +0100)] 
bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##

The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro: remove anjuta-remote-run from distro_alias and maintainers
Ross Burton [Thu, 19 Sep 2013 10:04:12 +0000 (11:04 +0100)] 
distro: remove anjuta-remote-run from distro_alias and maintainers

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto/layer.conf: Bump LAYERVERSION_yocto
Elizabeth Flanagan [Tue, 17 Sep 2013 00:02:27 +0000 (17:02 -0700)] 
meta-yocto/layer.conf: Bump LAYERVERSION_yocto

Commit 5992830145c fixes the autobuilder needing to rename
qemux86-64 to qemux86_64 however in order to maintain autobuilder
compatibility with prior releases we need to bump LAYERVERSION.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobeagleboard: update the dts location
Maxin B. John [Mon, 9 Sep 2013 12:27:47 +0000 (14:27 +0200)] 
beagleboard: update the dts location

Update the dts path for beagleboard

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: conditionalise mesa-swrast on opengl in templates
Ross Burton [Wed, 11 Sep 2013 11:07:21 +0000 (12:07 +0100)] 
yocto-bsp: conditionalise mesa-swrast on opengl in templates

As per the similar commit in oe-core on the qemu machines, the templates should
respect the opengl DISTRO_FEATURE when adding mesa-driver-swrast to new qemu
machines.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto-bsp: bump reference BSPs to v3.10.11
Bruce Ashfield [Tue, 10 Sep 2013 15:54:44 +0000 (11:54 -0400)] 
meta-yocto-bsp: bump reference BSPs to v3.10.11

Bumping to the 3.10.11 -stable release. Of note in this update is
the timer_list fix, which broke ssh access in the previous 3.10
series of updates:

    timer_list: correct the iterator for timer_list

    commit 84a78a6504f5c5394a8e558702e5b54131f01d14 upstream.

With this, we can revert the two temporary fixes for timer lists.
ssh access has been directly tested after this update.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: remove apm as a default MACHINE_FEATURE
Saul Wold [Mon, 9 Sep 2013 14:58:39 +0000 (07:58 -0700)] 
yocto-bsp: remove apm as a default MACHINE_FEATURE

APM is not only obsolete, but also requires a kernel config enabled, which is not enabled by default

[YOCTO #5121]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobeagelboard.inc: remove apm as a MACHINE_FEATURE
Saul Wold [Mon, 9 Sep 2013 14:58:38 +0000 (07:58 -0700)] 
beagelboard.inc: remove apm as a MACHINE_FEATURE

APM is not only obsolete, but also requires a kernel config enabled, which is not enabled by default

[YOCTO #5121]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto-bsp: update h/w reference boards SRCREVs
Bruce Ashfield [Fri, 6 Sep 2013 20:58:35 +0000 (16:58 -0400)] 
meta-yocto-bsp: update h/w reference boards SRCREVs

Updating the machine SRCREVs for the hardware reference boards to the
latest 3.10.10 and ssh fixes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobeagleboard: upgrade the kernel to 3.10.x
Liming Wang [Fri, 6 Sep 2013 20:58:36 +0000 (16:58 -0400)] 
beagleboard: upgrade the kernel to 3.10.x

In 3.10.x linux kernel, uImage can't be compiled by default. But zImage
has been supported by the latest u-boot, so use zImage as the default kernel
image file. In u-boot command, use "bootz", instead of "bootm", to boot the kernel.

And add device tree files to support dtb in latest kernel.

Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agompc8315e-rdb: update to the 3.10 kernel
Kevin Hao [Fri, 6 Sep 2013 20:58:34 +0000 (16:58 -0400)] 
mpc8315e-rdb: update to the 3.10 kernel

Update the mpc8315e-rdb to the latest available yocto kernel.
Build and boot test on mpc8315e-rdb board with core-image-sato.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogenericx86: Create a genericx86-common.inc base for the x86 BSPs
Darren Hart [Wed, 4 Sep 2013 21:20:55 +0000 (21:20 +0000)] 
genericx86: Create a genericx86-common.inc base for the x86 BSPs

The genericx86 and genericx86-64 machines share a great deal in common
in terms of machine features, required packages, etc. Use a common
include file to simplify changes to both machine definitions and avoid
accidental omissions.

Replace the hard-coded XSERVER assignment with the XSERVER_IA32*
defines from ia32-base.inc.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: yunguo.wei@windriver.com
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agompc8315e-rdb: Set PREFFERED_VERSION to 2013.07
Liming Wang [Wed, 4 Sep 2013 07:08:30 +0000 (15:08 +0800)] 
mpc8315e-rdb: Set PREFFERED_VERSION to 2013.07

Now the latest u-boot, v2013.07, works well on the board. So set
PREFERRED_VERSION to use the latest u-boot.

Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobeagleboard: upgrade u-boot to the latest version
Liming Wang [Wed, 4 Sep 2013 07:08:29 +0000 (15:08 +0800)] 
beagleboard: upgrade u-boot to the latest version

Now the latest version of u-boot is 2013.07 and it depends on
its own MLO, instead of x-load, as the Second Program Loader. So remove
x-load and use u-boot's MLO.

And also replace u-boot.bin with u-boot.img as the u-boot image file.

Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: add version-going-backwards to ERROR_QA
Paul Eggleton [Tue, 3 Sep 2013 10:10:44 +0000 (11:10 +0100)] 
poky.conf: add version-going-backwards to ERROR_QA

This restores this check after it was disabled by recent poky rev
560dac6e7db76f533f98eda969f585e4eb416e6e. This check is already in
ERROR_QA in the default value set in OE-Core.

Fixes [YOCTO #5088].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorecipes: Ensure that we only apply poky changes when poky is selected
Richard Purdie [Thu, 29 Aug 2013 12:00:51 +0000 (12:00 +0000)] 
recipes: Ensure that we only apply poky changes when poky is selected

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample: Add genericx86-64 machine to machine list
Darren Hart [Tue, 27 Aug 2013 20:16:14 +0000 (13:16 -0700)] 
local.conf.sample: Add genericx86-64 machine to machine list

local.conf.sample lists all core BSPs. Add the new genericx86-64
machine, removing the duplicate entry of the genericx86 machine.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoatom-pc: Purge straggling configuration files
Darren Hart [Tue, 27 Aug 2013 20:16:15 +0000 (13:16 -0700)] 
atom-pc: Purge straggling configuration files

A few atom-pc configuration files escaped the last purge of atom-pc.
Clean them up.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto-bsp: Add genericx86-64 machine
Darren Hart [Tue, 27 Aug 2013 20:16:13 +0000 (13:16 -0700)] 
meta-yocto-bsp: Add genericx86-64 machine

Duplicate the genericx86 machine, but select x86_64 tunables and use the
common-pc-64 linux-yocto KMACHINE and config.

This has been boot tested with core-image-sato on a Lenovo x220
(Core-i5) and a Supermicro MBD-X8DTL-iF-O (dual-socket Xeon 5680).

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@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>
12 years agoREADME.hardware: Replace atom-pc with genericx86
Darren Hart [Mon, 26 Aug 2013 21:56:18 +0000 (21:56 +0000)] 
README.hardware: Replace atom-pc with genericx86

Update README.hardware to reflect the recent replacement of
atom-pc with genericx86.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample: Replace atom-pc with genericx86
Darren Hart [Mon, 26 Aug 2013 21:55:11 +0000 (21:55 +0000)] 
local.conf.sample: Replace atom-pc with genericx86

Update the sample local.conf file to reflect the recent replacement of
atom-pc with genericx86.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolayer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc
Elizabeth Flanagan [Mon, 26 Aug 2013 20:52:18 +0000 (20:52 +0000)] 
layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc

In order to maintain autobuilder compatibility with prior releases
we'll need to decide on if we should build atom-pc or genericx86
based on LAYERVERSION_yoctobsp.

if LAYERVERSION_yoctobsp < 2 we build out atom-pc else
we build out genericx86

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto-bsp: Purge atom-pc in favor of genericx86
Darren Hart [Mon, 26 Aug 2013 21:15:18 +0000 (21:15 +0000)] 
meta-yocto-bsp: Purge atom-pc in favor of genericx86

genericx86 is a superset of atom-pc, so remove all references to
atom-pc.

Note that genericx86 only has 3.10 linux-yocto support, that leaves us
with no x86 BSP in meta-yocto-bsp for the 3.4 kernel. As a general rule,
new BSPs are targeted at the current kernel version, so this is normal,
but something worth noting.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREV
Darren Hart [Mon, 26 Aug 2013 20:50:34 +0000 (20:50 +0000)] 
meta-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREV

For the genericx86 machine:
o Update the PREFERRED_VERSION for linux-yocto to 3.10
o Change the KBRANCH to common-pc/base
o Change the SRCREV to the HEAD
o Change the KMACHINE to a valid linux-yocto BSP name

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto: change default kernel to 3.10
Bruce Ashfield [Mon, 26 Aug 2013 18:08:35 +0000 (18:08 +0000)] 
meta-yocto: change default kernel to 3.10

With 3.10 being the next LTSI kernel, and all qemu reference platforms
tested on that new baseline, the time has come to bump the default
version for qemu* and other boards to 3.10.

Reference platforms continue to explicitly set their own preferred versions
for the kernel as required.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version
Bruce Ashfield [Sun, 25 Aug 2013 05:20:57 +0000 (05:20 +0000)] 
yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version

Now that the 3.10 yocto kernel tree is available, meta-yocto-bsp needs a
bbappend with the relevant SRCREVs defined.

Note: that only the routerstationpro is updated to 3.10, and the other reference
BSPs continue to use their existing preferred versions.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agompc8315e-rdb: Set PREFFERED_VERSION to a version thats known working
Saul Wold [Fri, 23 Aug 2013 20:23:41 +0000 (20:23 +0000)] 
mpc8315e-rdb: Set PREFFERED_VERSION to a version thats known working

While adding the last version, the 2012.04 version was accidently removed, it was not
noticed becuase the 2011.06 version also works correctly.  When we next have a tested
u-boot against this core bsp, we can either drop or update this setting

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolinux-yocto: switch genericx86 to use common-pc
Ross Burton [Thu, 22 Aug 2013 15:59:10 +0000 (16:59 +0100)] 
linux-yocto: switch genericx86 to use common-pc

The common-pc machine is now more featureful, so switch from atom-pc to common-pc.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolinux-yocto: remove genericx86 support from 3.4
Ross Burton [Thu, 22 Aug 2013 15:59:07 +0000 (16:59 +0100)] 
linux-yocto: remove genericx86 support from 3.4

3.4 doesn't actually support genericx86, so remove any mention of it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: add Debian 7.1 to SANITY_TESTED_DISTROS
Ross Burton [Wed, 21 Aug 2013 09:32:54 +0000 (10:32 +0100)] 
poky.conf: add Debian 7.1 to SANITY_TESTED_DISTROS

7.1 is a point release with security and bug fixes only, and I can confirm that
it works.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogenericx86: disable USB autosuspend
Ross Burton [Wed, 21 Aug 2013 17:15:20 +0000 (18:15 +0100)] 
genericx86: disable USB autosuspend

USB autosuspend doesn't reliably work with arbitrary hardware, so don't enable
it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogenericx86: add v86d to machine recommends so Vesa framebuffer works
Ross Burton [Wed, 21 Aug 2013 17:15:19 +0000 (18:15 +0100)] 
genericx86: add v86d to machine recommends so Vesa framebuffer works

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoSDK_NAME: Change to include image name and tune arch
Elizabeth Flanagan [Wed, 21 Aug 2013 21:04:16 +0000 (14:04 -0700)] 
SDK_NAME: Change to include image name and tune arch

[YOCTO #4618]

When building out multiple toolchains with the same target arch
you can end up having toolchains with the same name. Making
the naming a bit more granular by adding IMAGE_BASENAME and
TUNE_PKGARCH to SDK_NAME and removing TARGET_ARCH from SDK_NAME

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking: Update last check dates
Saul Wold [Thu, 22 Aug 2013 05:52:54 +0000 (22:52 -0700)] 
upstream_tracking: Update last check dates

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers: give guilt-native to Bruce
Saul Wold [Thu, 22 Aug 2013 05:52:53 +0000 (22:52 -0700)] 
maintainers: give guilt-native to Bruce

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking: add NO_UPDATE_REASON for gawk and pango
Cristiana Voicu [Thu, 22 Aug 2013 08:57:21 +0000 (11:57 +0300)] 
upstream_tracking: add NO_UPDATE_REASON for gawk and pango

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>