diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-09-07 21:08:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-08 08:25:11 +0100 |
commit | 27eacf63147bbf39cd34b6df7fb7692e9182a103 (patch) | |
tree | 7e331d9b6008c65da86c6d7d6e9cef673a5ef1d6 /meta/recipes-kernel | |
parent | 50c4c79315e5e9373e42ec5d3bc08fd799f54f58 (diff) | |
download | poky-27eacf63147bbf39cd34b6df7fb7692e9182a103.tar.gz |
kernel-yocto: restore missing configuration meta data
Some of the meta-data from the 4.4 kernel was missing from the 4.8
branch. This resulted in some functionality drops and also a size/time
increase in the kernel build (due to debug being turned on).
With this resync, we now have the missing config restored.
(From OE-Core rev: eb0b4f05f89ae014953492ea7bc0afc9fef1abce)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.8.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb index c602bd3b2c..9fe0112fff 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" | 14 | SRCREV_machine ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" |
15 | SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313" | 15 | SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb index ea89eebe66..7ef5e7e834 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | |||
@@ -10,7 +10,7 @@ KMETA = "kernel-meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "3eab887a55424fc2c27553b7bfe32330df83f7b8" | 12 | SRCREV_machine ?= "3eab887a55424fc2c27553b7bfe32330df83f7b8" |
13 | SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313" | 13 | SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb index cf31d3c846..279c0db924 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.8.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" | |||
19 | SRCREV_machine_qemux86-64 ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" | 19 | SRCREV_machine_qemux86-64 ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" |
20 | SRCREV_machine_qemumips64 ?= "a4793b209b32964533e37ebd28a72b757c0f651a" | 20 | SRCREV_machine_qemumips64 ?= "a4793b209b32964533e37ebd28a72b757c0f651a" |
21 | SRCREV_machine ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" | 21 | SRCREV_machine ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3" |
22 | SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313" | 22 | SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |