]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
9 years agolocal.conf.sample: add qemumips64
Yi Zhao [Fri, 8 Jan 2016 08:55:41 +0000 (16:55 +0800)] 
local.conf.sample: add qemumips64

Add the missing example machine configuration for qemumips64

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers.inc: remove x11vnc
Ross Burton [Wed, 6 Jan 2016 09:52:46 +0000 (09:52 +0000)] 
maintainers.inc: remove x11vnc

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto: drop qt4 references
Alexander Kanavin [Fri, 27 Nov 2015 14:05:10 +0000 (16:05 +0200)] 
meta-yocto: drop qt4 references

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 agoscripts/yocto-layer: Avoids duplication of "meta-" prefix
Humberto Ibarra [Wed, 9 Dec 2015 18:04:56 +0000 (12:04 -0600)] 
scripts/yocto-layer: Avoids duplication of "meta-" prefix

The yocto-layer script puts and extra "meta-" prefix on the given layer
name even when the prefix is already there. This fix avoids duplicating
the prefix in these situations.

The change was done inside the create subcommand since this is a parsing
specific to the layer creation. Parsing this in the main method of
yocto-layer was not the right way to go.

Before the change:

$ yocto-layer create meta-layer
[...]
New layer created in meta-meta-layer.

After the change:

$ yocto-layer create meta-layer
[...]
New layer created in meta-layer.

[YOCTO #8050]

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 agopoky-lsb/poky-tiny: update preferred kernel to 4.1
Bruce Ashfield [Thu, 26 Nov 2015 14:18:18 +0000 (09:18 -0500)] 
poky-lsb/poky-tiny: update preferred kernel to 4.1

The 3.14 LTSI kernel has been removed, so we bump the preferred
kernel version to 4.1.

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 agoyocto-bsp: remove 3.14 and 3.19 bbappends
Bruce Ashfield [Thu, 26 Nov 2015 14:17:36 +0000 (09:17 -0500)] 
yocto-bsp: remove 3.14 and 3.19 bbappends

The 3.14 and 3.19 kernel have been removed from oe-core, so we drop
our bbappends.

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 agoconf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-native
Ross Burton [Fri, 18 Dec 2015 16:56:18 +0000 (16:56 +0000)] 
conf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-native

Ubuntu 15.10 and Debian testing can't build qemu-native against the host libsdl.
Now that libsdl-native is buildable, comment out the ASSUME_PROVIDED which meant
it wouldn't be used.

[ YOCTO #8553 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto-bsp: remove 3.14 and 3.19 bbappends
Bruce Ashfield [Fri, 18 Dec 2015 20:52:23 +0000 (15:52 -0500)] 
meta-yocto-bsp: remove 3.14 and 3.19 bbappends

the 3.14 and 3.19 kernels have been removed from oe-core master, so
we drop the bbappens for the yocto reference BSPs.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agometa-yocto-bsp: Remove uvesafb (v86d) from generic x86 features
Jianxun Zhang [Tue, 15 Dec 2015 18:17:42 +0000 (10:17 -0800)] 
meta-yocto-bsp: Remove uvesafb (v86d) from generic x86 features

When uvesafb is automatically loaded during boot and FW doesn't
support legacy video bios and frame buffer, its user space helper
will throw error messages in kernel log:

[6.843790] uvesafb: Getting VBE info block failed (eax=0x4f00, err=1)
[6.843864] uvesafb: vbe_init() failed with -22
[6.843916] uvesafb: probe of uvesafb.0 failed with error -22

Assuming most x86 boards today don't really rely on this module, this
change simply removes it from the common feature list to get rid of
these harmless messages.

[YOCTO #6584]

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agometa-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no longer used
brian avery [Wed, 2 Dec 2015 18:47:11 +0000 (10:47 -0800)] 
meta-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no longer used

Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopoky.conf: Bump for 2.1 development
Beth Flanagan [Wed, 9 Dec 2015 14:38:18 +0000 (14:38 +0000)] 
poky.conf: Bump for 2.1 development

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agolinux-yocto: Update genericx86* BSPs to v4.1.13
Saul Wold [Tue, 1 Dec 2015 23:12:45 +0000 (15:12 -0800)] 
linux-yocto: Update genericx86* BSPs to v4.1.13

Update the 4.1 kernel to the lastest stable for the generixx86 meta-yocto-bsps

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agogma500_gfx: Avoid inserting gma500_gfx module for certain devices
Alejandro Hernandez [Mon, 9 Nov 2015 16:11:57 +0000 (16:11 +0000)] 
gma500_gfx: Avoid inserting gma500_gfx module for certain devices

The gma500_gfx driver will match certain devices on which it causes incorrect functionality,
we want to avoid inserting this module, basicallly blacklist it for specific hardware,
but still allow it to work on other hardware by default; usually when we have an already working system,
using udev rules would do the job, but since we are building it, it is impossible to blacklist
a driver when a certain udev rule matches, since rootfs isn't writeable at this point during boot time,
the solution is to use modprobe install, which runs a certain command instead of inserting a matching module,
this command needs to insert the module manually afterwards and have a flag --ignore-install
so it doesnt create an infinite loop executing itself everytime it wants to insert the module,
busybox's modprobe doesn't provide this functionality, so a small hack had to be used to avoid
the infite loop instead.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoyocto-bsp: Set SRCREV meta/machine revisions to AUTOREV
Leonardo Sandoval [Fri, 6 Nov 2015 14:37:38 +0000 (14:37 +0000)] 
yocto-bsp: Set SRCREV meta/machine revisions to AUTOREV

By default, checkout to latest revision from the machine branch specified by
the user.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
9 years agoyocto-bsp: Set KTYPE to user selected base branch
Leonardo Sandoval [Thu, 5 Nov 2015 22:43:55 +0000 (22:43 +0000)] 
yocto-bsp: Set KTYPE to user selected base branch

Fixes the hardcode branch name set to KTYPE, where its value is used as a base branch
when user decides to create a new branch. Tested on x86_64 architecture.

[YOCTO #8630]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
9 years agoyocto-bsp: Typo on the file extension
Leonardo Sandoval [Tue, 3 Nov 2015 18:35:14 +0000 (18:35 +0000)] 
yocto-bsp: Typo on the file extension

By mistake, the file initially had a wrong extension name, so changing to the
correct one.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
9 years agoyocto-bsp: Avoid duplication of user patches ({{=machine}}-user-patches.scc)
Leonardo Sandoval [Tue, 3 Nov 2015 16:35:37 +0000 (16:35 +0000)] 
yocto-bsp: Avoid duplication of user patches ({{=machine}}-user-patches.scc)

On linux-yocto-dev or linux-yocto_X.YY bbappend files, the SRC_URI includes
{{=machine}}-standard.scc, which in turn includes {{=machine}}-user-parches.scc,
thus there is no need to include it again on the corresponding bbappend file.

[YOCTO #8486]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
9 years agodistro/maintainers.inc: include stress package details
Maxin B. John [Fri, 6 Nov 2015 09:52:44 +0000 (11:52 +0200)] 
distro/maintainers.inc: include stress package details

Include stress package in maintainers.inc file

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agomaintainers: mass reassign and cleanup
Ross Burton [Mon, 2 Nov 2015 15:51:47 +0000 (15:51 +0000)] 
maintainers: mass reassign and cleanup

Remove several people who no longer should be considered owners of recipes,
reassign more to the new distro team, add new recipes and prune removed ones.

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 image-prelink by default"
Mark Hatle [Mon, 2 Nov 2015 22:59:37 +0000 (16:59 -0600)] 
Revert "local.conf.sample: Disable image-prelink by default"

This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836.

Prelink now works properly again.  Re-enable the functionality.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoyocto-bsp: Default kernel version to 4.1 on x86_64
Leonardo Sandoval [Tue, 3 Nov 2015 23:00:27 +0000 (23:00 +0000)] 
yocto-bsp: Default kernel version to 4.1 on x86_64

On the 3.19 to 4.1 migration, the target x86_64 was not taken into account
(no reason, just missing the correspoding update on the kernel-list.noinstall
file), so moving it to 4.1 to be align with the rest.

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 agometa-yocto/distro: Updated SANITY_TESTED_DISTROS.
Lucian Musat [Tue, 3 Nov 2015 09:12:59 +0000 (11:12 +0200)] 
meta-yocto/distro: Updated SANITY_TESTED_DISTROS.

Added Ubuntu 15.10.

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agometa-yocto/distro: Updated SANITY_TESTED_DISTROS.
Lucian Musat [Tue, 3 Nov 2015 09:09:51 +0000 (11:09 +0200)] 
meta-yocto/distro: Updated SANITY_TESTED_DISTROS.

Added poky 2.0 and Fedora 22.

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-yocto_4.1: Update SRCREV for genericx86*
Saul Wold [Thu, 29 Oct 2015 16:30:37 +0000 (09:30 -0700)] 
linux-yocto_4.1: Update SRCREV for genericx86*

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Boot test for all these boards.

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

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

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

[YOCTO #8243]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[YOCTO #7895]

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

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

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

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

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

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

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

That service is shutting down soon.

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

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

Add more missing owners.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[YOCTO #8000]

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

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

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

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

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

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

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

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

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

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

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

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

This addresses the warnings from the kernel configcheck:

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

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

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

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

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

[YOCTO #7478]

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

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

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

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

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

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

Boot test for all these boards.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)
Jussi Kukkonen [Thu, 7 May 2015 10:39:19 +0000 (13:39 +0300)] 
xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

This search mode was implemented on 2014-01-21

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

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

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

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

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

This fixes warnings in lsb builds.

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

info updated accordingly.

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

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

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

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

Added new package data, and cleaned up whitespace.

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

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

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

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

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

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

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

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

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

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

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

Flipping DISTRO_VERSION for post fido.

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

Add 3.19 kernel support and remove 3.10 and 3.17 support.

'Fixes' [YOCTO #7391].

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

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

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

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

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

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

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

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

[YOCTO #7325]

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

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

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

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

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

Fixes [YOCTO #6139].

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

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

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

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

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>