]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
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>
12 years agopoky.conf: Don't force the addition of extra DISTRO_FEATURES
Otavio Salvador [Thu, 15 Aug 2013 18:33:16 +0000 (15:33 -0300)] 
poky.conf: Don't force the addition of extra DISTRO_FEATURES

The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.

This moved the definition to poky.conf and created a new variable
(POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky
based distros and used the 'DISTRO_FEATURES_DEFAULT' variable to avoid
duplication OE-Core default.

This makes the override of default DISTRO_FEATURES easier. User can now do:

,----[ Usage example for local.conf ]
| DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} \
|                    largefile opengl multiarch"
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: add entries for libav, x264 and yasm
Paul Eggleton [Thu, 15 Aug 2013 12:06:30 +0000 (13:06 +0100)] 
maintainers.inc: add entries for libav, x264 and yasm

These were recently added by me and I'm prepared to continue maintaining
them.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex.inc: Add regex for atk
Cristiana Voicu [Thu, 15 Aug 2013 12:43:41 +0000 (15:43 +0300)] 
package_regex.inc: Add regex for atk

This is GNOME, 2.[odd] are development releases.

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: reassign maintainers, remove obsolete recipes
Laurentiu Palcu [Wed, 7 Aug 2013 15:07:42 +0000 (18:07 +0300)] 
maintainers.inc: reassign maintainers, remove obsolete recipes

This patch removes also all packages that were moved to meta-oe or that
were removed completely.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agotiny-init: fix bashism
Chen Qi [Mon, 5 Aug 2013 01:27:34 +0000 (09:27 +0800)] 
tiny-init: fix bashism

"source" is a bashism, replace it with the posix shell compliant "."

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: Update ownership of recipes
Cristiana Voicu [Mon, 5 Aug 2013 15:10:23 +0000 (18:10 +0300)] 
maintainers.inc: Update ownership of recipes

Take Radu's recipes because he's not working on the project
anymore.

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex.inc: Add/Update regexes
Emilia Ciobanu [Tue, 6 Aug 2013 10:02:52 +0000 (13:02 +0300)] 
package_regex.inc: Add/Update regexes

Update REGEX_URI and REGEX for intltool package.

Add REGEX for filtering unstable versions for the following packages:
        * gstreamer
        * gstreamer1.0
        * gst-ffmpeg
        * gst-fluendo-mpegdemux
        * gst-fluendo-mp3
        * gstreamer1.0-plugins-base
        * gst-plugins-base
        * gstreamer1.0-plugins-bad
        * gst-plugins-bad
        * gst-plugins-gl
        * gstreamer1.0-plugins-good
        * gst-plugins-good
        * gstreamer1.0-libav
        * gstreamer1.0-omx
        * gst-openmax
        * gstreamer1.0-plugins-ugly
        * gst-plugins-ugly

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogenericx86: ship all the driver firmware by default
Ross Burton [Mon, 29 Jul 2013 16:22:58 +0000 (16:22 +0000)] 
genericx86: ship all the driver firmware by default

By shipping all firmware, hopefully more hardware will work out of the box.

Signed-off-by: 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 agogenericx86: disable rootless X
Ross Burton [Mon, 29 Jul 2013 16:22:57 +0000 (16:22 +0000)] 
genericx86: disable rootless X

Not all video drivers support rootless X and this BSP aims to have broader
support than atom-pc.

Signed-off-by: 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 agogenericx86: add fbdev, modesettings and vesa Xorg drivers
Ross Burton [Mon, 29 Jul 2013 16:22:56 +0000 (16:22 +0000)] 
genericx86: add fbdev, modesettings and vesa Xorg drivers

This should ensure that X can start on more hardware.  The range of hardware is
still small as the atom-pc kernel only has limited framebuffer devices currently
(e.g. no nVidia).

Signed-off-by: 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 agolocal.conf.sample: add genericx86 reference
Ross Burton [Mon, 29 Jul 2013 16:22:55 +0000 (16:22 +0000)] 
local.conf.sample: add genericx86 reference

