]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
10 years agolinux-yocto_4.1: Update SRCREV for genericx86*
Saul Wold [Thu, 29 Oct 2015 16:30:37 +0000 (09:30 -0700)] 
linux-yocto_4.1: Update SRCREV for genericx86*

This update matches the kernel update made to oe-core linux-yocto
and address some graphics issues.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolocal.conf.sample: Disable image-prelink by default
Mark Hatle [Mon, 26 Oct 2015 15:30:54 +0000 (10:30 -0500)] 
local.conf.sample: Disable image-prelink by default

Due to problems with the prelinker itself, we need to disable the
image-prelink by default.  This will hopefully be re-enabled in the near
future.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoasterconf: update meta-yocto to jethro and drop dizzy
brian avery [Fri, 9 Oct 2015 09:38:43 +0000 (10:38 +0100)] 
toasterconf: update meta-yocto to jethro and drop dizzy

Toaster only supports building 2 branches back. This
updates the conf file for meta-yocto to support
master, jethro, and fido.

Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-yocto: Update SRCREV for genericx86* BSPs
Saul Wold [Thu, 1 Oct 2015 21:51:06 +0000 (14:51 -0700)] 
linux-yocto: Update SRCREV for genericx86* BSPs

This update brings the kernel for genericx86* up to date with
the linux-yocto kernel and 4.1.8

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoaster: Special case the openembedded-core layer to avoid duplicates
Michael Wood [Wed, 30 Sep 2015 17:18:15 +0000 (10:18 -0700)] 
toaster: Special case the openembedded-core layer to avoid duplicates

If the openembedded-core layer is specified in the toasterconf we need
to treat it differently because we may also get this layer either from
the layerindex source or I can also be provided locally.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: Bump version for 2.0 jethro release
Richard Purdie [Thu, 1 Oct 2015 14:09:08 +0000 (15:09 +0100)] 
poky.conf: Bump version for 2.0 jethro release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolib/oeqa/selftest/yoctobsp: Basic tests for yocto-bsp script
Leonardo Sandoval [Wed, 30 Sep 2015 05:38:36 +0000 (05:38 +0000)] 
lib/oeqa/selftest/yoctobsp: Basic tests for yocto-bsp script

Unit tests include listing properties and creating BSP using the default kernel,
both tests done for supported architectures. Test can be manually executed with:

    $ oe-selftest --run-tests yoctobsp.YoctoBSP

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoscripts/lib/bsp/engine: Indent the karch properties when stored into a file
Leonardo Sandoval [Wed, 30 Sep 2015 05:38:35 +0000 (05:38 +0000)] 
scripts/lib/bsp/engine: Indent the karch properties when stored into a file

Make a bit more human-friendly the karch properties when storing
into a file.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Update templates to 4.1 kernel
Leonardo Sandoval [Wed, 30 Sep 2015 05:38:34 +0000 (05:38 +0000)] 
yocto-bsp: Update templates to 4.1 kernel

Add 4.1 kernel support. Old bbapends were not removed, so user still
have the option for 3.14/3.19 kernels.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoscrips/lib/bsp/engine: List properties to stdout when output parameter is omitted
Leonardo Sandoval [Wed, 30 Sep 2015 05:38:33 +0000 (05:38 +0000)] 
scrips/lib/bsp/engine: List properties to stdout when output parameter is omitted

When user wants to output the list of properties for a corresponding architecture
and the output parameter is given (--o/-outfile), there is no need to show the
properties into the console.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoscripts/yocto-bsp: Exit successfully when asking for help
Leonardo Sandoval [Wed, 30 Sep 2015 05:38:32 +0000 (05:38 +0000)] 
scripts/yocto-bsp: Exit successfully when asking for help

When user asks for help, the command should not exit with non-zero
status (failure), so removing the non-zero value on the system exit call.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto-bsp: bump to linux-yocto 4.1 for the non-x86 BSPs
Kevin Hao [Tue, 29 Sep 2015 09:42:03 +0000 (17:42 +0800)] 
meta-yocto-bsp: bump to linux-yocto 4.1 for the non-x86 BSPs

Boot test for all these boards.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: remove packages that are no longer in oe-core
Alexander Kanavin [Mon, 31 Aug 2015 13:27:49 +0000 (16:27 +0300)] 
maintainers.inc: remove packages that are no longer in oe-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky-tiny.conf: Require utmpx, its needed for busybox
Khem Raj [Wed, 9 Sep 2015 00:01:10 +0000 (00:01 +0000)] 
poky-tiny.conf: Require utmpx, its needed for busybox

