]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
7 years agolinux-yocto: update genericx86* SRCREVs for v4.9
Anuj Mittal [Mon, 29 Jan 2018 00:59:34 +0000 (08:59 +0800)] 
linux-yocto: update genericx86* SRCREVs for v4.9

Bump to stable kernel release 4.9.78.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agolinux-yocto: update genericx86* SRCREVs for v4.4
Anuj Mittal [Mon, 29 Jan 2018 00:59:33 +0000 (08:59 +0800)] 
linux-yocto: update genericx86* SRCREVs for v4.4

Bump to stable kernel release 4.4.113.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agolinux-yocto: update genericx86* SRCREVs for v4.12
Anuj Mittal [Mon, 29 Jan 2018 00:59:32 +0000 (08:59 +0800)] 
linux-yocto: update genericx86* SRCREVs for v4.12

Bump to stable kernel release 4.12.19.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agocontrib/yocto-bsp-kernel-update.sh: remove this script
Yi Zhao [Wed, 15 Nov 2017 05:57:29 +0000 (13:57 +0800)] 
contrib/yocto-bsp-kernel-update.sh: remove this script

This script was unused since yocto-bsp tool had been removed.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agolinux-yocto: update genericx86* SRCREVs for v4.12
Anuj Mittal [Thu, 28 Dec 2017 02:59:45 +0000 (10:59 +0800)] 
linux-yocto: update genericx86* SRCREVs for v4.12

Bump to stable kernel release v4.12.18.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agolinux-yocto: update genericx86* SRCREVs for v4.9
Anuj Mittal [Thu, 28 Dec 2017 02:59:44 +0000 (10:59 +0800)] 
linux-yocto: update genericx86* SRCREVs for v4.9

Bump to stable kernel release v4.9.65.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agolinux-yocto: update genericx86* SRCREVs for v4.4
Anuj Mittal [Thu, 28 Dec 2017 02:59:43 +0000 (10:59 +0800)] 
linux-yocto: update genericx86* SRCREVs for v4.4

