]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
12 years agodistro/conf: Drop libc-libm-big
Khem Raj [Fri, 5 Jul 2013 14:39:20 +0000 (15:39 +0100)] 
distro/conf: Drop libc-libm-big

Its gone with eglibc 2.18

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoUpstream_tracking: mark package as not upgradable due to PRS issues
Saul Wold [Wed, 3 Jul 2013 22:11:03 +0000 (15:11 -0700)] 
Upstream_tracking: mark package as not upgradable due to PRS issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agobusybox.bbappend: upgrade to 1.21.1
Chen Qi [Fri, 5 Jul 2013 02:35:42 +0000 (10:35 +0800)] 
busybox.bbappend: upgrade to 1.21.1

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agopoky.conf: move libdir QA check to WARN_QA
Paul Eggleton [Thu, 4 Jul 2013 13:17:43 +0000 (13:17 +0000)] 
poky.conf: move libdir QA check to WARN_QA

The libdir check was broken, and having been fixed it is throwing up a
number of issues, so it seems that we're not yet ready to have this set
to error. Switch it back to a warning instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-kernel: enforce exact match for BBLAYERS
Tom Zanussi [Wed, 3 Jul 2013 20:13:34 +0000 (20:13 +0000)] 
yocto-kernel: enforce exact match for BBLAYERS

The current code uses .startswith to find BBLAYERS, which causes false
positives when other variables such as BBLAYERS_NON_REMOVABLE exist.

This forces an exact match instead of a partial match.

Fixes [YOCTO #4743].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: filter out 'layer' from arch list
Tom Zanussi [Wed, 3 Jul 2013 20:13:33 +0000 (20:13 +0000)] 
yocto-bsp: filter out 'layer' from arch list

The yocto-layer tool added a new directory alongside the actual
architectures and 'common', which is already screened out as not an
actual architecture when displaying the architecures.

The same needs to be done for 'layer' which isn't actually an
architecuture and likewise needs to be screened out.

Fixes [YOCTO #4735].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.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.extended: Add example line for enabling security flags
Saul Wold [Fri, 28 Jun 2013 18:49:53 +0000 (18:49 +0000)] 
local.conf.sample.extended: Add example line for enabling security flags

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: fix WARN_QA and ERROR_QA settings
Paul Eggleton [Fri, 28 Jun 2013 15:12:22 +0000 (16:12 +0100)] 
poky.conf: fix WARN_QA and ERROR_QA settings

In OE-Core master revision 8f5675e6d3eb the bug that tests we did not
mention in ERROR_QA were being shown as warnings even if they weren't in
WARN_QA was fixed; however a number of warnings we want to be enabled
weren't in Poky's WARN_QA and thus were not shown after that change;
additionally some of these were set in the default value of ERROR_QA in
insane.bbclass (i.e. OE-Core's default) but would have previously shown
up as warnings in Poky because they weren't in ERROR_QA there.

To fix this, put the appropriate values back into WARN_QA / ERROR_QA
with a lean towards ERROR_QA - we want to be strict so that we keep
OE-Core clean of QA issues during recipe maintenance.

Fixes [YOCTO #4752].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: remove la2 check which no longer exists from ERROR_QA
Paul Eggleton [Fri, 28 Jun 2013 15:12:21 +0000 (16:12 +0100)] 
poky.conf: remove la2 check which no longer exists from ERROR_QA

This check was actually removed a very long time ago in
6656381714c5956f71ca634f5a5f4aa4661bbf7e, before we even changed the QA
checks to use names instead of numbers - the name was probably added
ERROR_QA mistakenly because it hadn't also been removed from the comment
listing the QA checks or the function that determined which ones were
errors.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopsplash: Drop PRINC from bbappend
Richard Purdie [Fri, 21 Jun 2013 13:21:53 +0000 (14:21 +0100)] 
psplash: Drop PRINC from bbappend

Drop the PRINC from the bbapend since we no longer need to do this.
A corresponding PR bump will merge into OE-Core.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: Drop PRINC usage
Richard Purdie [Fri, 21 Jun 2013 13:20:57 +0000 (14:20 +0100)] 
yocto-bsp: Drop PRINC usage

We no longer need to manually bump PR values so lets not generate
code using this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers: Added missing recipes with maintainers
Saul Wold [Thu, 13 Jun 2013 14:43:21 +0000 (07:43 -0700)] 
maintainers: Added missing recipes with maintainers

Added
gstreamer1.0-plugins-good     1.0.7                         1.1.1                         No Maintainer info
gstreamer1.0-libav            1.0.7                         1.1.1                         No Maintainer info
chkconfig-alternatives-native 1.3.59+AUTOINC+cd437ecbd8     6                             No Maintainer info
gstreamer1.0-plugins-bad      1.0.7                         1.1.1                         No Maintainer info
gsettings-desktop-schemas     3.7.3                         3.9.2                         No Maintainer info
harfbuzz                      0.9.17                        0.9.18                        No Maintainer info
gtk-update-icon-cache-native  3.4.4                         3.9.2                         No Maintainer info
gstreamer1.0                  1.0.7                         1.1.1                         No Maintainer info
gstreamer1.0-plugins-base     1.0.7                         1.1.1                         No Maintainer info
gstreamer1.0-plugins-ugly     1.0.7                         1.1.1                         No Maintainer info
xf86-video-omap               0.4.2+gitrAUTOINC+ae0394e     0.4.3+gitrAUTOINC+1482807     No Maintainer info
gtk+3                         3.4.4                         3.9.2                         No Maintainer info
clutter-gst-1.0               1.6.0                         2.0.4                         No Maintainer info
dbus-ptest                    1.6.8                         1.7.2                         No Maintainer info
mx-1.0                        1.4.7+gitAUTOINC+9b1db6b      1.99.4+gitAUTOINC+6a5a7ff     No Maintainer info
clutter-gtk-1.0               1.4.2                         1.4.4                         No Maintainer info
weston                        1.1.0                         1.1.1                         No Maintainer info

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking: Update Manual recipes
Saul Wold [Thu, 13 Jun 2013 14:43:20 +0000 (07:43 -0700)] 
upstream_tracking: Update Manual recipes

Updated:
  Cups
  libpng12
  minicom

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto_kernel: modify the msg when adding duplicate items
Ning Zhang [Mon, 3 Jun 2013 05:21:18 +0000 (13:21 +0800)] 
yocto_kernel: modify the msg when adding duplicate items

Privious check-in "yocto_kernel: check current items before add a
new one" had been merged before I apply the feedback from Zanussi, Tom.
Now fix it as a new patch.

This fix modify the output message when customer adding duplicate
items.

[YOCTO #4558]

Signed-off-by: Ning Zhang <ning.zhang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolinux-yocto: Drop 3.2 kernel bbappend for 3.2 kernel removal
Richard Purdie [Fri, 31 May 2013 07:06:40 +0000 (08:06 +0100)] 
linux-yocto: Drop 3.2 kernel bbappend for 3.2 kernel removal

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky-lsb: make NFS kernel server support specific to linux-yocto
Bruce Ashfield [Fri, 31 May 2013 03:32:40 +0000 (23:32 -0400)] 
poky-lsb: make NFS kernel server support specific to linux-yocto

In the current releases, not all linux-yocto derived kernels have NFS
support, or NFS support fragments availble. To ensure that derived
kernels like linux-yocto-cutom continue to work against poky-lsb,
we can make the KERNEL_FEATURE append more specific to the linux-yocto
recipe.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: add qemumips64 preferred version
Bruce Ashfield [Fri, 31 May 2013 03:32:39 +0000 (23:32 -0400)] 
poky.conf: add qemumips64 preferred version

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto_kernel: check current items before add a new one
Ning Zhang [Wed, 29 May 2013 09:45:56 +0000 (09:45 +0000)] 
yocto_kernel: check current items before add a new one

When use "yocto-kernel config add" to add the same config many times,
all of these are list when use "yocto-kernel config list" to check.

This fix modify routine yocto_kernel_config_add, if the new added
components already exist in current configuration, just igore them.
Now, one config could only be added one time.

[YOCTO #4558]

Signed-off-by: Ning Zhang <ning.zhang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking.inc: added no upgrade reason for python-pygobject
Bogdan Marinescu [Mon, 27 May 2013 12:29:43 +0000 (12:29 +0000)] 
upstream_tracking.inc: added no upgrade reason for python-pygobject

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: re-enable AutoAddDevices in xorg.conf for generated BSPs
Paul Eggleton [Wed, 29 May 2013 15:01:53 +0000 (16:01 +0100)] 
yocto-bsp: re-enable AutoAddDevices in xorg.conf for generated BSPs

This was added quite a long time ago because of poor interactions
between HAL and the X server when it came to enabling input devices.
HAL is long gone and I think it's safe to say we don't need to disable
this any longer, especially as it gets in the way of being able to plug
in the keyboard/mouse after boot.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-xf86-config: re-enable AutoAddDevices for beagleboard
Paul Eggleton [Wed, 29 May 2013 15:01:12 +0000 (16:01 +0100)] 
xserver-xf86-config: re-enable AutoAddDevices for beagleboard

This was added quite a long time ago because of poor interactions
between HAL and the X server when it came to enabling input devices.
HAL is long gone and I think it's safe to say we don't need to disable
this any longer, especially as it gets in the way of being able to plug
in the keyboard/mouse after boot.

(This has already effectively been removed for the other BSPs in
meta-yocto-bsp).

Fixes [YOCTO #1823].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage_types.bbclass: remove the old images
Robert Yang [Tue, 7 May 2013 06:09:31 +0000 (06:09 +0000)] 
image_types.bbclass: remove the old images

Remove the old image before the new one generated to save disk
space when RM_OLD_IMAGE is set to 1, this is an easy way to keep
the DEPLOY_DIR_IMAGE clean.

[YOCTO #4391]

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>
12 years agopoky.conf: Adjust DISTRO vars post 1.4 release
Khem Raj [Tue, 14 May 2013 05:40:33 +0000 (22:40 -0700)] 
poky.conf: Adjust DISTRO vars post 1.4 release

Use next to denote this will become next stable

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: update alsa-utils-alsaconf pkg maintainer
Cristian Iorga [Tue, 7 May 2013 13:59:28 +0000 (16:59 +0300)] 
maintainers.inc: update alsa-utils-alsaconf pkg maintainer

alsa-utils-alsaconf package maintainer is Cristian Iorga.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: update neard pkg maintainer
Cristian Iorga [Tue, 7 May 2013 13:45:17 +0000 (16:45 +0300)] 
maintainers.inc: update neard pkg maintainer

neard package maintainer is Cristian Iorga.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: update SANITY_TESTED_DISTROS
Paul Eggleton [Thu, 9 May 2013 10:38:43 +0000 (11:38 +0100)] 
poky.conf: update SANITY_TESTED_DISTROS

In line with our policy of supporting the current and previous
releases of host distributions (and additionally the latest LTS release
of Ubuntu):

* Add Ubuntu 13.04 (released on 25th April)
* Remove Fedora 16
* Remove 5.x versions of CentOS
* Remove OpenSUSE 11.4 and 12.1
* Remove pre-1.3 versions of Poky

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky-lsb: Ensure kernel nfsd module is enabled
Saul Wold [Mon, 6 May 2013 05:32:09 +0000 (22:32 -0700)] 
poky-lsb: Ensure kernel nfsd module is enabled

LSB Test require NFS be enabled soe ensure that the kernel
feature is on.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: update sbc pkg maintainer
Cristian Iorga [Tue, 7 May 2013 12:35:35 +0000 (15:35 +0300)] 
maintainers.inc: update sbc pkg maintainer

sbc package maintainer is Cristian Iorga.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream_tracking.inc: minicom check update
Cristian Iorga [Tue, 30 Apr 2013 10:48:07 +0000 (13:48 +0300)] 
upstream_tracking.inc: minicom check update

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agokernel 3.8: routerstationpro: use KERNEL_IMAGE_MAXSIZE to test the image
Michel Thebeau [Mon, 29 Apr 2013 13:54:17 +0000 (09:54 -0400)] 
kernel 3.8: routerstationpro: use KERNEL_IMAGE_MAXSIZE to test the image

routerstationpro is limited to 16mb flash size.  Exceeding that size may
not be noticed immediately, which we don't want.

"The current latest kernel for the routerstationpro machine is far
beyond the 16MB of it's flash size [0]. I think it would be good to
[test if the size of the image is above that size]."

Setting this variable will enable the do_sizecheck task and produce an
error when the image is too large:

"ERROR: This kernel (size=90230265 > 16777216) is too big for your
device. Please reduce the size of the kernel by making more of it
modular."

>From commit 83716e40edacfd20dec8ef41f415ad5828d4643b.

[YOCTO #3514]

Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_alias: update alias information.
Saul Wold [Tue, 23 Apr 2013 20:38:37 +0000 (20:38 +0000)] 
distro_alias: update alias information.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorouterstationpro: move board off 3.4 and onto the 3.8 kernel
Michel Thebeau [Mon, 22 Apr 2013 21:20:15 +0000 (17:20 -0400)] 
routerstationpro: move board off 3.4 and onto the 3.8 kernel

The updated patch series to support this target is in place on the BSP
specific branch in the 3.8 kernel tree now[1], so we can move it ahead
off of the old 3.4 kernel.

[1] https://lists.yoctoproject.org/pipermail/linux-yocto/2013-April/000542.html

Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoinit-ifupdown: move network interfaces file for the beagleboard
Saul Wold [Thu, 18 Apr 2013 16:55:51 +0000 (09:55 -0700)] 
init-ifupdown: move network interfaces file for the beagleboard

With the splite of netbase and init-ifupdown, the interfaces file needs to get
moved for the beagleboard

[YOCTO #4334]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoREADME.hardware: Update mpc8315 load address
Richard Purdie [Tue, 16 Apr 2013 11:12:08 +0000 (12:12 +0100)] 
README.hardware: Update mpc8315 load address

The kernel size has grown to a point where the original load address might not work
due to memory region overlap. This updates the instructions to use larger memory
addresses which avoids the problem.

[YOCTO #2430]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROS
Paul Eggleton [Mon, 15 Apr 2013 15:54:51 +0000 (16:54 +0100)] 
poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROS

* CentOS 6.4 is the latest stable release; users of previous versions
  get automatically upgraded as part of normal distro updates.
* Add Poky 1.4 for the build appliance

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoclasses/poky-sanity: fix handling of bblayers.conf updating
Paul Eggleton [Fri, 12 Apr 2013 20:22:49 +0000 (21:22 +0100)] 
classes/poky-sanity: fix handling of bblayers.conf updating

* Update for new structure in sanity.bbclass - use a separate function
  to update bblayers.conf and add it to the list to be executed
* Additionally, don't add meta-yocto-bsp if it's already in BBLAYERS
  (this can occur when switching between DISTRO = "" or other distros
  which use a LAYER_CONF_VERSION = "5" and DISTRO = "poky" which has
  LAYER_CONF_VERSION = "6")

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: update SANITY_TESTED_DISTROS
Trevor Woerner [Thu, 11 Apr 2013 09:32:40 +0000 (05:32 -0400)] 
poky.conf: update SANITY_TESTED_DISTROS

Include release 12.3 of openSUSE as sanity tested. For each of the provided
qemu targets I have been able to "bitbake world" and "runqemu".

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorouterstationpro: strip the output kernel of .comment section
Michel Thebeau [Wed, 10 Apr 2013 12:37:33 +0000 (08:37 -0400)] 
routerstationpro: strip the output kernel of .comment section

The routerstationpro has a 16mb flash which the kernel image should
fit into.  The default build type for vmlinux then should be a
stripped vmlinux.

Use KERNEL_IMAGE_STRIP_EXTRA_SECTIONS  to do this.

Reverts commit 9cd3816e4db97c8fd093a120a75a2b5d193afcdd, which causes:
RedBoot> load -v vlm-boards/19256/kernel
Using default protocol (TFTP)
Unrecognized image type: 0x0

[YOCTO 3515]
[YOCTO 4220]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoREADME.hardware: bring up-to-date
Paul Eggleton [Tue, 9 Apr 2013 14:22:00 +0000 (15:22 +0100)] 
README.hardware: bring up-to-date

* Fix Yocto Project documentation URL
* Indicate physical reference hardware support comes from meta-yocto-bsp
* Remove/replace references to Poky where appropriate

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto*/conf/layer.conf: tweak BBFILES comments
Paul Eggleton [Tue, 9 Apr 2013 14:21:59 +0000 (15:21 +0100)] 
meta-yocto*/conf/layer.conf: tweak BBFILES comments

"packages" was the old name (pre-2010) under which the recipe files were
stored.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-layer / yocto-bsp: tweak layer.conf comment
Paul Eggleton [Tue, 9 Apr 2013 14:21:58 +0000 (15:21 +0100)] 
yocto-layer / yocto-bsp: tweak layer.conf comment

We have recipes-* directories not a recipes directory; this is left over
from the old old layout (2010).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: change qemu-based mips BSP default branch
Tom Zanussi [Thu, 4 Apr 2013 13:47:21 +0000 (08:47 -0500)] 
yocto-bsp: change qemu-based mips BSP default branch

The default branch for the qemu-based mips BSP template no longer
exists, so change to one that does.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: set SRCREV for arm-based qemu machines
Tom Zanussi [Thu, 4 Apr 2013 01:12:21 +0000 (20:12 -0500)] 
yocto-bsp: set SRCREV for arm-based qemu machines

arm-based qemu machines won't boot with the default 3.8 machine SRCREV
because it's missing the commit 'arm: add dummy swizzle for versatile
with qemu', so we need to use a SRCREV that has it merged.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: qemu machine template updates
Tom Zanussi [Wed, 3 Apr 2013 20:03:34 +0000 (15:03 -0500)] 
yocto-bsp: qemu machine template updates

A few small changes to the machine.conf from the previous version that
should be incorporated.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: use specific bsp metadata for qemu machines
Tom Zanussi [Wed, 3 Apr 2013 19:41:22 +0000 (14:41 -0500)] 
yocto-bsp: use specific bsp metadata for qemu machines

For the qemu-based BSPs, use bsp metadata that's guaranteed to boot in
qemu.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: pass in file object to replace_file()
Tom Zanussi [Fri, 29 Mar 2013 22:07:22 +0000 (17:07 -0500)] 
yocto-bsp: pass in file object to replace_file()

Pass the file object instead of the filename to replace_file for the
custom template, as now required by replace_file().

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: have replace_file() close file before copying
Tom Zanussi [Fri, 29 Mar 2013 21:48:50 +0000 (16:48 -0500)] 
yocto-bsp: have replace_file() close file before copying

replace_file needs to make sure the file it's replacing is closed
before replacing it, otherwise unexpected results may ensue.

Fixes [YOCTO #4145].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: add linux-yocto-3.8-rt to templates
Tom Zanussi [Tue, 26 Mar 2013 20:26:38 +0000 (15:26 -0500)] 
yocto-bsp: add linux-yocto-3.8-rt to templates

RT support is now available in the linux-yocto-3.8 kernel, so we can
also add that as kernel option for users.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: add KBRANCH for existing kbranch cases
Tom Zanussi [Sat, 23 Mar 2013 04:43:35 +0000 (23:43 -0500)] 
yocto-bsp: add KBRANCH for existing kbranch cases

For the cases where a BSP reuses an existing branch, we still need the
KBRANCH in order to be able to specify an existing branch.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agopoky-tiny: Prefer linux-yocto-tiny_3.8
Darren Hart [Fri, 5 Apr 2013 19:02:24 +0000 (12:02 -0700)] 
poky-tiny: Prefer linux-yocto-tiny_3.8

Update the distro config to prefer the 3.8 version of the
linux-yocto-tiny recipe.

Build and boot tested on qemux86.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex.inc: add new regexes
Emilia Ciobanu [Fri, 5 Apr 2013 15:11:07 +0000 (18:11 +0300)] 
package_regex.inc: add new regexes

Added regexes for packages:
* fotowall
* gcc*
* libacpi
* libarchive
* libgcc
* libmpc
* lrzsz
* mesa-demos
* powertop
* python-argparse

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample: Add info about -ptest package group
Maxin B. John [Fri, 5 Apr 2013 15:35:33 +0000 (17:35 +0200)] 
local.conf.sample: Add info about -ptest package group

Add information about ptest package testing in local.conf.sample file.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoatom-pc: add i965 Mesa driver so GL works on i965 onwards
Ross Burton [Fri, 5 Apr 2013 11:17:34 +0000 (12:17 +0100)] 
atom-pc: add i965 Mesa driver so GL works on i965 onwards

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: Use weaker assignment for PREMIRROR
Khem Raj [Wed, 3 Apr 2013 05:11:50 +0000 (05:11 +0000)] 
poky.conf: Use weaker assignment for PREMIRROR

This is to facilitate distros using poky as reference
so that they can use ?= and provide an option for their
users to override it if desired

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorouterstationpro: swap KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE
Michel Thebeau [Thu, 28 Mar 2013 19:32:55 +0000 (19:32 +0000)] 
routerstationpro: swap KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE

The routerstationpro has a 16mb flash which the kernel image should
fit into.  The default build type for vmlinux then should be the
stripped arch/mips/boot/vmlinux.bin.

Swapping KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE for rsp causes
vmlinux.bin to be linked in tmp/deploy/images instead of vmlinux, and
causes vmlinux.bin to appear in the kernel rpm file.

[YOCTO #3515]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: added distro codename variable
Cristian Iorga [Fri, 29 Mar 2013 14:11:51 +0000 (14:11 +0000)] 
poky.conf: added distro codename variable

Distro codename info will be included in
/etc/lsb-release file.

Partial fix for [YOCTO #4071].

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoatom-pc: Update to linux-yocto_3.8 (3.8.4)
Darren Hart [Tue, 2 Apr 2013 23:17:41 +0000 (23:17 +0000)] 
atom-pc: Update to linux-yocto_3.8 (3.8.4)

Bring atom-pc up to date with the latest available linux-yocto kernel,
3.8.4. Build and boot tested on the Toshiba NB-305 notebook with
core-image-sato.

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/conf: Add conf-notes.txt
Richard Purdie [Tue, 2 Apr 2013 22:01:01 +0000 (23:01 +0100)] 
meta-yocto/conf: Add conf-notes.txt

Match the changes in master and add the needed text.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex.inc: Added regex for elfutils
Emilia Ciobanu [Wed, 27 Mar 2013 13:13:25 +0000 (15:13 +0200)] 
package_regex.inc: Added regex for elfutils

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: enable Wayland DISTRO_FEATURE
Ross Burton [Wed, 27 Mar 2013 13:59:48 +0000 (13:59 +0000)] 
poky.conf: enable Wayland DISTRO_FEATURE

Without the Wayland feature you don't get the Wayland EGL platform built into
Mesa, so Poky can't be used to test Wayland or Weston properly out of the box.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample.extended: remove obsolete DISTRO_FEATURES_INITMAN reference
Ross Burton [Wed, 27 Mar 2013 10:46:28 +0000 (10:46 +0000)] 
local.conf.sample.extended: remove obsolete DISTRO_FEATURES_INITMAN reference

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolinux-yocto/meta-yocto-bsps: update h/w references to v3.4.36
Bruce Ashfield [Tue, 26 Mar 2013 14:52:57 +0000 (07:52 -0700)] 
linux-yocto/meta-yocto-bsps: update h/w references to v3.4.36

Updating the hardware reference boards to the korg 3.4.36 -stable release.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoAdded regex for gtk-update-icon-cache-native
Emilia Ciobanu [Tue, 26 Mar 2013 13:50:00 +0000 (15:50 +0200)] 
Added regex for gtk-update-icon-cache-native

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackagegroup-core-tools-debug: split out Eclipse packages
Paul Eggleton [Tue, 19 Mar 2013 11:41:39 +0000 (11:41 +0000)] 
packagegroup-core-tools-debug: split out Eclipse packages

Split out the packages added for Eclipse remote debugging to a separate
package group so that we can avoid pulling them in if not using Eclipse.

Fixes [YOCTO #3251].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky.conf: Include separatebuilddir.inc
Richard Purdie [Sat, 23 Mar 2013 11:39:12 +0000 (11:39 +0000)] 
poky.conf: Include separatebuilddir.inc

Use the separate builddir code for poky.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years ago(distro-alias|maintainers|package-regex).inc: mesa-dri -> mesa
Laurentiu Palcu [Tue, 19 Mar 2013 16:29:51 +0000 (18:29 +0200)] 
(distro-alias|maintainers|package-regex).inc: mesa-dri -> mesa

[YOCTO #3385]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoatom-pc.conf: replace mesa-dri with mesa
Laurentiu Palcu [Tue, 19 Mar 2013 16:29:50 +0000 (18:29 +0200)] 
atom-pc.conf: replace mesa-dri with mesa

This is needed since the mesa-dri recipes in oe-core got renamed to just
mesa.

[YOCTO #3385]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoscripts/lib/bsp: replace mesa-dri with mesa in machine.conf files
Laurentiu Palcu [Tue, 19 Mar 2013 16:29:49 +0000 (18:29 +0200)] 
scripts/lib/bsp: replace mesa-dri with mesa in machine.conf files

mesa-dri has been renamed to mesa.

[YOCTO #3385]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample.extended: update for disk monitor
Robert Yang [Wed, 20 Mar 2013 06:31:05 +0000 (14:31 +0800)] 
local.conf.sample.extended: update for disk monitor

The previous disk monitor is based on the disk, and one disk only can
have one action, now it is based on the path, so we remove the additional
comments from local.conf.sample.extended

[YOCTO #3995]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky-floating-revisions.inc: remove the duplicated SRCREV_pn-exmap-console
Robert Yang [Wed, 20 Mar 2013 07:54:39 +0000 (15:54 +0800)] 
poky-floating-revisions.inc: remove the duplicated SRCREV_pn-exmap-console

Remove the duplicated SRCREV_pn-exmap-console.

[YOCTO #4064]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: remove several duplicated lines
Robert Yang [Wed, 20 Mar 2013 07:54:38 +0000 (15:54 +0800)] 
maintainers.inc: remove several duplicated lines

There are several duplicated lines in maintainers.inc, remove the
duplicated ones.

[YOCTO #4064]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorouterstationpro: use KERNEL_IMAGE_MAXSIZE to test the image
Michel Thebeau [Wed, 20 Mar 2013 15:32:02 +0000 (11:32 -0400)] 
routerstationpro: use KERNEL_IMAGE_MAXSIZE to test the image

routerstationpro is limited to 16mb flash size.  Exceeding that size may
not be noticed immediately, which we don't want.

"The current latest kernel for the routerstationpro machine is far
beyond the 16MB of it's flash size [0]. I think it would be good to
[test if the size of the image is above that size]."

Setting this variable will enable the do_sizecheck task and produce an
error when the image is too large:

"ERROR: This kernel (size=90230265 > 16777216) is too big for your
device. Please reduce the size of the kernel by making more of it
modular."

[YOCTO #3514]

Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex.inc: added new regexes
Emilia Ciobanu [Fri, 22 Mar 2013 15:00:56 +0000 (17:00 +0200)] 
package_regex.inc: added new regexes

Added/Updated regexes for:
* btrfs-tools
* xf86-video-omap
* remake
* sqlite3

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolayer.conf: avoid unnecessary early expansion with :=
Christopher Larson [Tue, 19 Mar 2013 02:03:20 +0000 (19:03 -0700)] 
layer.conf: avoid unnecessary early expansion with :=

bitbake handles immediate expansions of LAYERDIR for us automatically.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream-tracking: added dbus no-update reason
Cristian Iorga [Mon, 11 Mar 2013 15:25:59 +0000 (17:25 +0200)] 
upstream-tracking: added dbus no-update reason

D-Bus 1.7.x is the development branch.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agotremor: added no update reason
Cristian Iorga [Mon, 11 Mar 2013 15:25:57 +0000 (17:25 +0200)] 
tremor: added no update reason

it is the same revision, but on
different SVN modules

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream-tracking: added bluez no-update reason
Cristian Iorga [Mon, 11 Mar 2013 15:25:58 +0000 (17:25 +0200)] 
upstream-tracking: added bluez no-update reason

BlueZ 5.x is not compatible with BlueZ 4

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream-tracking: added polkit no upgrade reason
Cristian Iorga [Thu, 14 Mar 2013 18:25:46 +0000 (20:25 +0200)] 
upstream-tracking: added polkit no upgrade reason

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoupstream-tracking: added glib-2.0 no update reason
Cristian Iorga [Thu, 14 Mar 2013 18:07:17 +0000 (20:07 +0200)] 
upstream-tracking: added glib-2.0 no update reason

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-bsp: add machine-user-features.scc to templates
Tom Zanussi [Tue, 12 Mar 2013 07:33:05 +0000 (02:33 -0500)] 
yocto-bsp: add machine-user-features.scc to templates

Add the user-features.scc files needed by the new kernel feature
support in yocto-kernel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
12 years agoyocto-kernel: add support for destroying recipe-space kernel features
Tom Zanussi [Tue, 12 Mar 2013 03:36:44 +0000 (22:36 -0500)] 
yocto-kernel: add support for destroying recipe-space kernel features

Add a yocto-kernel command allowing users to destroy a recipe-space
kernel feature local to a particular BSP.  The removed feature is
subsequently no longer available for the normal feature addition and
removal yocto-kernel commands.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
12 years agoyocto-kernel: add support for creating recipe-space kernel features
Tom Zanussi [Tue, 12 Mar 2013 03:19:07 +0000 (22:19 -0500)] 
yocto-kernel: add support for creating recipe-space kernel features

Add a yocto-kernel command allowing users to create a recipe-space
kernel feature local to a particular BSP.  The new feature is
subsequently available for the normal feature addition and removal
yocto-kernel commands used with features defined in the meta branch of
linux-yocto kernel repos.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
12 years agoyocto-kernel: add support for printing kernel feature descriptions
Tom Zanussi [Tue, 12 Mar 2013 02:46:37 +0000 (21:46 -0500)] 
yocto-kernel: add support for printing kernel feature descriptions

Add a yocto-kernel command allowing users to print the description and
compatibility of a given kernel feature.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
12 years agoyocto-kernel: add support for listing available kernel features
Tom Zanussi [Tue, 12 Mar 2013 02:25:46 +0000 (21:25 -0500)] 
yocto-kernel: add support for listing available kernel features

Add a yocto-kernel command allowing users to list all the kernel
features available to a BSP.  This includes the features contained in
linux-yocto meta branches as well as recipe-space features defined
locally to the BSP.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
12 years agoyocto-kernel: add support for kernel feature add/rm/list
Tom Zanussi [Mon, 11 Mar 2013 23:52:50 +0000 (18:52 -0500)] 
yocto-kernel: add support for kernel feature add/rm/list

Add yocto-kernel commands allowing users to add, remove, and list
kernel features with respect to a given BSP.

Features managed by these commands modify a special
machine-user-features.scc file associated with the kernel recipe
(.bbappend) of a yocto-bsp-generated BSP.  This is analagous to the
implementation of similar support for bare config items and patches
already implemented for yocto-bsp-generated BSPs.

Future patches will add support for providing a list of eligible
features as defined by linux-yocto kernels and locally-defined
(recipe-space) kernel features.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: upgrade i386 template with emgd 1.16
Tom Zanussi [Mon, 11 Mar 2013 05:37:06 +0000 (00:37 -0500)] 
yocto-bsp: upgrade i386 template with emgd 1.16

Along with related changes.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: add support for linux-yocto-dev
Tom Zanussi [Mon, 4 Mar 2013 16:15:20 +0000 (10:15 -0600)] 
yocto-bsp: add support for linux-yocto-dev

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: add support for tiny
Tom Zanussi [Mon, 4 Mar 2013 16:00:08 +0000 (10:00 -0600)] 
yocto-bsp: add support for tiny

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: update linux-yocto-rt_3.4 .bbappends
Tom Zanussi [Mon, 4 Mar 2013 15:43:30 +0000 (09:43 -0600)] 
yocto-bsp: update linux-yocto-rt_3.4 .bbappends

Simplify by removing unnecessary KMACHINE/KBRANCH and SRC_URI items.
Also simplify machine-preempt-rt.scc

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: update machine-preempt-rt.scc
Tom Zanussi [Mon, 11 Mar 2013 02:11:29 +0000 (21:11 -0500)] 
yocto-bsp: update machine-preempt-rt.scc

Simplify machine-standard.scc for all the templates.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: update 3.4 .bbappends
Tom Zanussi [Mon, 4 Mar 2013 15:36:37 +0000 (09:36 -0600)] 
yocto-bsp: update 3.4 .bbappends

Simplify by removing unnecessary KMACHINE/KBRANCH and SRC_URI items.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: update machine-standard.scc
Tom Zanussi [Mon, 4 Mar 2013 05:27:33 +0000 (23:27 -0600)] 
yocto-bsp: update machine-standard.scc

Simplify machine-standard.scc for all the templates.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoscripts/lib/bsp/engine.py: add preempt-rt and tiny to map_standard_kbranch()
Tom Zanussi [Mon, 4 Mar 2013 06:20:36 +0000 (00:20 -0600)] 
scripts/lib/bsp/engine.py: add preempt-rt and tiny to map_standard_kbranch()

Update map_standard_kbranch() with preempt-rt and tiny variants.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: use map_standard_branch()
Tom Zanussi [Mon, 11 Mar 2013 05:20:36 +0000 (00:20 -0500)] 
yocto-bsp: use map_standard_branch()

Use map_standard_branch() instead of naming the branch directly.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoscripts/lib/bsp/engine.py: update map_standard_kbranch()
Tom Zanussi [Mon, 4 Mar 2013 06:04:49 +0000 (00:04 -0600)] 
scripts/lib/bsp/engine.py: update map_standard_kbranch()

Update map_standard_kbranch() to be consistent with the new changes in
meta naming and remove obsolete standard/default mapping.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: update default custom kernel
Tom Zanussi [Fri, 1 Mar 2013 01:50:13 +0000 (19:50 -0600)] 
yocto-bsp: update default custom kernel

Update the default custom kernel to 3.8.y, the current stable kernel
available at this point.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoyocto-bsp: add 3.8/remove 3.2 kernel from templates
Tom Zanussi [Thu, 28 Feb 2013 06:27:16 +0000 (00:27 -0600)] 
yocto-bsp: add 3.8/remove 3.2 kernel from templates

For Yocto 1.4, 3.8 is the preferred kernel and 3.2 is obsolete.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
12 years agoupstream_tracking: update no-upgrade reasons
Constantin Musca [Tue, 5 Mar 2013 15:15:54 +0000 (17:15 +0200)] 
upstream_tracking: update no-upgrade reasons

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-xf86-config: atom-pc doesn't need a xorg.conf
Ross Burton [Mon, 4 Mar 2013 11:06:51 +0000 (11:06 +0000)] 
xserver-xf86-config: atom-pc doesn't need a xorg.conf

Replace xorg.conf with an empty file so it doesn't get installed, as atom-pc can
auto-detect the hardware.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto/linux-yocto: update qemu BSPs to 3.8 kernel
Bruce Ashfield [Mon, 25 Feb 2013 04:42:14 +0000 (04:42 +0000)] 
meta-yocto/linux-yocto: update qemu BSPs to 3.8 kernel

Change linux-yocto preferred version to 3.8 for the qemu BSPs. The
non-qemu default stays at 3.4 until the hardware reference platforms
can be validated on the 3.8 kernel.

At the same time, we remove the 3.0 linux-yocto bbappends, since they
have been removed in the core layers and will cause dangling append
problems if left in place.

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>