From eb0b4f05f89ae014953492ea7bc0afc9fef1abce Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 7 Sep 2016 21:08:47 -0400 Subject: 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. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.8.bb') 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" 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}" -- cgit v1.2.3