]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
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>
8 years agomaintainers.inc: Add maintainers to go-native and vulkan software package recipes
Leonardo Sandoval [Mon, 27 Mar 2017 23:56:39 +0000 (16:56 -0700)] 
maintainers.inc: Add maintainers to go-native and vulkan software package recipes

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agolinux-yocto: drop 4.8 recipes
Richard Purdie [Tue, 28 Mar 2017 14:09:41 +0000 (15:09 +0100)] 
linux-yocto: drop 4.8 recipes

We have 4.1 (LTSI), 4.4 (LTS), 4.9 (LTS/LTSI) and 4.10 available in
master. 4.8 is no longer required, so we drop the recipe to keep
the version selection under control.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agorecipes-kernel: Skip kernel version check on kernel templates
Leonardo Sandoval [Tue, 28 Mar 2017 04:32:43 +0000 (21:32 -0700)] 
recipes-kernel: Skip kernel version check on kernel templates

Currently, SRCREV is set to AUTOREV, causing mismatch between PV and the kernel
version shown in the makefile (see below to see the bitbake log). The solution
is to skip this check, suggesting to remove it once SRCREV is locked.

ERROR: linux-yocto-4.10+gitAUTOINC+01f18cba44_53be19cad6-r0.1 do_kernel_version_sanity_check: Package Version (4.10+gitAUTOINC+01f18cba44_53be19cad6) does not match of kernel being built (4.10.5). Please update the PV variable to match the kernel source or set KERNEL_VERSION_SANITY_SKIP="1" in your recipe.
ERROR: linux-yocto-4.10+gitAUTOINC+01f18cba44_53be19cad6-r0.1 do_kernel_version_sanity_check: Function failed: do_kernel_version_sanity_check (log file is located at /home/lsandov1/poky2/build/tmp/work/myqemu-poky-linux/linux-yocto/4.10+gitAUTOINC+01f18cba44_53be19cad6-r0.1/temp/log.do_kernel_version_sanity_check.26904)
ERROR: Logfile of failure stored in: /home/lsandov1/poky2/build/tmp/work/myqemu-poky-linux/linux-yocto/4.10+gitAUTOINC+01f18cba44_53be19cad6-r0.1/temp/log.do_kernel_version_sanity_check.26904
ERROR: Task (/home/lsandov1/poky2/meta/recipes-kernel/linux/linux-yocto_4.10.bb:do_kernel_version_sanity_check) failed with exit code '1

