Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] qemu.inc: Fix typo for KERNEL_FEATURES
@ 2013-09-13  6:42 Saul Wold
  2013-09-13  8:47 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2013-09-13  6:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: bjorn.arnelid

Thans to Bjorn Arnelid for finding this

Cc: bjorn.arnelid@xdin.com

[YOCTO #5173]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/conf/machine/include/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index a78622d..8557777 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -26,4 +26,4 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
 
 # Provide the nfs server kernel module for all qemu images
-KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
+KERNEL_FEATURES_append_pn_linux-yocto = " features/nfsd/nfsd-enable.scc"
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-13 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13  6:42 [PATCH] qemu.inc: Fix typo for KERNEL_FEATURES Saul Wold
2013-09-13  8:47 ` Martin Jansa
2013-09-13  9:19   ` Paul Eggleton
2013-09-13 13:49     ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox