From: "Lee Chee Yang" <chee.yang.lee@intel.com>
To: meta-virtualization@lists.yoctoproject.org
Subject: [PATCH] linux: add bbappend for generic cases
Date: Tue, 25 Feb 2020 14:47:01 +0800 [thread overview]
Message-ID: <1582613221-56653-1-git-send-email-chee.yang.lee@intel.com> (raw)
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
next reply other threads:[~2020-02-25 6:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 6:47 Lee Chee Yang [this message]
2020-02-25 13:33 ` [meta-virtualization] [PATCH] linux: add bbappend for generic cases Bruce Ashfield
2020-02-25 13:37 ` Richard Purdie
2020-02-25 13:41 ` Bruce Ashfield
2020-02-26 14:30 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1582613221-56653-1-git-send-email-chee.yang.lee@intel.com \
--to=chee.yang.lee@intel.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.