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-rt_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-rt_4.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 4 |
1 files changed, 2 insertions, 2 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 26b309d8b8..e70523a307 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb @@ -11,8 +11,8 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "b99b6fac437104e206d30540a5cb12103049af1e" -SRCREV_meta ?= "87e5fc8b7cb387f197cdd098cdde4e96e9e8ed0d" +SRCREV_machine ?= "ab1036645c083ebb30fee3eab591b0c3b5040ebb" +SRCREV_meta ?= "d7a58814eee97e7bf410e418ad087a1f7bb05ab9" 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}" |