This libc feature is a basic need and prerequisite for busybox fix for
[YOCTO #8243] to be merged

[YOCTO #8243]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers: add maintainer info for new webkitgtk, epiphany and their dependencies
Alexander Kanavin [Fri, 14 Aug 2015 08:36:02 +0000 (11:36 +0300)] 
maintainers: add maintainer info for new webkitgtk, epiphany and their dependencies

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobsps: update 3.14 SRCREVs
Bruce Ashfield [Tue, 8 Sep 2015 13:45:35 +0000 (09:45 -0400)] 
bsps: update 3.14 SRCREVs

Updating the 3.14 SRCREVs to ensure that both gcc 4.9.x and gcc 5.x
produce working images for all reference BSPs.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-yocto-3.14: Update to latest revisions
Richard Purdie [Mon, 17 Aug 2015 21:52:10 +0000 (21:52 +0000)] 
linux-yocto-3.14: Update to latest revisions

Update the 3.14 kernel to the latest metadata to add in fixes for gcc 5 in
particular.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp / yocto-layer: fix template recipes
Paul Eggleton [Wed, 5 Aug 2015 08:38:38 +0000 (09:38 +0100)] 
yocto-bsp / yocto-layer: fix template recipes

* Drop PR = "r0"
* Use SUMMARY instead of DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoREADME.hardware: drop mention of binary-only drivers
Paul Eggleton [Thu, 23 Jul 2015 13:52:54 +0000 (14:52 +0100)] 
README.hardware: drop mention of binary-only drivers

EMGD isn't provided in meta-intel anymore, so there's no point telling
people to look there.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-yocto-3.14: Update to branch HEADs
Richard Purdie [Mon, 17 Aug 2015 15:19:46 +0000 (15:19 +0000)] 
linux-yocto-3.14: Update to branch HEADs

This update addresses several gcc5 issues amongst other things and updates
the branch revisions to the latest in the linux-yocto repo.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogenericx86*: Update BSPs to use 4.1 Kernel
Saul Wold [Mon, 17 Aug 2015 15:53:22 +0000 (08:53 -0700)] 
genericx86*: Update BSPs to use 4.1 Kernel

This adds the initial bbappend to meta-yocto-bsp for the 4.1 kernel
It also sets up the PREFERRED_VERSION for the X86 and X86-64 Generic
BSPs to the 4.1 kernel.

This has been tested on MinnowBoard (32bit) MinnowBoard Max (64bit)
along with both 32 and 64 bit versions of the NUC.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
He Zhe [Tue, 11 Aug 2015 09:08:57 +0000 (17:08 +0800)] 
meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb

To avoid warning of "xxx contains the full path to the the dts file,
but only the dtb name should be used.", Set KERNEL_DEVICETREE to
mpc8315erdb.dtb

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/include: Move files to OE-Core for support distrodata
Aníbal Limón [Tue, 11 Aug 2015 16:41:22 +0000 (11:41 -0500)] 
distro/include: Move files to OE-Core for support distrodata

The {package_regex,upstream_tracking,distro_alias}.inc was copied to
OE-Core because they refers to recipes into OE-Core.

The recipe_color.inc was not copied because is deprecated, this file
was used to mark the quality status of recipe in the beginning of the
Yocto Project.

[YOCTO #7895]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky: Fix SANITY_TESTED_DISTROS lsb name for openSUSE 13.2
Trevor Woerner [Sat, 25 Jul 2015 12:56:23 +0000 (08:56 -0400)] 
poky: Fix SANITY_TESTED_DISTROS lsb name for openSUSE 13.2

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: remove outdated information
Alexander Kanavin [Tue, 30 Jun 2015 12:23:03 +0000 (15:23 +0300)] 
upstream_tracking.inc: remove outdated information

Most of the "no update reasons" no longer apply because
the package has actually been updated long time ago, or
the problem was in fact an incorrect upstream version check
that can be fixed by tweaking REGEX_URI/REGEX pair.

Also, only unfs3 is anymore taken from svn, so every other
recipe for which upstream version is checked manually can be dropped.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackage_regex.inc: updates to fix upstream version checks for multple packages
Alexander Kanavin [Wed, 29 Jul 2015 09:35:59 +0000 (12:35 +0300)] 
package_regex.inc: updates to fix upstream version checks for multple packages

With this commit the percentage of recipes for which the upstream version
check works should be improved significantly :-)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro_alias.inc: drop reference to Google Code
Alexander Kanavin [Wed, 29 Jul 2015 09:35:36 +0000 (12:35 +0300)] 
distro_alias.inc: drop reference to Google Code

That service is shutting down soon.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/maintainers.inc: maintainer updates
Ross Burton [Mon, 27 Jul 2015 18:05:06 +0000 (19:05 +0100)] 
distro/maintainers.inc: maintainer updates

Reassign Saul's recipes to either myself or the logical owner (Jussi in the case
of X, Khem for toolchain, etc).

Add more missing owners.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/maintainers.inc: Fix parsing error due to lack of " at end.
Aníbal Limón [Wed, 29 Jul 2015 19:23:40 +0000 (14:23 -0500)] 
distro/maintainers.inc: Fix parsing error due to lack of " at end.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/maintainers.inc: remove Saul Wold from maintainership
Ross Burton [Mon, 27 Jul 2015 18:05:06 +0000 (19:05 +0100)] 
distro/maintainers.inc: remove Saul Wold from maintainership

Reassign Saul's recipes to either myself or the logical owner (Jussi in the case
of X, Khem for toolchain, etc).

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooe-selftest: restore gummiboot tests
Paul Eggleton [Tue, 28 Jul 2015 10:19:02 +0000 (11:19 +0100)] 
oe-selftest: restore gummiboot tests

These are the gummiboot tests recently removed from OE-Core, with the
following changes:

* Make them use MACHINE = "genericx86-64" instead of "nuc" and remove
  all usage of meta-intel

* Use DEPLOY_DIR instead of assuming build directory will be in the
  default path relative to COREBASE

* Fix build test to actually check if the file was created as part of
  the test instead of possibly being around from a previous build

* Fix wic test to actually check the output to find the name of the
  .direct file that wic has created, instead of passing if any .direct
  file happens to exist in /var/tmp/wic

(We can now add these in this layer courtesy of Chris Larson's OE-Core
commit 182b8ed9f26ed8b6a8eb6dcaec82db9aca14b010).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: change default version to 4.1
Bruce Ashfield [Tue, 21 Jul 2015 15:24:24 +0000 (11:24 -0400)] 
qemu: change default version to 4.1

The 4.1 LTSI kernel is now availble, so we update the qemu reference
platforms to have it as the default.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsps: add 3.14-rt configuration
Bruce Ashfield [Tue, 21 Jul 2015 15:24:23 +0000 (11:24 -0400)] 
yocto-bsps: add 3.14-rt configuration

To enable preempt-rt for the h/w reference boards, we can create a
bbappend that sets the KMACHINE mappings and valid hashes.

Currently only genericx86* is enabled. Other boards can be added
once validated.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro: remove gamin metadata
Ross Burton [Thu, 16 Jul 2015 22:27:44 +0000 (23:27 +0100)] 
distro: remove gamin metadata

Gamin has been removed from oe-core, so remove the tracking data for it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolocal.conf.sample: Added /tmp to BB_DISKMON_DIRS
Mariano Lopez [Wed, 15 Jul 2015 11:17:48 +0000 (11:17 +0000)] 
local.conf.sample: Added /tmp to BB_DISKMON_DIRS

If the there is no space left in /tmp the build
will fail with very exotic errors. This monitor
the space of /tmp.