Bump to stable kernel release v4.4.93.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Sat, 23 Dec 2017 12:40:02 +0000 (20:40 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.4, 4.9 and 4.12.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agolocal.conf.sample: Weakly set BB_DISKMON_DIRS
Richard Purdie [Sat, 6 Jan 2018 10:02:10 +0000 (10:02 +0000)] 
local.conf.sample: Weakly set BB_DISKMON_DIRS

For various reasons we need to be able to set and override this from
auto.conf on our test infrastructure. We have tried forcing the variable
but this then breaks other selftests. In the interests of not complicating
things further and needing to modify the tests across releases, weaken
the default assignment.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agopoky: Switch to post release name/version
Peter Kjellerstedt [Tue, 14 Nov 2017 10:24:28 +0000 (11:24 +0100)] 
poky: Switch to post release name/version

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 years agobeaglebone-yocto: rename beaglebone machine to beaglebone-yocto
Joshua Lock [Thu, 9 Nov 2017 14:59:06 +0000 (14:59 +0000)] 
beaglebone-yocto: rename beaglebone machine to beaglebone-yocto

The beaglebone BSP provided in this layer is a reference implementation
usingonly mainline components available in core Yocto Project layers,
whereas Texas Instruments maintain a full-featured BSP in the meta-ti
layer.

Rename the reference machine to prevent namespace collisions with the
version maintained by the SoC vendor.

[YOCTO #12326]

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoscripts/lib/bsp: delete, all users have been removed
Joshua Lock [Mon, 23 Oct 2017 15:45:32 +0000 (16:45 +0100)] 
scripts/lib/bsp: delete, all users have been removed

With the removal of yocto-bsp and yocto-kernel there are no longer any users
of this library, therefore delete it.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoyocto-kernel: remove this tool
Joshua Lock [Mon, 23 Oct 2017 16:34:21 +0000 (17:34 +0100)] 
yocto-kernel: remove this tool

yocto-kernel is not actively maintained and requires active feature
development to make it a useful and compelling tool.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoyocto-layer: remove this tool
Joshua Lock [Mon, 23 Oct 2017 16:34:20 +0000 (17:34 +0100)] 
yocto-layer: remove this tool

The bitake-layers tool in bitbake is much more featurful, widely used and
better maintained.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agometa-yocto-bsp/lib/oeqa: remove yoctobsp selftest
Joshua Lock [Mon, 23 Oct 2017 16:34:19 +0000 (17:34 +0100)] 
meta-yocto-bsp/lib/oeqa: remove yoctobsp selftest

The yocto-bsp script has been removed, thus there's no need for this test
for the script.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoyocto-bsp: remove this tool
Joshua Lock [Mon, 23 Oct 2017 16:34:18 +0000 (17:34 +0100)] 
yocto-bsp: remove this tool

The yocto-bsp tool is not actively maintained and requires active
feature development to make it a useful and compelling tool.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agopoky: remove old Fedora releases from SANITY_TESTED_DISTROS
Joshua Lock [Fri, 3 Nov 2017 13:45:25 +0000 (13:45 +0000)] 
poky: remove old Fedora releases from SANITY_TESTED_DISTROS

* Fedora 24 reached end-of-life on 2017-08-08 and hasn't been tested in
  some time.
* Fedora 25 reaches end-of-life in Q4 2017 and is exhibiting a bug which
  makes it an extremely unreliable host OS for workers on the Yocto
  Autobuilder. For that reason we'll no longer be using this distro on the
  Yocto Autobuilder and thus cannot claim the distro is sanity tested.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agobeaglebone: Find /boot partition on mmcblk0
Drew Moseley [Tue, 10 Oct 2017 01:59:08 +0000 (21:59 -0400)] 
beaglebone: Find /boot partition on mmcblk0

After commit edcf39820f94c84b29c95a0d7b16b8d36857e87b the beaglebone
builds fail to mount the boot partition as it is specified in
/etc/fstab with the device node /dev/mmcblkp1.  With systemd in
particular this is considered an error and the system drops into
emergency mode.

Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: add debian-9 to SANITY_TESTED_DISTROS
Martin Kelly [Fri, 6 Oct 2017 17:42:12 +0000 (10:42 -0700)] 
poky: add debian-9 to SANITY_TESTED_DISTROS

I have been working with OE on debian-9 for several months now without
issue. In addition, I tested a build + runqemu for core-image-sato
following the quickstart guide and had no issues.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopackagegroups: remove a bbappend
Slater, Joseph [Thu, 3 Aug 2017 17:59:58 +0000 (17:59 +0000)] 
packagegroups: remove a bbappend

Force items into packagegroup-core-tools-profile?  I don't think so.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky.conf: Fix typo
Richard Purdie [Tue, 26 Sep 2017 15:56:04 +0000 (16:56 +0100)] 
poky.conf: Fix typo

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: Set version/codename for 2.4/rocko
Richard Purdie [Tue, 26 Sep 2017 15:08:21 +0000 (16:08 +0100)] 
poky: Set version/codename for 2.4/rocko

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoyocto-bsp: add BBG dtb
Anders Darander [Tue, 26 Sep 2017 06:54:48 +0000 (08:54 +0200)] 
yocto-bsp: add BBG dtb

As 4.4 is the lowest kernel version in oe-core, we can add the dtb for the
beaglebon green to the list of dtb's to generate.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky-tiny: Bump default kernel version to 4.12
Alejandro Hernandez [Wed, 20 Sep 2017 17:13:30 +0000 (10:13 -0700)] 
poky-tiny: Bump default kernel version to 4.12

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>
8 years agoconf: remove maintainers.inc, now in oe-core
Ross Burton [Thu, 14 Sep 2017 11:00:50 +0000 (12:00 +0100)] 
conf: remove maintainers.inc, now in oe-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Sun, 17 Sep 2017 06:27:37 +0000 (14:27 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.4, 4.9, 4.10 and 4.12.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
Alejandro Hernandez [Fri, 15 Sep 2017 15:05:27 +0000 (08:05 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

- Includes fix for CVE-2017-1000251
- Upgrades to Linux 4.9.49

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12
Alejandro Hernandez [Fri, 15 Sep 2017 15:05:29 +0000 (08:05 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12

- Includes fix for CVE-2017-1000251
- Upgrades to Linux 4.12.12

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10
Alejandro Hernandez [Fri, 15 Sep 2017 15:05:28 +0000 (08:05 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10

- Includes fix for CVE-2017-1000251

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Fri, 15 Sep 2017 15:05:26 +0000 (08:05 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

- Includes fix for CVE-2017-1000251

- Upgrades to Linux 4.4.87

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto: Restructure and tidy up READMEs
Richard Purdie [Thu, 14 Sep 2017 11:00:35 +0000 (12:00 +0100)] 
meta-yocto: Restructure and tidy up READMEs

The YP Compat v2 standard requres a more specific README structure. Bring
meta-yocto to the required standard and clean up some of the data in the
READMEs whilst in there.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto: Drop meta-yocto directory
Richard Purdie [Thu, 14 Sep 2017 10:48:46 +0000 (11:48 +0100)] 
meta-yocto: Drop meta-yocto directory

This was only present for transition purposes at upgrade, drop it
since its been present for several releases now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers.inc: updating ownership for apt, dpkg, perl, qemu and related ones
Leonardo Sandoval [Mon, 11 Sep 2017 19:47:41 +0000 (12:47 -0700)] 
maintainers.inc: updating ownership for apt, dpkg, perl, qemu and related ones

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12
Alejandro Hernandez [Mon, 11 Sep 2017 20:15:17 +0000 (13:15 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12

Upgrades to Linux 4.12.10

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10
Alejandro Hernandez [Mon, 11 Sep 2017 20:15:16 +0000 (13:15 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
Alejandro Hernandez [Mon, 11 Sep 2017 20:15:15 +0000 (13:15 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Upgrades to Linux 4.9.46

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Mon, 11 Sep 2017 20:15:14 +0000 (13:15 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Upgrades to Linux 4.4.85

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Fri, 1 Sep 2017 03:18:07 +0000 (11:18 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.4, 4.9, 4.10 and 4.12. Also
set the default kernel to 4.12.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: add linux-yocto 4.12 bbappends
Leonardo Sandoval [Wed, 30 Aug 2017 19:14:05 +0000 (12:14 -0700)] 
linux-yocto: add linux-yocto 4.12 bbappends

This allows the yocto-bsp script to pick the 4.12 kernel version when
creating a custom BSP.

[YOCTO #11995]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: Switch to post release name/version
Peter Kjellerstedt [Thu, 24 Aug 2017 17:19:13 +0000 (19:19 +0200)] 
poky: Switch to post release name/version

This should have been done after Pyro was released, but it apparently
slipped though the cracks.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Adds new bbappend to support 4.12 on genericx86 and genericx86-64 platforms
Alejandro Hernandez [Thu, 24 Aug 2017 20:53:59 +0000 (13:53 -0700)] 
linux-yocto: Adds new bbappend to support 4.12 on genericx86 and genericx86-64 platforms

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers.inc: assign newly added recipes
Alexander Kanavin [Thu, 24 Aug 2017 13:50:56 +0000 (16:50 +0300)] 
maintainers.inc: assign newly added recipes

Speak up if you disagree with these.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers.inc: fix pn- override
Paul Eggleton [Wed, 23 Aug 2017 23:05:16 +0000 (11:05 +1200)] 
maintainers.inc: fix pn- override

Fix typo in override (_pn_go insteadof _pn-go).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoconf-notes.txt: add shell environment header
Ming Liu [Tue, 22 Aug 2017 01:27:36 +0000 (03:27 +0200)] 
conf-notes.txt: add shell environment header

The header text has been moved to meta/conf/conf-notes.txt by:
[ meta: move some text from oe-setup-builddir to conf-notes.txt ]

Need do the same to meta-poky/conf/conf-notes.txt.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Drop 4.1 kernel appends
Richard Purdie [Mon, 21 Aug 2017 09:01:44 +0000 (10:01 +0100)] 
linux-yocto: Drop 4.1 kernel appends

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: bump poky lsb to linux 4.9
Bruce Ashfield [Mon, 21 Aug 2017 03:01:48 +0000 (23:01 -0400)] 
poky: bump poky lsb to linux 4.9

Due to the age of 4.1 and it being removed from oe-core master
as an active kernel, we can bump poky-lsb to the newer 4.9 LTSI
kernel version.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: bump preferred version of linux-yocto to 4.12
Bruce Ashfield [Mon, 21 Aug 2017 03:01:47 +0000 (23:01 -0400)] 
poky: bump preferred version of linux-yocto to 4.12

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: Add nios2 to list of qemu targets
Juro Bystricky [Mon, 14 Aug 2017 19:44:34 +0000 (12:44 -0700)] 
poky: Add nios2 to list of qemu targets

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky.conf: Enable vulkan by default
Jussi Kukkonen [Tue, 18 Jul 2017 07:30:33 +0000 (10:30 +0300)] 
poky.conf: Enable vulkan by default

Things to note:
* This ends up enabling dri3 in mesa
* It does not completely enable dri3 in xorg with xf86-video-intel
  because that requires a run time configuration (xorg.conf)

So vulkan in poky with xf86-video-intel still requires a xorg.conf
snippet to enable dri3. Otherwise (weston or X with other drivers)
it just works.

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>
8 years agomaintainers.inc: assign newly added recipes
Alexander Kanavin [Mon, 7 Aug 2017 11:54:55 +0000 (14:54 +0300)] 
maintainers.inc: assign newly added recipes

If you disagree with the assignments, please speak up.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky-world-exclude.inc: remove recipes from meta-qt4
Alexander Kanavin [Mon, 7 Aug 2017 11:54:54 +0000 (14:54 +0300)] 
poky-world-exclude.inc: remove recipes from meta-qt4

Now that meta-qt4 isn't used by the autobuilder, there's no need
to exclude broken recipes fron that layer either.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agobsp/help: include a warning showing deprecation of create-layer plugin
Leonardo Sandoval [Tue, 25 Jul 2017 22:41:55 +0000 (15:41 -0700)] 
bsp/help: include a warning showing deprecation of create-layer plugin

This plugin will be removed starting 2.5 development in favour
of using 'bitbake-layers create-layer' script/plugin, offering a single
script to manage layers.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoadd fedora-26 to the SANITY_TESTED_DISTROS
Benjamin Esquivel [Sun, 23 Jul 2017 07:19:26 +0000 (07:19 +0000)] 
add fedora-26 to the SANITY_TESTED_DISTROS

tested the quickstart guide on Fedora 26 and confirmed that it
can build a core-image-sato and run the image via runqemu.

Signed-off-by: Benjamin Esquivel <code@esquibits.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: Remove machine specific kernel overrides
brian avery [Fri, 21 Jul 2017 19:39:53 +0000 (12:39 -0700)] 
poky: Remove machine specific kernel overrides

This patch removes the machine specific overrides in poky.conf for all
the qemu machines.  With this patch, if you set
PREFERRED_VERSION_linux-yocto="X%" then all the qemu machines as well as
the sample hardware boards will use that version. Without this patch,
the hardware boards would have used version X but the qemu machines
would have needed to have a PREFERRED_VERSION_linux-yocto_qemuarm="X%"
for qemuarm to use that version, for example.  If we need to force a
specific machine (hardware or qemu) to a particular default version we
should add it to the machine conf files for that machine, not in the
distro conf.

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: Remove superfluous kernel set
brian avery [Fri, 21 Jul 2017 19:39:52 +0000 (12:39 -0700)] 
meta-yocto-bsp: Remove superfluous kernel set

The genericx86 and genericx86-64 machine confs do not need to set the
PREFERRED_PROVIDER_virtual/kernel as they will use the one set by the
distribution. If there needed to be a different version for one of these
machines in the future, we could add it in to the machine.conf.

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
Alejandro Hernandez [Tue, 18 Jul 2017 16:24:35 +0000 (09:24 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Upgrades to Linux 4.9.36

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Tue, 18 Jul 2017 16:24:34 +0000 (09:24 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Upgrades to Linux 4.4.76

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1
Alejandro Hernandez [Tue, 18 Jul 2017 16:24:33 +0000 (09:24 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Upgrades to Linux 4.1.42

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Mon, 17 Jul 2017 05:55:56 +0000 (13:55 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.1, 4,4 and 4.9.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agompc8315e-rdb: add wic.bmap to IMAGE_FSTYPES
Joshua Lock [Wed, 12 Jul 2017 19:11:36 +0000 (20:11 +0100)] 
mpc8315e-rdb: add wic.bmap to IMAGE_FSTYPES

In order to match the other meta-yocto-bsp MACHINE definitions add wic.bmap
to the produced images.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: add Ubuntu 17.04 Zesty Zapus to SANITY_TESTED_DISTROS
Joshua Lock [Wed, 12 Jul 2017 19:12:00 +0000 (20:12 +0100)] 
poky: add Ubuntu 17.04 Zesty Zapus to SANITY_TESTED_DISTROS

The new Ubuntu releases on 2017-04-13, after cutoff for Yocto Project 2.3.

I've been running builds of some images and a world build in a container
over the past couple of days without issue. I've also run a complete
oe-selftest run (with SANITY_TESTED_DISTROS = "") and did not observe any
errors.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolocal.conf.sample: drop image-swab reference
Ming Liu [Tue, 4 Jul 2017 08:32:21 +0000 (10:32 +0200)] 
local.conf.sample: drop image-swab reference

The image swabber had been dropped by commit e18657df:
[ meta: Drop swabber ]

We need also drop its reference in local.conf.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto-custom: include a user feature description file
Choong YinThong [Wed, 21 Jun 2017 19:04:17 +0000 (12:04 -0700)] 
linux-yocto-custom: include a user feature description file

Missing user feature description file
when select linux-yocto-custom in script/yocto-bsp
and causes failure in script/yocto-kernel feature add.

[YOCTO #11585]

Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agooeqa/selftest/systemdboot: Add Test to check boot file is created correctly
Jose Perez Carranza [Thu, 15 Jun 2017 12:49:06 +0000 (05:49 -0700)] 
oeqa/selftest/systemdboot: Add Test to check boot file is created correctly

Add Test case to verify if EFI bootloader for
systemd boot is correctly build inside of image.

[YOCTO #9903]

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoconf/maintainers: update for revised maintainership
Ross Burton [Thu, 27 Apr 2017 11:47:34 +0000 (12:47 +0100)] 
conf/maintainers: update for revised maintainership

- move X.org to MontaVista
- change Denys's email to ti.com
- move "compression" to TI
- move VA to Intel
- move some to LG

Thanks everyone for taking some recipes!

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Fri, 16 Jun 2017 06:24:25 +0000 (14:24 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.4, 4,9 and 4.10.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: remove user-specific description/config files from machine description
Leonardo Sandoval [Tue, 13 Jun 2017 19:48:18 +0000 (12:48 -0700)] 
linux-yocto: remove user-specific description/config files from machine description

Remove user-specific descrition files and config fragments from main machine
description file otherwise double patch/config inclusion may happen. These
files/fragments are already included on the SRC_URI (see poky commit 2db8f3),
so no need to reference these inside machine.scc files.

[YOCTO #11586]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10
Alejandro Hernandez [Tue, 13 Jun 2017 05:01:09 +0000 (22:01 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10

Upgrades to Linux 4.10.17

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
Alejandro Hernandez [Tue, 13 Jun 2017 05:01:08 +0000 (22:01 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Upgrades to 4.9.31

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Tue, 13 Jun 2017 05:01:07 +0000 (22:01 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Upgrades to Linux 4.4.71

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: include missing description files and conf fragments
Leonardo Sandoval [Fri, 9 Jun 2017 20:32:28 +0000 (13:32 -0700)] 
linux-yocto: include missing description files and conf fragments

Include missing description files and configuration fragments into the SRC_URI.

[YOCTO #10918]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Mon, 22 May 2017 05:49:28 +0000 (13:49 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.1, 4.4, 4,9 and 4.10.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto: Add LAYERSERIES_COMPAT markup to layer.conf
Richard Purdie [Wed, 7 Jun 2017 09:20:23 +0000 (10:20 +0100)] 
meta-yocto: Add LAYERSERIES_COMPAT markup to layer.conf

This means mismatched layers are more clearly identified to the user in
cases where compatibility has not been tested.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoREADME.hardware: update flashing instructions for MPC8315
Ed Bartosh [Wed, 7 Jun 2017 12:22:46 +0000 (15:22 +0300)] 
README.hardware: update flashing instructions for MPC8315

Using 1000000 memory address for kernel and a00000 for dtb
can cause kernel image to overwrite dtb when uncompressing
and u-boot crashing with:
    ERROR: image is not a fdt - must RESET the board to recover.

Updated flashing instructions for the board to use addresses
1000000 and 2000000 to avoid this error.

Got rid of resetting loadaddr and ftdaddr u-boot variables.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoyocto-bsp: Fix QEMUARM based bsps to not offer SMP support
Alejandro Hernandez [Tue, 30 May 2017 18:44:34 +0000 (11:44 -0700)] 
yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

The SMP kernel config presents issues on qemuarm because:

CONFIG_SMP=y
Dependencies Missing:
  - CPU_V6K or CPU_V7:
    These are selected by setting:
    CONFIG_ARCH_MULTI_V7=y
    or
    CONFIG_ARCH_MULTI_V6=y

But our QEMU + ARM BSPs are based on armv4/v5 hence they are
incompatible with CONFIG_SMP.

This patch fixes the script, and avoids offering SMP to the user
when the created BSP is based on QEMU + ARM.

[YOCTO #11426]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoselftest: Migrate systemd_boot test case to the new framework
Aníbal Limón [Fri, 26 May 2017 16:02:04 +0000 (09:02 -0700)] 
selftest: Migrate systemd_boot test case to the new framework

- systemd_boot.py: Use the new case class and change decorator for id
- __init__.py: Because isn't needed now

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agoscripts/lib: removes bsp 4.8 kernel bbappends as the version is no longer supported
Daniela Plascencia [Fri, 2 Jun 2017 14:56:52 +0000 (07:56 -0700)] 
scripts/lib: removes bsp 4.8 kernel bbappends as the version is no longer supported

These files should be removed as version 4.8 is no longer supported (6751dce4cf
and 1632f6623c) and errors may be produced when executing some commands.
For instance, "yocto-bsp list <karch> --property <property_name>" expects the
SRC_URI of the 4.8 kernel recipe, which doesn't exist anymore, throwing the
following exception:

$ yocto-bsp list arm --property existing_kbranch
Getting branches from remote repo None...
Traceback (most recent call last):
...
SyntaxError: function specified for 'gen' property returned nothing : input type:
"choicelist" name:"existing_kbranch" nameappend:"i386" gen:"bsp.kernel.all_branches"
branches_base:"standard" prio:"20" msg:"Please choose a machine branch to base this
BSP on:" default:"standard/base"

[YOCTO #9867]

Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers: update maintainers in several python modules, cronie and swig
Leonardo Sandoval [Mon, 22 May 2017 17:24:44 +0000 (10:24 -0700)] 
maintainers: update maintainers in several python modules, cronie and swig

The python modules involved are:

* Python 2: numpy and setuptools
* python 3: async, dbus, distribute, docutils, gitdb, nose, numpy, pip,
  pygobject, setuptools, six and smmap

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10
Alejandro Hernandez [Fri, 19 May 2017 16:16:12 +0000 (09:16 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10

Updates to Linux 4.10.15

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
Alejandro Hernandez [Fri, 19 May 2017 16:16:11 +0000 (09:16 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Updates to Linux 4.9.27

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Fri, 19 May 2017 16:16:10 +0000 (09:16 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Updates to Linux 4.4.67

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1
Alejandro Hernandez [Fri, 19 May 2017 16:16:09 +0000 (09:16 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Updates to Linux 4.1.39

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky.conf: Bump version for 2.3 pyro release
Richard Purdie [Thu, 20 Apr 2017 07:13:16 +0000 (08:13 +0100)] 
poky.conf: Bump version for 2.3 pyro release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers: move to TI
Ross Burton [Wed, 19 Apr 2017 16:35:05 +0000 (17:35 +0100)] 
maintainers: move to TI

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers: reassign to OS Systems
Ross Burton [Wed, 19 Apr 2017 16:33:18 +0000 (17:33 +0100)] 
maintainers: reassign to OS Systems

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers: reassign to montavista
Ross Burton [Wed, 19 Apr 2017 16:30:09 +0000 (17:30 +0100)] 
maintainers: reassign to montavista

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers: move u-boot to marek
Ross Burton [Wed, 19 Apr 2017 16:19:57 +0000 (17:19 +0100)] 
maintainers: move u-boot to marek

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Thu, 13 Apr 2017 01:30:54 +0000 (09:30 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.4, 4,9 and 4.10.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers: change ownership on cve-check-tool, nfs-utils, ttf-bitstream-vera and...
Leonardo Sandoval [Mon, 3 Apr 2017 22:26:38 +0000 (15:26 -0700)] 
maintainers: change ownership on cve-check-tool, nfs-utils, ttf-bitstream-vera and which

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10
Alejandro Hernandez [Wed, 12 Apr 2017 17:38:01 +0000 (10:38 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10

Updates to Linux 4.10.9

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
Alejandro Hernandez [Wed, 12 Apr 2017 17:38:00 +0000 (10:38 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Updates to Linux 4.9.21

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Wed, 12 Apr 2017 17:37:59 +0000 (10:37 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Updates to Linux 4.4.60

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Mon, 10 Apr 2017 07:37:52 +0000 (15:37 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Bump to the latest stable kernel for 4.4, 4,9 and 4.10.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-yocto-bsp: workaround the X malfunction on beaglebone
Kevin Hao [Sat, 8 Apr 2017 13:45:59 +0000 (21:45 +0800)] 
meta-yocto-bsp: workaround the X malfunction on beaglebone

After the change in kernel commit a291b6b3d287 ("ARM: dts:
am335x-boneblack: Add blue-and-red-wiring -property to LCDC node"),
the pixel format we support for 32bit bpp has been changed from
XRGB8888 to XBGR8888. But the fbdev created by modesetting driver use
the XRGB8888 format by default, this causes the X malfunction. There is
no easy way to adjust the pixel format of the fbdev created by the
modesetting driver. So we create a xorg.conf to use the 16bit bpp to
work around this issue.

[YOCTO #11267]

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky-world-exclude.inc: add python-pyqt
Paul Eggleton [Thu, 6 Apr 2017 02:17:20 +0000 (14:17 +1200)] 
poky-world-exclude.inc: add python-pyqt

python-pyqt in meta-qt4 is about to require sip 4.19 that only meta-oe
provides; as we only bring in meta-qt4 for LSB, there's no need to be
building this as part of world and it would fail without meta-oe anyway.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoyocto-bsp/i386 machine.cfg: Explicitly disable 64BIT
Saul Wold [Thu, 30 Mar 2017 16:27:46 +0000 (09:27 -0700)] 
yocto-bsp/i386 machine.cfg: Explicitly disable 64BIT

Since we do not set the 64 bit flags, newer kernels seem to build 64bit
config files by default. This is due to a hard-coded uname -m check that
selects the KBUILD_DEFCONFIG based on the host, not the cross target.

Similar to e9ec769926b2378e63380bd7762ce7ce201af151 in the yocto-kernel-cache repo

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>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Updates to Linux 4.4.56
Alejandro Hernandez [Wed, 29 Mar 2017 19:03:25 +0000 (12:03 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Updates to Linux 4.4.56

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10 Updates to Linux 4.10.5
Alejandro Hernandez [Wed, 29 Mar 2017 19:03:28 +0000 (12:03 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10 Updates to Linux 4.10.5

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9 Updates to Linux 4.9.17
Alejandro Hernandez [Wed, 29 Mar 2017 19:03:27 +0000 (12:03 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9 Updates to Linux 4.9.17

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1 Updates to Linux 4.1.38
Alejandro Hernandez [Wed, 29 Mar 2017 19:03:24 +0000 (12:03 -0700)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1 Updates to Linux 4.1.38

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>