summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-06-09 12:26:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-11 23:59:19 +0100
commit94aa0d5408f71a2e9fd48fd2c0e283acfc9ac2a2 (patch)
treee2b2811f6f193698a2df89b5389db8a32dcce8b1 /meta-yocto
parentf268480d3185b968843c50e3ddeede79c7711a8d (diff)
downloadpoky-94aa0d5408f71a2e9fd48fd2c0e283acfc9ac2a2.tar.gz
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] (From meta-yocto rev: 07aa58ca651016ddb50fb3ff03194ddd02b2bcc3) 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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index aa60e770b7..f4a772e142 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -37,7 +37,7 @@ DISTRO = "poky-tiny"
37# Distro config is evaluated after the machine config, so we have to explicitly 37# Distro config is evaluated after the machine config, so we have to explicitly
38# set the kernel provider to override a machine config. 38# set the kernel provider to override a machine config.
39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
40PREFERRED_VERSION_linux-yocto-tiny = "3.14%" 40PREFERRED_VERSION_linux-yocto-tiny ?= "3.19%"
41 41
42# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny 42# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
43#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" 43#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"