[YOCTO #8000]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers/distro-alias: rename gtk-update-icon-cache to gtk-icon-utils
Ross Burton [Thu, 16 Jul 2015 19:28:57 +0000 (20:28 +0100)] 
maintainers/distro-alias: rename gtk-update-icon-cache to gtk-icon-utils

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackage_regex.inc: Add rules for clutter recipes
Jussi Kukkonen [Tue, 14 Jul 2015 08:27:11 +0000 (11:27 +0300)] 
package_regex.inc: Add rules for clutter recipes

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: reassign audio recipe maintainership
Tanu Kaskinen [Mon, 6 Jul 2015 16:30:47 +0000 (19:30 +0300)] 
maintainers.inc: reassign audio recipe maintainership

I hereby offer to take the responsibility for audio recipe maintenance
in OE-core.

Two new recipes were added to maintainers.inc: alsa-plugins and
speexdsp. The speexdsp recipe isn't yet included in OE-core, but
hopefully will be very soon (patches have been sent). Also,
alsa-utils-alsaconf was renamed to alsa-utils-scripts some time ago,
but that wasn't previously reflected in this file.

Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/package_regex.inc: Use GNOME_STABLE rule for vala
Jussi Kukkonen [Mon, 29 Jun 2015 10:57:55 +0000 (13:57 +0300)] 
distro/package_regex.inc: Use GNOME_STABLE rule for vala

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: reassign GTK+ and X maintainership
Jussi Kukkonen [Tue, 23 Jun 2015 15:00:06 +0000 (18:00 +0300)] 
maintainers.inc: reassign GTK+ and X maintainership

Assign Ross' GTK+ and X related recipes to me. Remove a few lines
that refer to non-existing recipes.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/package_regex.inc: Fix dbus version pattern
Jussi Kukkonen [Tue, 16 Jun 2015 11:59:40 +0000 (14:59 +0300)] 
distro/package_regex.inc: Fix dbus version pattern

D-Bus version x.y.z is unstable when y is odd.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky-tiny: Update kernel to 3.19
Saul Wold [Tue, 9 Jun 2015 19:26:17 +0000 (12:26 -0700)] 
poky-tiny: Update kernel to 3.19

Additionally, allow PREFERRED_VERSION for linux-yocto-tiny to be overridden

This addresses the warnings from the kernel configcheck:

WARNING: [kernel config]: specified values did not make it into the kernel's final configuration:

Value requested for CONFIG_ATA_PIIX not in final ".config"
Requested value: "CONFIG_ATA_PIIX=y"
Actual value set: ""

Value requested for CONFIG_BRCMFMAC_SDIO not in final ".config"
Requested value: "CONFIG_BRCMFMAC_SDIO=y"
Actual value set: ""

Value requested for CONFIG_NR_CPUS not in final ".config"
Requested value: "CONFIG_NR_CPUS=64"
Actual value set: "CONFIG_NR_CPUS=8"

Value requested for CONFIG_PM not in final ".config"
Requested value: "CONFIG_PM=y"
Actual value set: ""

[YOCTO #7478]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: use correct GPLv3 license name
Ross Burton [Fri, 5 Jun 2015 16:46:58 +0000 (17:46 +0100)] 
poky.conf: use correct GPLv3 license name

The logic to determine whether qemu images can ship parts of the toolchain was
using the old (non-canonical) name for GPL v3, which meant qemu images were
attempting to install binutils in no-v3 images.

Fix this by using the canonical license name in the check.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobsps: update SRCREVs to the 3.19 latest
Bruce Ashfield [Fri, 5 Jun 2015 15:25:54 +0000 (11:25 -0400)] 
bsps: update SRCREVs to the 3.19 latest

Updating the reference BSP's SRCREVs to pick up the latest 3.19 changes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto-bsp: bump to linux-yocto 3.19 for the non-x86 BSPs
Kevin Hao [Fri, 5 Jun 2015 04:17:49 +0000 (00:17 -0400)] 
meta-yocto-bsp: bump to linux-yocto 3.19 for the non-x86 BSPs

Boot test for all these boards.

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>
10 years agoxserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)
Jussi Kukkonen [Thu, 7 May 2015 10:39:19 +0000 (13:39 +0300)] 
xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)

* Increase OELAYOUT_ABI: this is required because the
  xf86-video-modesetting package moves from its own recipe to
  xserver-xorg and sanity check cannot handle that currently.
  The upgrade will delete old xf86-video-modesetting files from
  sysroots.
* Remove upstreamed xserver-xorg patches
* Remove xf86-video-modesetting recipe: the driver is now included in
  xserver-xorg recipe, which now produces the xf86-video-modesetting
  package. The package version changes from 0.9 to 1.17.1
* Update xserver-xorg license checksum: modesetting license
  info (another MIT one) has been added to the file

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/package_regex: add stable branch regex for Pango
Ross Burton [Tue, 2 Jun 2015 13:47:49 +0000 (14:47 +0100)] 
distro/package_regex: add stable branch regex for Pango

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/upstream_tracking: remove stale update reasons
Ross Burton [Tue, 26 May 2015 19:11:38 +0000 (20:11 +0100)] 
distro/upstream_tracking: remove stale update reasons

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/package_regex: Add extra patterns for GNOME stable release packages
Ross Burton [Tue, 26 May 2015 19:11:37 +0000 (20:11 +0100)] 
distro/package_regex: Add extra patterns for GNOME stable release packages

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/package_regex: add patterns for GNOME stable releases
Ross Burton [Tue, 26 May 2015 17:17:01 +0000 (18:17 +0100)] 
distro/package_regex: add patterns for GNOME stable releases

