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>
This commit is contained in:
Bruce Ashfield
2016-09-07 21:08:47 -04:00
committed by Richard Purdie
parent 50c4c79315
commit 27eacf6314
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3"
SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313"
SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"

View File

@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "3eab887a55424fc2c27553b7bfe32330df83f7b8"
SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313"
SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3"
SRCREV_machine_qemux86-64 ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3"
SRCREV_machine_qemumips64 ?= "a4793b209b32964533e37ebd28a72b757c0f651a"
SRCREV_machine ?= "a7d71794e4e38d2f861c1b1dbff761ae0b0836b3"
SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313"
SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"