All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 05/10] linux-yocto-dev: add features/scsi/scsi-debug.scc features/gpio/mockup.scc to KERNEL_FEATURES
Date: Sun, 18 Apr 2021 20:06:27 -0400	[thread overview]
Message-ID: <3d1ef130f657b62fa09c58cde630e0ca731b9843.1618790681.git.bruce.ashfield@gmail.com> (raw)
In-Reply-To: <cover.1618790681.git.bruce.ashfield@gmail.com>

From: He Zhe <zhe.he@windriver.com>

Add features/scsi/scsi-debug.scc and features/gpio/mockup.scc to
KERNEL_FEATURES to meet ptest requirement as what we did for other
linux-yocto*.

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 8725473d1c..ee41d612fd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -50,5 +50,7 @@ KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc
 KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
 KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc"
 KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}"
+KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}"
+KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}"
 
 KERNEL_VERSION_SANITY_SKIP = "1"
-- 
2.19.1


  parent reply	other threads:[~2021-04-19  0:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19  0:06 [PATCH 00/10] kernel: consolidated pull request Bruce Ashfield
2021-04-19  0:06 ` [PATCH 01/10] kern-tools: add dropped options to audit output Bruce Ashfield
2021-04-19  0:06 ` [PATCH 02/10] linux-yocto/5.4: update to v5.4.109 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 03/10] linux-yocto/5.10: update to v5.10.27 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 04/10] linux-yocto/5.10: BSP configuration fixes Bruce Ashfield
2021-04-19  0:06 ` Bruce Ashfield [this message]
2021-04-19  0:06 ` [PATCH 06/10] linux-yocto/5.10: update to v5.10.29 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 07/10] linux-yocto/5.4: update to v5.4.111 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 08/10] linux-yocto/5.10: update to v5.10.30 Bruce Ashfield
2021-04-20  3:06   ` [OE-core] " Naveen Saini
2021-04-20  3:20     ` Bruce Ashfield
2021-04-19  0:06 ` [PATCH 09/10] linux-yocto-rt/5.10: update to -rt34 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 10/10] linux-yocto/5.4: update to v5.4.112 Bruce Ashfield
2021-04-20  3:09   ` [OE-core] " Naveen Saini

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=3d1ef130f657b62fa09c58cde630e0ca731b9843.1618790681.git.bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.