The GNOME versioning scheme is set in stone, so add patterns for the latest
stable release and the latest GNOME 2-specific stable release, and use them for
atk, glib-2.0, gtk+ and gtk+3.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogenericx860common.inc: Enable using the 3.19 kernel
Saul Wold [Tue, 19 May 2015 14:12:16 +0000 (07:12 -0700)] 
genericx860common.inc: Enable using the 3.19 kernel

This is the second half of enabling the 3.19 kernel for the
genericx86* meta-yocto BSPs.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro: remove obsolete gstreamer 0.10 packages from distro configuration
Alexander Kanavin [Thu, 21 May 2015 14:39:29 +0000 (17:39 +0300)] 
distro: remove obsolete gstreamer 0.10 packages from distro configuration

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: Remove obsolete reasons
Jussi Kukkonen [Thu, 21 May 2015 13:29:36 +0000 (16:29 +0300)] 
upstream_tracking.inc: Remove obsolete reasons

Remove no-update reasons where the mentioned blocking
dependency has already been upgraded or removed.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto-bsp: Add genericx86* BSP to use 3.19
Saul Wold [Mon, 18 May 2015 23:32:03 +0000 (16:32 -0700)] 
meta-yocto-bsp: Add genericx86* BSP to use 3.19

Add the linux-yocto_3.19.bbappend to support the genericx86 BSP

Tested on a variety of machines both 32 bit and 64 bit

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: Fix git URL example
Mariano Lopez [Wed, 13 May 2015 12:05:24 +0000 (12:05 +0000)] 
poky.conf: Fix git URL example

The git URL example fails because bitbake fetch checks references (refs/heads, refs/tags).
It is not able to search for HEAD alone.

This search mode was implemented on 2014-01-21

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto/distro: Added Ubuntu 15.04 to SANITY_TESTED_DISTROS
Lucian Musat [Mon, 11 May 2015 10:37:22 +0000 (13:37 +0300)] 
meta-yocto/distro: Added Ubuntu 15.04 to SANITY_TESTED_DISTROS

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: update MAINTAINERS
Robert Yang [Tue, 31 Mar 2015 03:07:00 +0000 (20:07 -0700)] 
maintainers.inc: update MAINTAINERS

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: remove SVK mirror
Ross Burton [Tue, 5 May 2015 12:17:00 +0000 (13:17 +0100)] 
poky.conf: remove SVK mirror

The svk fetcher was removed in bitbake 1.22 and oe-core master doesn't consider
svk: a valid URL for mirrors.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky-lsb: Select that latest LTSI, not a version which doesn't exist
Richard Purdie [Fri, 1 May 2015 21:58:50 +0000 (21:58 +0000)] 
poky-lsb: Select that latest LTSI, not a version which doesn't exist

This fixes warnings in lsb builds.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: bluez4 removed from oe-core
Cristian Iorga [Mon, 20 Apr 2015 14:46:44 +0000 (17:46 +0300)] 
upstream_tracking.inc: bluez4 removed from oe-core

info updated accordingly.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: remove info related to bluez4
Cristian Iorga [Mon, 20 Apr 2015 14:46:43 +0000 (17:46 +0300)] 
maintainers.inc: remove info related to bluez4

bluez4, bluez-hcidump, gst-plugin-bluetooth recipes
will be removed from oe-core, maintainers removed.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: Add no-update reason for gdk-pixbuf
Jussi Kukkonen [Wed, 8 Apr 2015 11:01:45 +0000 (14:01 +0300)] 
upstream_tracking.inc: Add no-update reason for gdk-pixbuf

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro_alias.inc: update/sort alias information.
Beth Flanagan [Tue, 31 Mar 2015 20:13:56 +0000 (21:13 +0100)] 
distro_alias.inc: update/sort alias information.

Added new package data, and cleaned up whitespace.

I've also corrected some packaged data (replacement-tar from
my reading of the recipe is the tar normally found in distros).

One issue this patch exposed st I haven't had a chance to track
down is that when you attempt to get distrodata from
gcc-crosssdk-initial-x86_64. The produced .csv in tmp/log
is missing the Distro information. bitbake -e
shows that DISTRO_PN_ALIAS isn't even getting set in this case.

My guess here is that something is happening with the "_"
along the way, I've just not found it yet.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoREADME.hardware: clarify NFS requirements for edgerouter
Paul Eggleton [Sun, 29 Mar 2015 17:16:11 +0000 (18:16 +0100)] 
README.hardware: clarify NFS requirements for edgerouter

You don't need NFS/TFTP for a plain USB setup.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoaster: updating toasterconf.json for fido release
Belen Barros Pena [Wed, 25 Mar 2015 14:22:18 +0000 (14:22 +0000)] 
toaster: updating toasterconf.json for fido release

We update the toasterconf.json file for the fido release.

A small update to the release help text in the
toasterconf.json file shipped with the meta-yocto layer.

We now make explicit that Toaster will build with the
tip of the selected branch. We also link the
Yocto Project Dizzy release to the git repository,
and not to the release page on the website.

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky: Add 1.8 to sanity tested distro list
Richard Purdie [Wed, 25 Mar 2015 13:12:51 +0000 (13:12 +0000)] 
poky: Add 1.8 to sanity tested distro list

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: Flip DISTRO_VERSION for post 1.8 release
Beth Flanagan [Tue, 24 Mar 2015 21:30:42 +0000 (21:30 +0000)] 
poky.conf: Flip DISTRO_VERSION for post 1.8 release

Flipping DISTRO_VERSION for post fido.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Update templates to 3.19 kernel
Tom Zanussi [Fri, 27 Feb 2015 15:33:44 +0000 (09:33 -0600)] 
yocto-bsp: Update templates to 3.19 kernel

Add 3.19 kernel support and remove 3.10 and 3.17 support.

'Fixes' [YOCTO #7391].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agometa-yocto/distro: Updated SANITY_TESTED_DISTROS.
Lucian Musat [Mon, 23 Mar 2015 10:35:12 +0000 (12:35 +0200)] 
meta-yocto/distro: Updated SANITY_TESTED_DISTROS.

Added OpenSUSE-13.2, Fedora 21. Removed poky 1.6 and Ubuntu 12.04.

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: Fix 'distro is not validated' warning for OpenSUSE
Ed Bartosh [Mon, 23 Mar 2015 09:58:49 +0000 (11:58 +0200)] 
poky.conf: Fix 'distro is not validated' warning for OpenSUSE

Updated openSUSE distro names used in meta-yocto/conf/distro/poky.conf.

Currently used distro names cause bitbake to issue this warning on
all openSUSE systems:
WARNING: Host distribution "openSUSE-NN.N" has not been validated
with this version of the build system.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky-tiny: ext2 isn't enabled in the kernel so don't mention/build it
Richard Purdie [Thu, 19 Mar 2015 11:34:13 +0000 (11:34 +0000)] 
poky-tiny: ext2 isn't enabled in the kernel so don't mention/build it

The kernel config specifically excludes ext2 support for size reasons
so update the distro config to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: Update for post 1.7 release versioning
Richard Purdie [Tue, 10 Mar 2015 14:18:38 +0000 (14:18 +0000)] 
poky.conf: Update for post 1.7 release versioning

[YOCTO #7325]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: Became maintainer of python2 and python3
Alejandro Hernandez [Wed, 4 Mar 2015 23:27:06 +0000 (17:27 -0600)] 
maintainers.inc: Became maintainer of python2 and python3

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoREADME: expand the Where To Send Patches section
Ross Burton [Wed, 4 Mar 2015 13:01:53 +0000 (13:01 +0000)] 
README: expand the Where To Send Patches section

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: resolve mismatch between poky bblayers version and OE-Core
Paul Eggleton [Thu, 5 Feb 2015 12:05:54 +0000 (12:05 +0000)] 
poky.conf: resolve mismatch between poky bblayers version and OE-Core

Drop our custom LAYER_CONF_VERSION (since the OE-Core version is now the
same) and ensure that poky-sanity's update function runs first so that
anyone still using version 5 with poky gets the meta-yocto /
meta-yocto-bsp split handled instead of OE-Core's no-op upgrade. Also
fix the version check so that the poky 5->6 upgrade is still performed
if the latest version is greater than 6.

NOTE: this of course relies on the corresponding version bump patch in
OE-Core.

Fixes [YOCTO #6139].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto-bsps: remove 3.10 bbappend
Bruce Ashfield [Thu, 19 Feb 2015 20:41:31 +0000 (15:41 -0500)] 
meta-yocto-bsps: remove 3.10 bbappend

All reference boards are now using 3.14 as their baseline, and we
no longer have a 3.10 Yocto kernel, so we can safely remove the bbappend.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto: update qemu default kernel version to 3.19
Bruce Ashfield [Thu, 19 Feb 2015 18:18:31 +0000 (13:18 -0500)] 
meta-yocto: update qemu default kernel version to 3.19

The 3.19 kernel has been tested against core-image-minimal and sato, so
we make it our new default kernel version.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackage_regex.inc: Cleanup and organize
Aníbal Limón [Fri, 13 Feb 2015 23:18:07 +0000 (17:18 -0600)] 
package_regex.inc: Cleanup and organize

Removed unnecesary entries because now are supported by latest_versionstring
method of bitbake fetcher.

Organized regex'es into categories,

    - REGEX that are special cases.
    - REGEX_URI's for upstream site that don't provide get (403, 404,
      550) support.
    - Python PyPI site and Sourceforge site.
    - GIT REGEX'es that are special cases.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: Remove entries that now isn\'t needed
Aníbal Limón [Fri, 13 Feb 2015 23:18:06 +0000 (17:18 -0600)] 
upstream_tracking.inc: Remove entries that now isn\'t needed

Remove manual upstream tracking entries that isn't needed because
now there are supported by latest_versionstring method.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add branch to SRC_URI for custom kernels
Tom Zanussi [Tue, 27 Jan 2015 13:33:25 +0000 (07:33 -0600)] 
yocto-bsp: Add branch to SRC_URI for custom kernels

Without 'branch' in the SRC_URI, a SRCREV specified for a non-master
KBRANCH will result in a fetch failure since the branch tested by the
fetcher will default to master, which doesn't contain the SRCREV.
This fixes the problem by adding branch=KBRANCH to the SRC_URI.

Fixes [Yocto #6518].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add missing conf dir to arm template
Tom Zanussi [Tue, 27 Jan 2015 13:33:24 +0000 (07:33 -0600)] 
yocto-bsp: Add missing conf dir to arm template

The /conf dir for arm was missed when committing the changes for the
'removing strange characters' patchset; this restores it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: use logic to edit WARN_QA and ERROR_QA
Ross Burton [Mon, 2 Feb 2015 23:32:31 +0000 (23:32 +0000)] 
poky.conf: use logic to edit WARN_QA and ERROR_QA

Instead of overriding WARN_QA and ERROR_QA, edit the defaults to remove specific
tests from WARN_QA and add them to ERROR_QA.

This should avoid tests being added to poky.conf but not insane.bbclass
(unknown-configure-option wasn't enabled in oe-core), or vice versa (infodir
wasn't enabled in Poky).

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: remove poky-feed-config-opkg from images
Ross Burton [Mon, 2 Feb 2015 23:17:29 +0000 (23:17 +0000)] 
poky.conf: remove poky-feed-config-opkg from images

This recipe didn't do anything beyond opkg-arch-config so it was deleted from
oe-core.  Update the Poky distro configuration to stop install it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoasterconf.json update
David Reyna [Fri, 16 Jan 2015 16:26:14 +0000 (16:26 +0000)] 
toasterconf.json update

The toaster layer configuration file is updated to specify
sane default for more build configuration variables.

Minor whitespace changes to beautify the file.

Rebased by Alex from a patch written by David Reyna.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: Update some items for Randy Witt.
Randy Witt [Thu, 22 Jan 2015 22:46:52 +0000 (14:46 -0800)] 
maintainers.inc: Update some items for Randy Witt.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotiny-init: set proper S value
Petter Mabäcker [Sat, 10 Jan 2015 15:43:47 +0000 (16:43 +0100)] 
tiny-init: set proper S value

Ensure that we are using a proper value for S, instead of the default
value.

All recipes must have a proper value set for S when solving [YOCTO #5627].

Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: change case of Poky for DISTRO<->SANITY mismatch
Paul Gortmaker [Tue, 20 Jan 2015 22:03:02 +0000 (17:03 -0500)] 
poky.conf: change case of Poky for DISTRO<->SANITY mismatch

Using anything build appliance based will emit the warning:

 WARNING: Host distribution "poky-1.7" has not been validated with
 this version of the build system; you may possibly experience
 unexpected failures. It is recommended that you use a tested distribution.

The chain of events leading to this is:

1) At image creation time:

   meta-yocto/conf/distro/poky.conf:
DISTRO = "poky"

   meta/recipes-extended/lsb/lsb_4.1.bb:
echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release

2) At deployment/usage time of the created image:

   meta/lib/oe/lsb.py:
output, err = bb.process.run(['lsb_release', '-ir'], stderr=PIPE)

   meta-yocto/conf/distro/poky.conf:
SANITY_TESTED_DISTROS ?= " \
            Poky-1.6 \n \
            Poky-1.7 \n \
            [...]

   meta/classes/sanity.bbclass:
distro = oe.lsb.distro_identifier()
tested_distros = sanity_data.getVar('SANITY_TESTED_DISTROS', True)

and hence the lsb.distro gets the lower case "poky" which fails to
match the upper case "Poky" used in SANITY_TESTED_DISTROS.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: update entries for bash
Hongxu Jia [Tue, 13 Jan 2015 01:50:07 +0000 (09:50 +0800)] 
upstream_tracking.inc: update entries for bash

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers: Clean up a couple items
Saul Wold [Wed, 21 Jan 2015 14:00:29 +0000 (06:00 -0800)] 
maintainers: Clean up a couple items

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers: Update for non-maintained recipes
Saul Wold [Tue, 20 Jan 2015 21:38:34 +0000 (21:38 +0000)] 
maintainers: Update for non-maintained recipes

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agomaintainers.inc: update it
Robert Yang [Fri, 9 Jan 2015 01:51:32 +0000 (17:51 -0800)] 
maintainers.inc: update it

Added:
gnu-efi
python-git
python-gitdb
systemd

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: add support for running mips64 qemu machine
Cristian Iorga [Wed, 14 Jan 2015 14:57:23 +0000 (16:57 +0200)] 
poky.conf: add support for running mips64 qemu machine

qemumips64 machine lacks a qemu system emulator,
so add it.

Fix for [YOCTO #7082].

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: mark all CentOS 6/7 versions as compatible
Paul Eggleton [Fri, 9 Jan 2015 10:28:47 +0000 (10:28 +0000)] 
poky.conf: mark all CentOS 6/7 versions as compatible

It's rather unlikely with a distribution such as CentOS that they would
introduce changes that would cause us issues that we would not be
prepared to fix; therefore use a wildcard to suppress the warning (in
any case, CentOS 6.6 is now the current 6.x version.)

Also add CentOS 7 as we are running regular builds on CentOS 7 machines
as part of the autobuilder infrastructure.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: add file-rdeps to WARN_QA
Paul Eggleton [Wed, 7 Jan 2015 10:55:39 +0000 (10:55 +0000)] 
poky.conf: add file-rdeps to WARN_QA

This was added to the default value of WARN_QA in insane.bbclass in
OE-Core, but we missed adding it to the value set in poky.conf.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolocal.conf.sample: Add qemuarm64
Mark Hatle [Thu, 6 Nov 2014 15:34:27 +0000 (23:34 +0800)] 
local.conf.sample: Add qemuarm64

Add an example machine configuration for qemuarm64.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky.conf: Add qemuarm64 support
Richard Purdie [Mon, 22 Dec 2014 09:46:44 +0000 (09:46 +0000)] 
poky.conf: Add qemuarm64 support

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoREADME.hardware: update beaglebone entry to match KERNEL_IMAGETYPE
Maciej Borzecki [Thu, 11 Dec 2014 12:36:15 +0000 (13:36 +0100)] 
README.hardware: update beaglebone entry to match KERNEL_IMAGETYPE

U-boot 2014.07 defaults to using a gzip compressed kernel
image (zImage). A proper change upading KERNEL_IMAGETYPE has already
been introduced to beaglebone machine config. This patch updates manual
steps to creating a SD card image with proper kernel image name.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobeaglebone.conf: update KERNEL_IMAGETYPE to match u-boot
Maciej Borzecki [Tue, 9 Dec 2014 15:44:31 +0000 (16:44 +0100)] 
beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot

U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with
current machien config will not be directly useable. Update machine config to
produce a zImage.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa-yocto/conf/distro/include: Update package_regex'es and upstream info.
Aníbal Limón [Fri, 19 Dec 2014 00:11:16 +0000 (18:11 -0600)] 
meta-yocto/conf/distro/include: Update package_regex'es and upstream info.

Update package_regex.inc in order to match upstream versions, remove unnecesary
records because bb.fetch2 latest_versionstring  method match this cases.
Update upstream_info.inc remove un-updated records.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosanity: TMPDIR ABI change for kernel process
Richard Purdie [Thu, 11 Dec 2014 14:36:05 +0000 (14:36 +0000)] 
sanity: TMPDIR ABI change for kernel process

Increase the ABI number to match the kernel build process change.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>