summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-04-04 20:16:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 18:01:37 +0100
commitc6017ff064dee353dc971c1fe13f40b803c1a07c (patch)
tree9a5d46ddb4460ea25bda1598c35a2182e6c9d639 /meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
parent9c22995dd4af48aa22d8abbe01113d9f34a51dad (diff)
downloadpoky-c6017ff064dee353dc971c1fe13f40b803c1a07c.tar.gz
linux-yocto/3.8: atom-pc: Update atom-pc-preempt-rt.scc to reuse config from common-pc
Updating the meta branch SRCREV to pick up the following change: The atom-pc preempt-rt BSP was omitting the config from common-pc, resulting in very few drivers being built, including USB_STORAGE, preventing preliminary boot testing. Remove the "standard features" as those are covered by the common-pc scc files. (From OE-Core rev: 1e20b3cbc8da3e6729d3825c62422c0dd82e1577) Signed-off-by: Darren Hart <dvhart@linux.intel.com> 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-rt_3.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb2
1 files changed, 1 insertions, 1 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 7452a8f0bc..36943ccad2 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"
10 10
11SRCREV_machine ?= "abd0728b164f651292374e96251ee197b50e3c02" 11SRCREV_machine ?= "abd0728b164f651292374e96251ee197b50e3c02"
12SRCREV_machine_qemuppc ?= "1619988b773840ec546292a9cd65dda99d55b96c" 12SRCREV_machine_qemuppc ?= "1619988b773840ec546292a9cd65dda99d55b96c"
13SRCREV_meta ?= "f86199dd4c142fae61517a993b3f7162bb6d4f94" 13SRCREV_meta ?= "a601ed4fb7b68db2fb0198993f85590b1b90f758"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"