summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-06-24 08:44:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-27 12:20:35 +0100
commit469f037b3b7c73a8aeb362eccca935618388d4ea (patch)
tree7bcd396965e2bccd45a48b2a6abad16a18556e11 /meta/recipes-kernel/linux/linux-yocto_5.0.bb
parent6c742d74917a736e8125170bd5adb3ccf7a2eb5c (diff)
downloadpoky-469f037b3b7c73a8aeb362eccca935618388d4ea.tar.gz
linux-yocto/5.0: make scsi-debug include scsi core configs
Updating the scsi-debug fragment to include the core scsi config options. This allows standalone use of the fragment, since all supporting options will be enabled simply by including the top level config in a BSP. This also removes a configuration warning on qemuarm, since we will no longer have missing / unavailable options during the config audit. (From OE-Core rev: c65826e96a77928938fef69fc0cbc65ec7431cb2) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
index 5bc2d54916..d4d30853f0 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
@@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
21SRCREV_machine_qemux86-64 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" 21SRCREV_machine_qemux86-64 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
22SRCREV_machine_qemumips64 ?= "5a8b27bcc0b16077ab8edfcd3fb25c80dc2c652e" 22SRCREV_machine_qemumips64 ?= "5a8b27bcc0b16077ab8edfcd3fb25c80dc2c652e"
23SRCREV_machine ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" 23SRCREV_machine ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
24SRCREV_meta ?= "97eac3146504a2348543b8b8859f44a7b8f0d590" 24SRCREV_meta ?= "eb6ef084f987441359145c41cadcbdd768eeb012"
25 25
26# remap qemuarm to qemuarma15 for the 5.0 kernel 26# remap qemuarm to qemuarma15 for the 5.0 kernel
27# KMACHINE_qemuarm ?= "qemuarma15" 27# KMACHINE_qemuarm ?= "qemuarma15"