diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-03 19:53:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 17:58:55 +0100 |
commit | 9f3ff1f907a0cf65d8aff82134463c4321d4b1e2 (patch) | |
tree | 62e46e28e806800910690c7225b3267860d899d8 /meta | |
parent | 3570cf11b7dfa6991c43bb041abb9d47cc6f0d70 (diff) | |
download | openembedded-core-9f3ff1f907a0cf65d8aff82134463c4321d4b1e2.tar.gz openembedded-core-9f3ff1f907a0cf65d8aff82134463c4321d4b1e2.tar.bz2 openembedded-core-9f3ff1f907a0cf65d8aff82134463c4321d4b1e2.zip |
linux-yocto/3.8: fix atom-pc config audit warnings
The atom-pc was referencing some invalid and unecessary config
options that are causing kernel config audit warnings.
With this SRCREV update, the configuration is clean against the
3.8 kernel.
[YOCTO #3490]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb index 3632a28650..7452a8f0bc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb @@ -10,7 +10,7 @@ KMETA = "meta" SRCREV_machine ?= "abd0728b164f651292374e96251ee197b50e3c02" SRCREV_machine_qemuppc ?= "1619988b773840ec546292a9cd65dda99d55b96c" -SRCREV_meta ?= "70dac5a56c245ca01d2d4e18fc2c9fb112749bf3" +SRCREV_meta ?= "f86199dd4c142fae61517a993b3f7162bb6d4f94" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index c589fa00eb..f1dfbc4afe 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb @@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "f8848d222d1fcd1ebc517d28f289735621708449" SRCREV_machine_qemux86 ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42" SRCREV_machine_qemux86-64 ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42" SRCREV_machine ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42" -SRCREV_meta ?= "70dac5a56c245ca01d2d4e18fc2c9fb112749bf3" +SRCREV_meta ?= "f86199dd4c142fae61517a993b3f7162bb6d4f94" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |