]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
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>
10 years agotoasterconf: naming and description changes
Belen Barros Pena [Wed, 10 Dec 2014 15:01:00 +0000 (15:01 +0000)] 
toasterconf: naming and description changes

Some minor changes to the names and descriptions
used in the Toaster configuration file:

* Change the local layer source name from Local Poky to Local
Yocto Project to match release naming, which makes no reference
to Poky

* Change Imported Layer Source to just Imported layers. It is
shorter, which helps table display

* Change the helptext of the dizzy release to remove the
"latest" reference, since might make maintenance hard

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 agoyocto-bsp: Get rid of 'strange' filenames in x86_64 templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:07 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in x86_64 templates

For the x86_64 templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-layer: Get rid of 'strange' filenames in templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:08 +0000 (18:41 -0600)] 
yocto-layer: Get rid of 'strange' filenames in templates

For the yocto-layer templates, give all the 'strange' template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames in powerpc templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:06 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in powerpc templates

For the powerpc templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames in mips64 templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:05 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in mips64 templates

For the mips64 templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames in arm templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:02 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in arm templates

For the arm templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames in mips templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:04 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in mips templates

For the mips templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames in x86 templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:03 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in x86 templates

For the x86 templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames
Tom Zanussi [Wed, 17 Dec 2014 00:41:01 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames

Give all the 'strange' yocto-bsp template filenames 'normal' names,
adding new yocto-bsp-filename and yocto-bsp-dirname tags for the new
filename processing pass where needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add a processing pass to get rid of 'strange' filenames
Tom Zanussi [Wed, 17 Dec 2014 00:41:00 +0000 (18:41 -0600)] 
yocto-bsp: Add a processing pass to get rid of 'strange' filenames

Operating systems that can't handle filenames containing anything but
uppercase letters don't like to see 'strange' characters in filenames
such as the file and directory names yocto-bsp uses as part of its
templating mechanism.  To fix this, we essentially add another level
of metadata into the template files themselves rather than into their
names, and add a processing pass that internally gives us what we had
before.  Specifically:

  - strange characters in filenames are moved inside the files they
    apply to, to the first line of the file prepended with '#
    yocto-bsp-filename {{...}} filename | this'

  - strange characters in directory names are moved inside a new file
    of the same name but ending in .noinstall and with the first (and
    only) line of the file prepended with '# yocto-bsp-dirname {{...}}
    dirname'

If the new filename contained in the yocto-bsp-* tag is 'this', the
filename is the existing name of the file.  For a dirname, this would
be the filename with .noinstall removed.

"Fixes" [YOCTO #5312].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/poky: Add Debian 8 (Jessie) as sanity tested
Otavio Salvador [Tue, 9 Dec 2014 14:23:56 +0000 (12:23 -0200)] 
distro/poky: Add Debian 8 (Jessie) as sanity tested

The Debian 8 (codename Jessie) is frozen and has been in use in our
machines for some time. It has been working fine and as it is about to
be released it is better to whitelist it and remove the ugly warning
from build logs.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add mips64 support
Tom Zanussi [Wed, 3 Dec 2014 17:15:51 +0000 (11:15 -0600)] 
yocto-bsp: Add mips64 support

mips64 support was recently added to the core BSPs; we should also
support it in yocto-bsp.  [YOCTO #5314]

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoyocto-bsp: Update templates to 3.17 kernel
Tom Zanussi [Wed, 3 Dec 2014 17:15:50 +0000 (11:15 -0600)] 
yocto-bsp: Update templates to 3.17 kernel

Add 3.17 kernel support.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agometa-yocto/distro: Updated SANITY_TESTED_DISTROS.
Lucian Musat [Wed, 26 Nov 2014 08:44:59 +0000 (10:44 +0200)] 
meta-yocto/distro: Updated SANITY_TESTED_DISTROS.

Removed Poky-1.4, Poky-1.5, Ubuntu-13.10, Fedora-19, CentOs-6.4,Suse-LINUX-12.2. Replaced the list of Debian-7.x with wildcard. Added Ubuntu 14.10.

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 agoupstream_tracking.inc: update entries for dbus
Chong Lu [Mon, 24 Nov 2014 07:47:19 +0000 (15:47 +0800)] 
upstream_tracking.inc: update entries for dbus

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackage_regex.inc: Update REGEX'es in order to find upstream versions correctly
Aníbal Limón [Fri, 28 Nov 2014 01:10:47 +0000 (19:10 -0600)] 
package_regex.inc: Update REGEX'es in order to find upstream versions correctly

Since Bitbake fetcher implements latest version string methods using bs4 to parse
HTML data some regexes need update because bs4 gives functionality to get href
entries and isn't necessary put pattern [hH][rR][eE][fF] into it, this make
maintenance easier.

Compatibility testing was made running distrodata class and the result files
can be found at:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=1813

[YOCTO #1813]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoasterconf: fix localpath values
Alexandru DAMIAN [Thu, 27 Nov 2014 16:45:17 +0000 (16:45 +0000)] 
toasterconf: fix localpath values

The toasterconf.json file listed wrong local path values
for meta-yocto and meta-yocto-bsp. This patch fixes the values.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: update maintainers
Robert Yang [Wed, 26 Nov 2014 08:41:48 +0000 (00:41 -0800)] 
maintainers.inc: update maintainers

* Update maintainers
* Fix some typos
* Remove duplicated lines

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoaster: add toaster layer configuration files for meta-yocto
Alexandru DAMIAN [Thu, 20 Nov 2014 16:03:30 +0000 (16:03 +0000)] 
toaster: add toaster layer configuration files for meta-yocto

In managed mode, Toaster tries to create project configuration
based on the layers that are being checked-out on disk.

This is done by using a JSON configuration file that is
layer-specific.

This patch adds toasterconf.json files to the meta-yocto layer,
allowing Toaster projects based on Yocto Project releases.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers: Update per replies on OE-Core
Signed-off-by: Saul Wold [Mon, 10 Nov 2014 17:46:06 +0000 (17:46 +0000)] 
maintainers: Update per replies on OE-Core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky-tiny.conf: remove inherit of blacklist
Paul Eggleton [Fri, 31 Oct 2014 16:50:23 +0000 (16:50 +0000)] 
poky-tiny.conf: remove inherit of blacklist

The blacklist class is now automatically inherited.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: Updated with some ownership for Aníbal Limón and Alejandro Hernandez.
Aníbal Limón [Tue, 28 Oct 2014 17:01:31 +0000 (11:01 -0600)] 
maintainers.inc: Updated with some ownership for Aníbal Limón and Alejandro Hernandez.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-lsb: Set LTSI as base kernel for LSB
Saul Wold [Thu, 23 Oct 2014 17:43:30 +0000 (10:43 -0700)] 
poky-lsb: Set LTSI as base kernel for LSB

By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB
based images.

[YOCTO #6853]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: add Debian 7.7 to SANITY_TESTED_DISTROS
Ross Burton [Mon, 20 Oct 2014 16:26:58 +0000 (17:26 +0100)] 
poky.conf: add Debian 7.7 to SANITY_TESTED_DISTROS

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: update for RPM_PREFER_ELF_ARCH
Robert Yang [Mon, 20 Oct 2014 03:35:41 +0000 (20:35 -0700)] 
local.conf.sample.extended: update for RPM_PREFER_ELF_ARCH

Updated as the rpm upstream suggested:
- RPM_PREFER_COLOR -> RPM_PREFER_ELF_ARCH
- 3 -> 4

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>
11 years agoRevert "meta-yocto: make 3.17 the preferred qemu kernel version"
Richard Purdie [Thu, 9 Oct 2014 16:41:47 +0000 (17:41 +0100)] 
Revert "meta-yocto: make 3.17 the preferred qemu kernel version"

3.17 has problems with:

a) CONFIG_USB_WACOM -> CONFIG_HID_WACOM
b) The wacom driver no longer working with qemu
c) The USB stack being missing on arm and ppc

and these are just the issues we know about. Switch back to 3.14
until 3.17 is fixed.

This reverts commit 6a56492f3ae5e2a7e4d5b80169710a0eab87c0e2.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto: make 3.17 the preferred qemu kernel version
Bruce Ashfield [Wed, 1 Oct 2014 04:53:23 +0000 (00:53 -0400)] 
meta-yocto: make 3.17 the preferred qemu kernel version

3.17 is ready and stable to be used as the default for the qemu* BSPs,
so we update their preferred version to reflect this.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: update h/w reference boards to the latest 3.14 SRCREVs
Bruce Ashfield [Wed, 1 Oct 2014 04:53:22 +0000 (00:53 -0400)] 
yocto-bsps: update h/w reference boards to the latest 3.14 SRCREVs

The oe-core BSPs have been udpated to 3.14.19, so we follow suit with the
reference BSPs.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: Document RPM4 setup
Saul Wold [Tue, 30 Sep 2014 20:24:52 +0000 (13:24 -0700)] 
local.conf.sample.extended: Document RPM4 setup

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Bump version for 1.7 dizzy release
Richard Purdie [Tue, 23 Sep 2014 21:09:50 +0000 (22:09 +0100)] 
poky.conf: Bump version for 1.7 dizzy release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebone.conf: add IMAGE_BOOT_FILES
Maciej Borzecki [Mon, 22 Sep 2014 11:35:21 +0000 (13:35 +0200)] 
beaglebone.conf: add IMAGE_BOOT_FILES

Set IMAGE_BOOT_FILES to list of files that end up in boot
partition. This in turn is used by wic to generate a bootable SD card
image.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>