]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
9 years agoREADME.hardware: update Edgerouter section
Ed Bartosh [Fri, 14 Oct 2016 08:19:51 +0000 (11:19 +0300)] 
README.hardware: update Edgerouter section

Updated image creation instructions. Used wic images instead
of manually putting rootfs and kernel to SD card.

[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 agoedgerouter.conf: produce wic images for Edgerouter
Ed Bartosh [Fri, 14 Oct 2016 08:04:43 +0000 (11:04 +0300)] 
edgerouter.conf: produce wic images for Edgerouter

Added wic images to the list of default image types for Edgerouter
machine. Added required wic dependencies.

[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 agopoky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES
Robert Yang [Wed, 12 Oct 2016 08:47:22 +0000 (01:47 -0700)] 
poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES

Its IMAGE_FSTYPES is cpio.gz, not the default ext4 which is set in
qemuboot.bbclass. Now we can boot it by:
$ runqemu tmp/deploy/images/qemux86/ nographic

[YOCTO #7477]

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>
9 years agoREADME.hardware: update Beaglebone section
Ed Bartosh [Wed, 12 Oct 2016 10:36:12 +0000 (13:36 +0300)] 
README.hardware: update Beaglebone section

Updated image creation instructions. Used wic images instead
of manually partitioning SD card.

[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 agopoky.conf: fix DISTRO_VERSION
Ross Burton [Tue, 11 Oct 2016 21:50:17 +0000 (22:50 +0100)] 
poky.conf: fix DISTRO_VERSION

The autobuilder can't cope with this version format, work around
the issue for now.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky.conf: Bump version for 2.2.0 morty release
Richard Purdie [Tue, 11 Oct 2016 07:44:48 +0000 (08:44 +0100)] 
poky.conf: Bump version for 2.2.0 morty release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agogenericx86-common.inc: add dependency do_image_wic -> do_bootimg
Ed Bartosh [Mon, 10 Oct 2016 14:43:50 +0000 (17:43 +0300)] 
genericx86-common.inc: add dependency do_image_wic -> do_bootimg

do_image_wic depends on do_bootimg on genericx86 machines as it
copies files from hddimg/EFI/BOOT directory to boot partition.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoREADME.hardware: Update Genericx86 section
Saul Wold [Sun, 9 Oct 2016 15:24:24 +0000 (08:24 -0700)] 
README.hardware: Update Genericx86 section

This section was truly dated, update with newer hardware that is
being tested.

Update section on creating USB stick images using wic and alternate EFI_PROVIDER
information about systemd-boot.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agogenericx86-common.inc: produce EFI wic image
Ed Bartosh [Mon, 10 Oct 2016 08:02:06 +0000 (11:02 +0300)] 
genericx86-common.inc: produce EFI wic image

Used mkefidisk.wks as a default kickstart file for genericx86* machines.
Added dependency do_image_wic -> gptfdisk-native as wic uses sgdisk tool
from this package to set partition UUIDS.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: linux 4.4: bump to the latest stable version for non-x86 BSPs
Kevin Hao [Sat, 8 Oct 2016 07:45:59 +0000 (15:45 +0800)] 
linux-yocto: linux 4.4: bump to the latest stable version for 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 agolinux-yocto: linux 4.1: bump to the latest stable version for non-x86 BSPs
Kevin Hao [Sat, 8 Oct 2016 07:45:58 +0000 (15:45 +0800)] 
linux-yocto: linux 4.1: bump to the latest stable version for 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 agolinux-yocto: linux 4.8: bump to the final v4.8 release for non-x86 BSPs
Kevin Hao [Sat, 8 Oct 2016 07:45:57 +0000 (15:45 +0800)] 
linux-yocto: linux 4.8: bump to the final v4.8 release for 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 agomachine.cfg: Unset CONFIG_64BIT for qemu i386 architecture
Leonardo Sandoval [Sat, 1 Oct 2016 00:09:35 +0000 (19:09 -0500)] 
machine.cfg: Unset CONFIG_64BIT for qemu i386 architecture

In modern kernels, ARCH=x86 defaults to 64 bits, so explicitly
unset this word length for qemu i386 architectures.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.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 [Wed, 5 Oct 2016 22:08:13 +0000 (22:08 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8

Upgrades to Linux 4.8

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for x86-64 arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:41 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for x86-64 arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for PowerPC arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:40 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for PowerPC arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for qemu arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:34 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for qemu arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for i386 arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:37 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for i386 arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS64 arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:39 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS64 arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomachine.conf: Remove duplicate xserver choices
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:36 +0000 (16:53 -0500)] 
machine.conf: Remove duplicate xserver choices

All kernel choices today (linux-yocto_4.* and custom) have the same xserver options,
so remove the duplicate lines.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:38 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: linux-yocto recipes update (4.4 to 4.8) for arm arch
Leonardo Sandoval [Tue, 4 Oct 2016 21:53:35 +0000 (16:53 -0500)] 
yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for arm arch

[YOCTO #10301]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agobeaglebone.conf: produce wic images for Beaglebone
Ed Bartosh [Wed, 28 Sep 2016 09:29:02 +0000 (12:29 +0300)] 
beaglebone.conf: produce wic images for Beaglebone

Added wic images to the list of default image types for Beaglebone
machine. Added kernel image and device tree packages to the image
to make it bootable. Added required wic dependencies.

[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 agogenericx86-64.conf: Add SERIAL_CONSOLES_CHECK = "ttyS0"
California Sullivan [Wed, 28 Sep 2016 23:27:34 +0000 (16:27 -0700)] 
genericx86-64.conf: Add SERIAL_CONSOLES_CHECK = "ttyS0"

Trying to start getty on a non-existent console will spew I/O errors
into auth.log on some hardware. Avoid this behavior by checking that
ttyS0 is a console that exists.

Fixes [YOCTO #10291].

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers: Change maintainers for python(3) modules
Leonardo Sandoval [Mon, 26 Sep 2016 19:12:44 +0000 (14:12 -0500)] 
maintainers: Change maintainers for python(3) modules

New maintainers for python(3) modules: Edwin for python3 and Jose for
python2

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers: new maintainers in multiple recipes
Leonardo Sandoval [Mon, 26 Sep 2016 19:12:43 +0000 (14:12 -0500)] 
maintainers: new maintainers in multiple recipes

In order to load balance Alejandro H. there are new maintainers for the following
packages: aspell, bc, cronie, libusb(-compact), nfs-utils, pcmanfm, ruby, swig,
texinfo, tex-info-dummy-native, ttf-bitstream-vera, unzip and which.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: Change perl maintainer
Leonardo Sandoval [Mon, 26 Sep 2016 19:12:42 +0000 (14:12 -0500)] 
maintainers.inc: Change perl maintainer

Anibal agreed to maintain most perl related recipes (include perl and
perl-native).

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Updates genericx86* SRCREVs for linux-yocto 4.8
Alejandro Hernandez [Wed, 21 Sep 2016 16:17:52 +0000 (16:17 +0000)] 
linux-yocto: Updates genericx86* SRCREVs for linux-yocto 4.8

Upgrades to Linux 4.8-rc7

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 Upgrades to Linux 4.4.20
Alejandro Hernandez [Wed, 21 Sep 2016 18:56:24 +0000 (18:56 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Upgrades to Linux 4.4.20

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 Upgrades to Linux 4.1.32
Alejandro Hernandez [Wed, 21 Sep 2016 18:56:23 +0000 (18:56 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1 Upgrades to Linux 4.1.32

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto-bsp: bump to linux-yocto 4.8 for the non-x86 BSPs
Kevin Hao [Tue, 20 Sep 2016 15:22:59 +0000 (11:22 -0400)] 
meta-yocto-bsp: bump to linux-yocto 4.8 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>
9 years agometa-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs
Kevin Hao [Tue, 20 Sep 2016 15:22:58 +0000 (11:22 -0400)] 
meta-yocto-bsp: linux 4.4: bump to the latest stable version 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>
9 years agometa-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs
Kevin Hao [Tue, 20 Sep 2016 15:22:57 +0000 (11:22 -0400)] 
meta-yocto-bsp: linux 4.1: bump to the latest stable version 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>
9 years agogenericx86-common.inc: produce wic images
Ed Bartosh [Tue, 20 Sep 2016 09:15:59 +0000 (12:15 +0300)] 
genericx86-common.inc: produce wic images

Added wic images to the list of default image types for genericx86
and genericx86-64 machines. This is a first step of using wic as a
recommended way of creating images for reference BSPs.

[YOCTO #8719]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agogenericx86-common.inc: support boot by runqemu
Robert Yang [Mon, 19 Sep 2016 06:32:08 +0000 (23:32 -0700)] 
genericx86-common.inc: support boot by runqemu

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Adds new bbappend for genericx86 and genericx86-64 BSPs to support kerne...
Alejandro Hernandez [Tue, 6 Sep 2016 16:26:13 +0000 (16:26 +0000)] 
linux-yocto: Adds new bbappend for genericx86 and genericx86-64 BSPs to support kernel 4.8

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky: add Fedora-24 to SANITY_TESTED_DISTROS
Joshua Lock [Fri, 9 Sep 2016 12:04:48 +0000 (13:04 +0100)] 
poky: add Fedora-24 to SANITY_TESTED_DISTROS

We've had a builder in the Yocto Project Autobuilder cluster
using Fedora 24 for some time now, I think it's safe to say it's
tested.

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>
9 years agomaintainers.inc: add missing recipes
Alexander Kanavin [Mon, 12 Sep 2016 11:50:04 +0000 (14:50 +0300)] 
maintainers.inc: add missing recipes

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 agomaintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me
Alexander Kanavin [Fri, 15 Jul 2016 13:07:40 +0000 (16:07 +0300)] 
maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky: Update to linux-yocto 4.8 for qemu* machines
Richard Purdie [Wed, 31 Aug 2016 09:01:46 +0000 (10:01 +0100)] 
poky: Update to linux-yocto 4.8 for qemu* machines

This enables the 4.8 kernel nby default for the qemu machines.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Thu, 25 Aug 2016 15:38:24 +0000 (15:38 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Upgrades to Linux 4.4.18

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, 25 Aug 2016 15:38:23 +0000 (15:38 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Upgrades to Linux 4.1.30

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: update maintainers for Dengke
Robert Yang [Wed, 17 Aug 2016 03:12:30 +0000 (20:12 -0700)] 
maintainers.inc: update maintainers for Dengke

* Take recipes from Jussi Kukkonen
* Take recipes from Kai, Wenzong and Yi.

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>
9 years agoRevert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"
Richard Purdie [Fri, 19 Aug 2016 15:32:51 +0000 (16:32 +0100)] 
Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"

This reverts commit 85d30c28277a040420c2b2f25028ae1500da54db.

9 years agolocal.conf.sample: Disable ARM and PPC due to prelink test case failures
Mark Hatle [Thu, 18 Aug 2016 17:04:16 +0000 (12:04 -0500)] 
local.conf.sample: Disable ARM and PPC due to prelink test case failures

Internal prelink test cases reloc8 and reloc9 are failing on both ARM
and PPC systems.  Disable them by removing the prelink from the
IMAGE_CLASSES setting.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoRevert "local.conf.sample: Disable prelink by default"
Mark Hatle [Mon, 15 Aug 2016 21:29:34 +0000 (16:29 -0500)] 
Revert "local.conf.sample: Disable prelink by default"

This reverts commit 300f858ba07c938427ccd05a3d7220027a03d461.

Reenable prelink

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp/yocto-kernel: update to work with the latest kern-tools
Bruce Ashfield [Mon, 15 Aug 2016 18:27:00 +0000 (14:27 -0400)] 
yocto-bsp/yocto-kernel: update to work with the latest kern-tools

With some recent changes in the kern tools, we can drop some changes in
the yocto-bsp and yocto-kernel tools that ensured proper patching and
BSP inheritance.

In particular, we no longer need to signify the start of patching, and
we must instruct the tools that we only want configuration fragments
via inheritance .. no patches (since they are already applied).

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>
9 years agosystemd_boot: Enable module to test systemd bootloader
Jose Perez Carranza [Mon, 4 Jul 2016 21:15:07 +0000 (16:15 -0500)] 
systemd_boot: Enable module to test systemd bootloader

 Module systemd_boot created wtih a class "Systemdboot"
 and a test case "test_efi_systemdboot_images_can_be_built"
 to test new systemd bootloader.

 [YOCTO #9706]

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: add recently added recipes
Alexander Kanavin [Mon, 8 Aug 2016 14:08:25 +0000 (17:08 +0300)] 
maintainers.inc: add recently added recipes

Also fix up a few typos, and reassign piglit.

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 agolinux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alejandro Hernandez [Wed, 3 Aug 2016 20:29:33 +0000 (20:29 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

Upgrades to linux version 4.4.15

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 [Wed, 3 Aug 2016 20:29:32 +0000 (20:29 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Upgrades to linux version 4.1.28

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky: update supported distros
Jose Perez Carranza [Thu, 4 Aug 2016 20:26:32 +0000 (15:26 -0500)] 
poky: update supported distros

Update existing supported distros CentOS and OpenSuse to avoid
unsupported distro warning, Add SUSELINUX for leap version.
For Yocto Project releases 1.7 was dropped and 2.1,2.2 added.

[Yocto #10067]

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: remove augeas
Ross Burton [Tue, 2 Aug 2016 13:05:58 +0000 (14:05 +0100)] 
maintainers.inc: remove augeas

This has been removed from oe-core so we don't need to track the maintainer.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agouclibc: remove meta-yocto-bsp append
Ross Burton [Tue, 19 Jul 2016 19:44:17 +0000 (20:44 +0100)] 
uclibc: remove meta-yocto-bsp append

With the removal of uclibc from OE-Core, this is no longer needed.

Signed-off-by: Ross Burton <ross.burton@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 [Tue, 19 Jul 2016 16:46:25 +0000 (16:46 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

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 [Tue, 19 Jul 2016 16:46:24 +0000 (16:46 +0000)] 
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntax
Humberto Ibarra [Mon, 4 Jul 2016 20:33:34 +0000 (15:33 -0500)] 
scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntax

With the changes to migrate from optparse to argparse there was a syntax change that needs an update in the help. This is basically just the change of 'properties' and 'property' from positional arguments to options. This patch makes the required changes.

[YOCTO #8321]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: Refactor script to use argparse instead of optparse
Humberto Ibarra [Mon, 4 Jul 2016 20:33:33 +0000 (15:33 -0500)] 
yocto-bsp: Refactor script to use argparse instead of optparse

Optparse is deprecated and should be avoided. The arparse library is better suited and has more tools to handling the parsing of arguments. This patch makes necessary changes to migrate to the better library and uses arparse subcommand feature to improve organization of this script.

[YOCTO #8321]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/yocto-bsp: Removing version from yocto-bsp
Humberto Ibarra [Mon, 4 Jul 2016 20:33:32 +0000 (15:33 -0500)] 
scripts/yocto-bsp: Removing version from yocto-bsp

The version option is not maintained and is useless inside this script.
There is no reason for this script to have an independent version value.

[YOCTO #8321]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/engine.py: Add error message for wrong input file
Humberto Ibarra [Mon, 4 Jul 2016 19:54:53 +0000 (14:54 -0500)] 
scripts/lib/bsp/engine.py: Add error message for wrong input file

Format of properties file is expected to be a simple json detailing properties, if this format fails an exception is thrown. This patch adds a graceful error message to the case when the properties file has a wrong format.

[YOCTO #9750]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/help.py: Fixed pager for yocto-bsp help
Humberto Ibarra [Sat, 2 Jul 2016 18:17:56 +0000 (13:17 -0500)] 
scripts/lib/bsp/help.py: Fixed pager for yocto-bsp help

Python3 requires strings to be encoded as bytes before sending them through a subprocess pipe. The help.py file is not considering this and fails when issuing paged help commands. This patch adds this encoding to solve the problem.

[YOCTO #9868]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: Fixed typo in parameter that was causing exception
Humberto Ibarra [Fri, 1 Jul 2016 15:37:24 +0000 (10:37 -0500)] 
scripts: Fixed typo in parameter that was causing exception

There is a typo in the logging parameters, "filname" is being used instead of "filename" for yocto-kernel, yocto-layer and wic scripts. This didn't cause issues before since python 2 didn't validate unused parameters but with python >= 3.4.3 an exception is thrown. This patch fixes this parameter name.

[YOCTO #9834]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.
Robert P. J. Day [Mon, 4 Jul 2016 10:47:43 +0000 (06:47 -0400)] 
meta-yocto: Delete PREFERRED_VERSION for obsolete version of U-Boot.

The OE recipe for U-Boot v2013.07 was deleted in 2014, so remove this
reference to it.

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>
9 years agolocal.conf.sample.extended: drop RPM4 example
Paul Eggleton [Wed, 29 Jun 2016 03:09:16 +0000 (15:09 +1200)] 
local.conf.sample.extended: drop RPM4 example

We don't have RPM4 support anymore, so there's no point including this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky: drop unsupported distros
Joshua Lock [Fri, 1 Jul 2016 19:28:47 +0000 (20:28 +0100)] 
poky: drop unsupported distros

We're no longer building CentOS 6, Debian 7 or Fedora 21 on the
Autobuilder cluster.

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>
9 years agotoasterconf: exclude releases Toaster can't build
Ed Bartosh [Fri, 17 Jun 2016 10:32:33 +0000 (11:32 +0100)] 
toasterconf: exclude releases Toaster can't build

Due to the switch to Python 3, Toaster master can only build
with master and not with earlier releases.

Removed references to "jethro" and "krogoth" from toasterconf.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@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 libmad, add mpg123
Alexander Kanavin [Thu, 16 Jun 2016 11:00:59 +0000 (14:00 +0300)] 
maintainers.inc: remove libmad, add mpg123

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 agomaintainers.inc: reassign vala recipe
Alexander Kanavin [Thu, 16 Jun 2016 11:00:58 +0000 (14:00 +0300)] 
maintainers.inc: reassign vala 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 agolinux-yocto: Update SRCREV for genericx86* for 4.4 Upgrades to Linux version 4.4.13
Alejandro Hernandez [Tue, 14 Jun 2016 17:11:38 +0000 (17:11 +0000)] 
linux-yocto: Update SRCREV for genericx86* for 4.4 Upgrades to Linux version 4.4.13

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 agolinux-yocto: Update SRCREV for genericx86* for 4.1 Upgrades to Linux version 4.1.26
Alejandro Hernandez [Tue, 14 Jun 2016 17:11:37 +0000 (17:11 +0000)] 
linux-yocto: Update SRCREV for genericx86* for 4.1 Upgrades to Linux version 4.1.26

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 agoconf/distro: remove oprofileui
Ross Burton [Wed, 15 Jun 2016 09:54:54 +0000 (10:54 +0100)] 
conf/distro: remove oprofileui

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: add missing recipes
Alexander Kanavin [Thu, 9 Jun 2016 09:51:24 +0000 (12:51 +0300)] 
maintainers.inc: add missing recipes

Most of the additions are these:
1) Missing variants for a recipe (-native, -cross, etc.)
2) Recently added recipes; the maintainer is typically the person
who submitted the addition

If you disagree with the assignments, speak up!

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/engine.py: Added missing parentheses to string formatting
Humberto Ibarra [Thu, 9 Jun 2016 17:07:39 +0000 (12:07 -0500)] 
scripts/lib/bsp/engine.py: Added missing parentheses to string formatting

Commit ab75075e7941c8c2ec429c180976702cd311c978 broke the string formatting
for multiple arguments. Since parentheses were removed the formatting considers
only first argument instead of all of them. Fixed parentheses on the formatting.

[YOCTO #9723]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/kernel.py: python3: use explicit relative imports
Humberto Ibarra [Thu, 9 Jun 2016 17:07:38 +0000 (12:07 -0500)] 
scripts/lib/bsp/kernel.py: python3: use explicit relative imports

Have to convert implicit relative imports to explicit imports since
implicit relative imports are not supported on python3.

[YOCTO #9723]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/engine.py: Rename raw_input commands to input
Humberto Ibarra [Thu, 9 Jun 2016 17:07:37 +0000 (12:07 -0500)] 
scripts/lib/bsp/engine.py: Rename raw_input commands to input

According to https://docs.python.org/3/whatsnew/3.0.html python3
renamed 'raw_input' to 'input'. Making the appropiate changes for
this.

[YOCTO #9723]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/yocto-bsp: Fixed typo in parameter that was causing exception
Humberto Ibarra [Thu, 9 Jun 2016 16:01:40 +0000 (11:01 -0500)] 
scripts/yocto-bsp: Fixed typo in parameter that was causing exception

There is a typo in the logging parameters, "filname" is being used instead
of "filename". This didn't cause issues before since python 2 didn't
validate unused parameters but with python >= 3.4.3 an exception is
thrown. This patch fixes this parameter name.

[Yocto #9736]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/engine.py: Added missing keyword to fix syntax error
Humberto Ibarra [Mon, 6 Jun 2016 17:33:19 +0000 (12:33 -0500)] 
scripts/lib/bsp/engine.py: Added missing keyword to fix syntax error

Commit af9f6b88fcc5d7fddff01595f9bcf2aba548720 introduced a syntax
error in engine.py by removing keyword "in". This patch adds it back.

[Yocto #9719]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: change maintainer of db package
Maxin B. John [Mon, 6 Jun 2016 09:13:40 +0000 (12:13 +0300)] 
maintainers.inc: change maintainer of db package

As discussed in the mail, change db maintainership.
http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122460.html

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: change python to python3 in shebang
Ed Bartosh [Thu, 2 Jun 2016 10:13:02 +0000 (13:13 +0300)] 
scripts: python3: change python to python3 in shebang

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: decode subprocess output
Ed Bartosh [Thu, 2 Jun 2016 10:13:00 +0000 (13:13 +0300)] 
scripts: python3: decode subprocess output

stdeout and stderr content returned by subprocess API has different
types in Python 3(bytes) and Python 2(string). Decoding it to
'utf-8' makes it unicode on both pythons.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoengine: python3: replace iteritems() -> items()
Ed Bartosh [Thu, 2 Jun 2016 10:12:58 +0000 (13:12 +0300)] 
engine: python3: replace iteritems() -> items()

Used items() as iteritems() doesn't exist in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: replace exec statement with builtin
Ed Bartosh [Thu, 2 Jun 2016 10:12:57 +0000 (13:12 +0300)] 
scripts: python3: replace exec statement with builtin

Used exec() builtin instead of 'exec' statement as
this statement doesn't exist in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: use explicit relative imports
Ed Bartosh [Thu, 2 Jun 2016 10:12:56 +0000 (13:12 +0300)] 
scripts: python3: use explicit relative imports

Implicit relative imports within packages are not supported in
python 3. They have to be converted to explicit imports.

Used 'from .module import' syntax for relative imports.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoengine.py: python3: rename sys.maxint to sys.maxsize
Ed Bartosh [Thu, 2 Jun 2016 10:12:55 +0000 (13:12 +0300)] 
engine.py: python3: rename sys.maxint to sys.maxsize

Renamed sys.maxint -> sys.maxsize as sys.maxint doesn't
exist in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: use new metaclass syntax
Ed Bartosh [Thu, 2 Jun 2016 10:12:53 +0000 (13:12 +0300)] 
scripts: python3: use new metaclass syntax

Used metaclass=<metaclass> syntax instead old
__metaclass__ = <metaclass> as only new one is supported
in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: rename raw_input to input
Ed Bartosh [Thu, 2 Jun 2016 10:12:49 +0000 (13:12 +0300)] 
scripts: python3: rename raw_input to input

Renamed raw_input to input as raw_input does not
exist in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky: Add Ubuntu 16.04 to tested/supported list since I run it myself
Richard Purdie [Thu, 2 Jun 2016 09:36:59 +0000 (10:36 +0100)] 
poky: Add Ubuntu 16.04 to tested/supported list since I run it myself

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts: python3: Use print function
Ed Bartosh [Mon, 30 May 2016 15:14:46 +0000 (18:14 +0300)] 
scripts: python3: Use print function

Used print function instead of print statement to make
the code work in python 3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsps: Update to 4.1 to include musb fixes
Richard Purdie [Wed, 25 May 2016 15:16:32 +0000 (11:16 -0400)] 
yocto-bsps: Update to 4.1 to include musb fixes

This fixes issues compiling musb for beaglebone.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsps: update to 4.1.24
Richard Purdie [Wed, 25 May 2016 15:16:32 +0000 (11:16 -0400)] 
yocto-bsps: update to 4.1.24

Updating the h/w reference BSPs to the korg stable 4.1.24, and
for gcc6 compilation fixes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsps: update to 4.4.11
Bruce Ashfield [Wed, 25 May 2016 15:16:32 +0000 (11:16 -0400)] 
yocto-bsps: update to 4.4.11

Updating the h/w reference BSPs to the korg stable 4.4.11, and
for gcc6 compilation fixes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto-bsp: Enable xf86 modeset for beaglebone
Edwin Plauchu [Mon, 9 May 2016 18:18:30 +0000 (13:18 -0500)] 
meta-yocto-bsp: Enable xf86 modeset for beaglebone

The modesetting driver is better than fbdev driver. This patch is enabling so for beaglebone BSP (Without 3D accelaration).

[YOCTO #7561]

Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update SRCREV for genericx86* for 4.4
Alejandro Hernandez [Fri, 13 May 2016 16:58:46 +0000 (16:58 +0000)] 
linux-yocto: Update SRCREV for genericx86* for 4.4

Upgrades to Linux version 4.4.10

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update SRCREV for genericx86* for 4.1
Alejandro Hernandez [Fri, 13 May 2016 16:58:45 +0000 (16:58 +0000)] 
linux-yocto: Update SRCREV for genericx86* for 4.1

Upgrades to Linux version 4.1.22

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoscripts/lib/bsp/kernel.py: force patching when branch is machine branch is re-use
Leonardo Sandoval [Mon, 25 Apr 2016 09:40:22 +0000 (09:40 +0000)] 
scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re-use

When a branch is re-used, the kernel tools turns off any patch pushing unless
'mark patching' is explicitly set.

[YOCTO #9120]

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>
9 years agopoky: Switch to post release name/version
Richard Purdie [Fri, 29 Apr 2016 06:40:56 +0000 (07:40 +0100)] 
poky: Switch to post release name/version

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky-tiny: Switch to using kernel 4.4 and busybox for init
Khem Raj [Thu, 7 Apr 2016 07:05:58 +0000 (07:05 +0000)] 
poky-tiny: Switch to using kernel 4.4 and busybox for init

busybox based init system is available and used in many
other distributions e.g. buildroot, therefore use that
combination with mdev gives a scalable image and chance
to execute sysvinit scripts as well, adding nothing to
image size.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agotoasterconf.json: Update for krogoth release
Belen Barros Pena [Mon, 18 Apr 2016 15:08:18 +0000 (16:08 +0100)] 
toasterconf.json: Update for krogoth release

Update the Toaster configuration file in the meta-poky layer to include
the Yocto Project 2.1 release.

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agotoasterconf.json: Remove fido from supported configurations
Belen Barros Pena [Mon, 25 Jan 2016 10:47:37 +0000 (11:47 +0100)] 
toasterconf.json: Remove fido from supported configurations

It looks like the master branch will no longer build with the Fido
release, so remove all references to fido and make sure that the file
sets up local, master and jethro releases.

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4
Robert Yang [Sun, 10 Apr 2016 14:22:11 +0000 (07:22 -0700)] 
poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.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>