[YOCTO #11064]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoscripts/contrib: scripts that updates kernel templates
Leonardo Sandoval [Sat, 25 Mar 2017 04:41:12 +0000 (21:41 -0700)] 
scripts/contrib: scripts that updates kernel templates

Updating the kernel templates (those use by the yocto-bsp script) is a mechanical
process (and prone to errors) which consists of copying latest kernel template then
applying string replacements from old to new kernel version. This script collects
these commands allowing quick updates in the future.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoscripts/lib/bsp/substrate: kernel templates for 4.10
Leonardo Sandoval [Sat, 25 Mar 2017 04:40:51 +0000 (21:40 -0700)] 
scripts/lib/bsp/substrate: kernel templates for 4.10

New set of templates that target the 4.10 kernel version.

[YOCTO #11174]

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: Remove superfluous OVERRIDES in machine conf files
Robert P. J. Day [Thu, 16 Mar 2017 11:40:42 +0000 (07:40 -0400)] 
meta-yocto-bsp: Remove superfluous OVERRIDES in machine conf files

In machine configuration files, there is no need to use OVERRIDES that
match the precise machine being defined, so remove them for clarity
and consistency from these lines in those respective files:

  PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.10%"
  PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.10%"
  UBOOT_MACHINE_mpc8315e-rdb = "MPC8315ERDB_config"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agomaintainers list: add self to libpcre2 as maintainer
Armin Kuster [Tue, 14 Mar 2017 02:51:00 +0000 (19:51 -0700)] 
maintainers list: add self to libpcre2 as maintainer

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agogenericx86-common: Update .inc file's PREFERRED_VERSION
Saul Wold [Wed, 15 Mar 2017 04:08:58 +0000 (21:08 -0700)] 
genericx86-common: Update .inc file's PREFERRED_VERSION

Since the genericx86*.conf file directly set PREFERRED_VERSION remove it
from here to avoid confusion.

Signed-off-by: Saul Wold <sgw@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 [Thu, 16 Mar 2017 11:23:29 +0000 (19:23 +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. Also set
the default kernel to 4.10.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: make 4.10 the qemu* default
Bruce Ashfield [Mon, 27 Feb 2017 03:12:34 +0000 (22:12 -0500)] 
poky: make 4.10 the qemu* default

Boot tested against 4.10 with qemu* + musl and glibc.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky-tiny: Bump default kernel version to 4.9
Alejandro Hernandez [Tue, 28 Feb 2017 20:42:08 +0000 (20:42 +0000)] 
poky-tiny: Bump default kernel version to 4.9

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky-tiny.conf: Adds poky-tiny to DISTROOVERRIDES, so we can re-set DISTRO dependant...
Alejandro Hernandez [Wed, 1 Mar 2017 22:16:52 +0000 (22:16 +0000)] 
poky-tiny.conf: Adds poky-tiny to DISTROOVERRIDES, so we can re-set DISTRO dependant variables such as the kernel accordingly

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, 1 Mar 2017 23:51:38 +0000 (23:51 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agogenericx86-64: Updates PREFERRED_VERSION to use kernel 4.10
Alejandro Hernandez [Wed, 1 Mar 2017 23:51:37 +0000 (23:51 +0000)] 
genericx86-64: Updates PREFERRED_VERSION to use kernel 4.10

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agogenericx86: Updates PREFERRED_VERSION to use kernel 4.10
Alejandro Hernandez [Wed, 1 Mar 2017 23:51:36 +0000 (23:51 +0000)] 
genericx86: Updates PREFERRED_VERSION to use kernel 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: Adds new bbappend to support 4.10 on genericx86 and genericx86-64 platforms
Alejandro Hernandez [Wed, 1 Mar 2017 23:51:35 +0000 (23:51 +0000)] 
linux-yocto: Adds new bbappend to support 4.10 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 agopoky.conf: prune SANITY_TESTED_DISTROS
Joshua Lock [Wed, 15 Feb 2017 13:38:00 +0000 (13:38 +0000)] 
poky.conf: prune SANITY_TESTED_DISTROS

Remove several old/untested distros from the list:
* poky-1.8 and poky-2.0 are no longer supported releases
* ubuntu-14.04 is an LTS but we plan to remove it from the
  project's autobuilder cluster as the kernel is old and
  it doesn't use systemd -- therefore this will no longer
  be tested.
* ubuntu-14.10 and ubuntu-15.10 are no longer supported
* fedora-22 and fedora-23 are EOL
* opensuse-13.2 is discontinued

Add opensuse-42.2, it's the openSUSE version we run on the Yocto
Project autobuilder cluster.

The distro support plan is documented on the Yocto Project wiki:

https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan

they are easily summarised as:
- Fedora: most recent 2 releases
- Ubuntu: most recent LTS and latest release, unless they are the same
  in which case the most recent 2 releases
- CentOS: latest release
- openSUSE: latest release

Signed-off-by: Joshua Lock <joshua.g.lock@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, 3 Feb 2017 18:25:24 +0000 (18:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9

Updates to Linux 4.9.6

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.8
Alejandro Hernandez [Fri, 3 Feb 2017 18:25:23 +0000 (18:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8

Updates to Linux 4.8.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.4
Alejandro Hernandez [Fri, 3 Feb 2017 18:25:22 +0000 (18:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Updates to Linux 4.4.41

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, 3 Feb 2017 18:25:21 +0000 (18:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Updates to Linux 4.1.37

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 [Wed, 8 Feb 2017 08:27:50 +0000 (16: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.1, 4.4, 4,8 and 4.9. Also set
the default kernel to 4.9.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoyocto-bsps: add 4.9 bbappend
Bruce Ashfield [Wed, 1 Feb 2017 15:43:19 +0000 (10:43 -0500)] 
yocto-bsps: add 4.9 bbappend

Introduce a 4.9 bbappend for the h/w reference BSPs. Since 4.8 will
be removed, we need to have this file in place.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: Follow OE-Core recipe specific sysroot version bump
Richard Purdie [Mon, 23 Jan 2017 23:27:48 +0000 (23:27 +0000)] 
poky: Follow OE-Core recipe specific sysroot version bump

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: add fedora-25 to the SANITY_TESTED_DISTROS
Benjamin Esquivel [Tue, 17 Jan 2017 16:48:19 +0000 (10:48 -0600)] 
poky: add fedora-25 to the SANITY_TESTED_DISTROS

I have tested Fedora 25 enough times to add it to the tested distros
list. Additionally, in Guadalajara's staging autobuilder has been
tested for some time now so it is safe to put it in.

Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopoky: Switch to post release name/version
Joshua Lock [Mon, 16 Jan 2017 16:06:54 +0000 (16:06 +0000)] 
poky: Switch to post release name/version

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 16.10 as supported distro
Richard Purdie [Wed, 11 Jan 2017 10:18:00 +0000 (10:18 +0000)] 
poky: Add Ubuntu 16.10 as supported distro

I'm this locally on my build machine so its likely to work.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agogummiboot: Remove gummiboot tests
Alejandro Hernandez [Thu, 1 Dec 2016 21:08:01 +0000 (15:08 -0600)] 
gummiboot: Remove gummiboot tests

Since we replaced gummiboot with systemd-boot
along with its tests, the gummiboot tests are
no longer necessary.

[YOCTO #10332]

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 agompc8315e-rdb: move wks file to wic/ directory
Ed Bartosh [Mon, 9 Jan 2017 20:56:45 +0000 (22:56 +0200)] 
mpc8315e-rdb: move wks file to wic/ directory

Moved mpc8315e-rdb.wks from scripts/lib/wic/canned-wks/ to
layer wic/ directory to gather all wks files for reference
BSPs in one place.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoREADME.hardware: update MPC8315E-RDB section
Ed Bartosh [Mon, 9 Jan 2017 20:16:53 +0000 (22:16 +0200)] 
README.hardware: update MPC8315E-RDB section

Added instructions to flash and boot device from USB stick.

[YOCTO #8719]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoedgerouter: add edgerouter.wks
Ed Bartosh [Mon, 9 Jan 2017 18:33:01 +0000 (20:33 +0200)] 
edgerouter: add edgerouter.wks

Currently edgerouter machine uses sdimage-bootpart.wks from
scripts/lib/wic/canned-wks. It'd be easier to find this file
if it's name contains machine name and it's located in the same
layer.

Added edgerouter.wks to meta-yocto-bsp/wic/ to make it independent
from changes in oe-core and easier to maintain.

[YOCTO #8719]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agogenericx86: add genericx86.wks
Ed Bartosh [Mon, 9 Jan 2017 21:34:27 +0000 (23:34 +0200)] 
genericx86: add genericx86.wks

Currently genericx86* machines use mkefidisk.wks from
scripts/lib/wic/canned-wks. It'd be easier to find this file
if it's name contains machine name and it's located in the same
layer.

Added genericx86.wks to meta-yocto-bsp/wic/ to make it independent
from changes in oe-core and easier to maintain.

[YOCTO #8719]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agompc8315e-rdb.conf: produce wic images for MPC8315
Ed Bartosh [Thu, 22 Dec 2016 20:27:05 +0000 (22:27 +0200)] 
mpc8315e-rdb.conf: produce wic images for MPC8315

Added wic images to the list of default image types for mpc8315e-rdb
machine. Configured wic sdimage-boot plugin to put u-boot.bin, kernel
and device tree on the first partition.

[YOCTO #8719]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agobeaglebone: add beaglebone.wks
Ed Bartosh [Thu, 22 Dec 2016 21:14:57 +0000 (23:14 +0200)] 
beaglebone: add beaglebone.wks

Currently beaglebone machine uses sdimage-bootpart.wks from
scripts/lib/wic/canned-wks. It'd be easier to find this file
if it's name contains machine name and it's located in the same
layer.

Added beaglebone.wks to meta-yocto-bsp/wic/ to make it independent
on changes in oe-core and easier to maintain.

[YOCTO #8719]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoexample-recipe: Fix LDFLAGS compilation issue on newly created recipes
Alejandro Hernandez [Tue, 13 Dec 2016 16:41:12 +0000 (10:41 -0600)] 
example-recipe: Fix LDFLAGS compilation issue on newly created recipes

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>
9 years agomaintainers.inc: re-assign pcmanfm, so it has same owner as libfm
Alexander Kanavin [Fri, 16 Dec 2016 15:27:11 +0000 (17:27 +0200)] 
maintainers.inc: re-assign pcmanfm, so it has same owner as libfm

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agou-boot/beaglebone: Select Beaglebone Black target specifically.
Kristian Amlie [Fri, 16 Dec 2016 07:32:48 +0000 (08:32 +0100)] 
u-boot/beaglebone: Select Beaglebone Black target specifically.

The am335x_evm_config target has a subtle problem which is not present
in the am335x_boneblack_config target: When booting from an external
MMC card, the internal MMC is not accessible using the former target.

This problem was introduced in U-Boot in commit 80b24fcd3083515e6b961,
due to the addition of the CONFIG_DM_MMC option, and the
am335x_boneblack_config target does not have this problem.

Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoedgerouter.conf: enable generation of wic.bmap
Ed Bartosh [Fri, 9 Dec 2016 17:46:26 +0000 (19:46 +0200)] 
edgerouter.conf: enable generation of wic.bmap

Enabled generation of block map(bmap) files for wic images
built for edgerouter machine. This should simplify flashing
images with bmaptool.

[YOCTO #10621]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agobeaglebone.conf: enable generation of wic.bmap
Ed Bartosh [Fri, 9 Dec 2016 13:12:50 +0000 (15:12 +0200)] 
beaglebone.conf: enable generation of wic.bmap

Enabled generation of block map(bmap) files for wic images
built for beaglebone machine. This should simplify flashing
images with bmaptool.

[YOCTO #10621]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agogenericx86 & x86-base: Update PREFERRED_VERSION for 4.8 kernel
Saul Wold [Mon, 5 Dec 2016 18:11:43 +0000 (10:11 -0800)] 
genericx86 & x86-base: Update PREFERRED_VERSION for 4.8 kernel

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>
9 years agometa-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Kevin Hao [Fri, 9 Dec 2016 03:10:25 +0000 (11:10 +0800)] 
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs

Boot test for all these boards.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agogenericx86-common: enable generation of wic.bmap
Ed Bartosh [Wed, 7 Dec 2016 13:47:07 +0000 (15:47 +0200)] 
genericx86-common: enable generation of wic.bmap

Enabled generation of block map(bmap) files for wic images
built for genericx86 and genericx86-64 machines. This should
simplify flashing images with bmaptool.

[YOCTO #10621]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoedgerouter.py: avoid python3 exception
Juro Bystricky [Sat, 10 Dec 2016 17:13:38 +0000 (09:13 -0800)] 
edgerouter.py: avoid python3 exception

This fixes an error such as:

Exception: File "/master/poky/meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py", line 47
    self.image_fstype = self.get_image_fstype(d)
TabError: inconsistent use of tabs and spaces in indentation

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8
Alejandro Hernandez [Thu, 8 Dec 2016 17:25:21 +0000 (17:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8

Updates to Linux 4.8.12
- Includes CVE-2016-8655

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Thu, 8 Dec 2016 17:25:20 +0000 (17:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Updates to Linux 4.4.36
- Includes CVE-2016-8655

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1
Alejandro Hernandez [Thu, 8 Dec 2016 17:25:19 +0000 (17:25 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Updates to Linux 4.1.36
- Includes CVE-2016-8655

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolibc-package.bbclass: split binary localedata even more if asked to
Andreas Oberritter [Thu, 1 Dec 2016 12:37:32 +0000 (13:37 +0100)] 
libc-package.bbclass: split binary localedata even more if asked to

If GLIBC_SPLIT_LC_PACKAGES is set to a non-zero value, convert
glibc-binary-localedata-XX-YY to be a meta package depending on
glibc-binary-localedata-XX-YY-lc-address and so on. This enables
saving quite some space if someone doesn't need LC_COLLATE for
example.

Some regex code was removed from output_locale_binary_rdepends,
because legitimize_package_name already converts to lowercase.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoconf: Remove redundant toasterconf.json file
Michael Wood [Wed, 23 Nov 2016 12:26:44 +0000 (12:26 +0000)] 
conf: Remove redundant toasterconf.json file

We no longer use this file to start toaster. Toaster's configuration is
setup by Toaster itself using the standard Django data fixtures.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto-bsp: bump to the latest stable linux kernel for the non-x86 BSPs
Kevin Hao [Wed, 7 Dec 2016 05:52:47 +0000 (13:52 +0800)] 
meta-yocto-bsp: bump to the latest stable linux kernel for the non-x86 BSPs

Boot test for all these boards.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers: Change maintainers for python(3) modules
Jose Lamego [Wed, 16 Nov 2016 21:45:57 +0000 (15:45 -0600)] 
maintainers: Change maintainers for python(3) modules

Some packages with recipes for both python2 and python3
must be upgraded simultaneously to avoid version conflicts
due to common dependencies.
This change distributes responsibilities to provide
a single maintainer for related recipes.

Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: remove libwnck3 recipe
Alexander Kanavin [Tue, 1 Nov 2016 15:27:52 +0000 (17:27 +0200)] 
maintainers.inc: remove libwnck3 recipe

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>
9 years agoconf: Remove legacy X input drivers
Jussi Kukkonen [Wed, 26 Oct 2016 09:14:26 +0000 (12:14 +0300)] 
conf: Remove legacy X input drivers

xf86-input-libinput is RRECOMMENDed by xserver-xorg, these
legacy drivers are not needed.

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>