diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-11-16 09:24:31 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:09 +0000 |
commit | b91469ac21825a86eb7a71f1e91206719061bcaa (patch) | |
tree | 22c8a8f841630bb29f374a8ca60a2a32ba305efe /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | |
parent | 74408c19fba89de54c093fccf65b3a072d6a197b (diff) | |
download | openembedded-core-b91469ac21825a86eb7a71f1e91206719061bcaa.tar.gz openembedded-core-b91469ac21825a86eb7a71f1e91206719061bcaa.tar.bz2 openembedded-core-b91469ac21825a86eb7a71f1e91206719061bcaa.zip |
linux-yocto/4.8: fix cryptodev compilation error
It was reported that compilation was broken for the in tree variant of
cryptodev. This commit integrates two patches that fix the issue:
efbdfa1ed95f cryptodev: stomp dynamic version numbering for in tree builds
32f54070205f cryptodev: fix compile error when enable CONFIG_CRYPTODEV
Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 | 4 |
1 files changed, 2 insertions, 2 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 63dd11baa1..ab7a47ef7f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.8.6" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "9d5f74f941c3ca234f58ff8e539f5ca64458c0a7" -SRCREV_meta ?= "87e5fc8b7cb387f197cdd098cdde4e96e9e8ed0d" +SRCREV_machine ?= "efbdfa1ed95f7f0b4243351ffdb2d30e58308aeb" +SRCREV_meta ?= "d7a58814eee97e7bf410e418ad087a1f7bb05ab9" PV = "${LINUX_VERSION}+git${SRCPV}" |