Signed-off-by: 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 agogenericx86: add new BSP
Ross Burton [Mon, 29 Jul 2013 16:22:54 +0000 (16:22 +0000)] 
genericx86: add new BSP

This BSP aims to support "most" contemporary x86 hardware.  It's a direct copy
of atom-pc initially.

Signed-off-by: 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 agopackage_regex.inc: Add/Update REGEX and PRSPV variable
Emilia Ciobanu [Thu, 25 Jul 2013 09:55:09 +0000 (09:55 +0000)] 
package_regex.inc: Add/Update REGEX and PRSPV variable

The PRSPV variable is used for the packages:
* zip
* unzip
* docbook-sgml-dtd-3.1-native
* docbook-sgml-dtd-4.1-native

The REGEX variable has been added/changed for the following packages:
* btrfs-tools
* bjam-native
* build-appliance-image
* mpeg2dec
* mpfr-native
* nativesdk-mpfr
* xf86-video-omap
* remake

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolayer.conf: make the yocto layer dependent on oe-core
Laszlo Papp [Tue, 23 Jul 2013 14:56:43 +0000 (14:56 +0000)] 
layer.conf: make the yocto layer dependent on oe-core

Signed-off-by: Laszlo Papp <lpapp@kde.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky-lsb: Enable GCC Security flags by default for LSB builds
Saul Wold [Wed, 17 Jul 2013 18:14:16 +0000 (18:14 +0000)] 
poky-lsb: Enable GCC Security flags by default for LSB builds

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomaintainers.inc: reshuffle maintainers
Ionut Radu [Fri, 26 Jul 2013 07:12:38 +0000 (10:12 +0300)] 
maintainers.inc: reshuffle maintainers

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky-tiny.conf: blacklist core-image-weston option
Cristiana Voicu [Wed, 17 Jul 2013 13:50:32 +0000 (16:50 +0300)] 
poky-tiny.conf: blacklist core-image-weston option

[YOCTO #4861]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolocal.conf.sample.extended: add example for EXTRA_USERS_PARAMS
Chen Qi [Wed, 17 Jul 2013 06:13:34 +0000 (14:13 +0800)] 
local.conf.sample.extended: add example for EXTRA_USERS_PARAMS

Add detailed explanation of EXTRA_USERS_PARAMS which is used for
image level user/group configuration.

[YOCTO #4074]

(From OE-Core rev: d9d62e05dba88c1f9f464367d49c1b290bfaea95)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoyocto-kernel: make BBLAYERS parsing more robust
Tom Zanussi [Wed, 10 Jul 2013 14:11:44 +0000 (09:11 -0500)] 
yocto-kernel: make BBLAYERS parsing more robust

This allows the BBLAYERS parsing code to handle cases where BBLAYERS
is spread across multiple assignments or all on a single line, within
double or single quotes.

Fixes [YOCTO #3746].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_regex.inc: Changes in regexes
Emilia Ciobanu [Wed, 10 Jul 2013 11:11:17 +0000 (14:11 +0300)] 
package_regex.inc: Changes in regexes

Updated/Modified regexes for the following packages:
* bjam-native
* chkconfig-alternatives-native
* chrpath
* cups
* kern-tools-native
* linux-libc-headers-yocto
* minicom
* prelink

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agometa-yocto-bsp: update reference board SRCREVs
Bruce Ashfield [Sun, 7 Jul 2013 02:13:20 +0000 (22:13 -0400)] 
meta-yocto-bsp: update reference board SRCREVs

Bumping the 3.4 and 3.8 reference board SRCREVs to the latest
3.4 and 3.8 kernel commits.

Note: not all reference boards prefer the 3.8 kernel, but we
can set the SRCREVs regardless, since the board support is present,
just not completely tested yet.

[YOCTO #4566]

Signed-off-by: Simarpreet Singh <simarpreet.singh@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>