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:03 +0100 |
commit | eb0b4f05f89ae014953492ea7bc0afc9fef1abce (patch) | |
tree | 12c873d7a15278abfb6bfa57574ba184d8e53997 /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | |
parent | 614227f28a023fe148307e0d85a5e9b8d9b74372 (diff) | |
download | openembedded-core-eb0b4f05f89ae014953492ea7bc0afc9fef1abce.tar.gz openembedded-core-eb0b4f05f89ae014953492ea7bc0afc9fef1abce.tar.bz2 openembedded-core-eb0b4f05f89ae014953492ea7bc0afc9fef1abce.zip |
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 <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "3eab887a55424fc2c27553b7bfe32330df83f7b8" -SRCREV_meta ?= "8cb7317502c2577f8c83eaf1c061603023824313" +SRCREV_meta ?= "dd820fa5f7079ac75338f0484151e6454db06951" PV = "${LINUX_VERSION}+git${SRCPV}" |