summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-24 14:57:50 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:47 +0000
commit9dbc258b3fbea54e2eff53f0c0cbee8ab97fcc02 (patch)
tree6db5319e3903f477514294fd4fb6921de25b756b /meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
parent4dbe239ff4e9dbe0216a554a806d41537c82cfb4 (diff)
downloadpoky-9dbc258b3fbea54e2eff53f0c0cbee8ab97fcc02.tar.gz
linux-yocto/3.19: configuration updates and stable import
Updating the 3.19 SRCREVs to pick up the korg 3.19.2 release, as well as the following meta data changes: ed82e1ac3196 features: soc: fix typo in baytrail.cfg 76bc151242d7 tiny.cfg: Enable BINFMT_SCRIPT (From OE-Core rev: 486c40b6d9566e882c841f0cb398612ba70256e7) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index 98ffc5a3cc..d5a07dd689 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "3.19.1" 7LINUX_VERSION ?= "3.19.2"
8 8
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "8c38c1015bbb5fc121018f67ed45a7eb2f357cfe" 12SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
13SRCREV_meta ?= "e3303ca4bd7d7a5a3d9a9a9a9467c4c70db4258d" 13SRCREV_meta ?= "8fc194deced3f83e78b0671c6ff8b45bdb7f80e7"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16