All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux: add bbappend for generic cases
@ 2020-02-25  6:47 Lee Chee Yang
  2020-02-25 13:33 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Chee Yang @ 2020-02-25  6:47 UTC (permalink / raw)
  To: meta-virtualization

From: Chee Yang Lee <chee.yang.lee@intel.com>

add generic .bbappend for linux kernel recipe to allow
all linux kernel recipe with name "linux-%" to enjoy the
kernel config from virtualization layer.

[YOCTO #13727]

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
---
 recipes-kernel/linux/linux-%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-kernel/linux/linux-%.bbappend

diff --git a/recipes-kernel/linux/linux-%.bbappend b/recipes-kernel/linux/linux-%.bbappend
new file mode 100644
index 0000000..20eeba9
--- /dev/null
+++ b/recipes-kernel/linux/linux-%.bbappend
@@ -0,0 +1 @@
+require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'linux-yocto_virtualization.inc', '', d)}
-- 
2.7.4


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

end of thread, other threads:[~2020-02-26 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25  6:47 [PATCH] linux: add bbappend for generic cases Lee Chee Yang
2020-02-25 13:33 ` [meta-virtualization] " Bruce Ashfield
2020-02-25 13:37   ` Richard Purdie
2020-02-25 13:41     ` Bruce Ashfield
2020-02-26 14:30   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.