From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Sakib Sajal <sakib.sajal@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] linux-yocto-dev: add features/gpio/mockup.scc to KERNEL_FEATURES
Date: Mon, 12 Apr 2021 11:11:51 -0400 [thread overview]
Message-ID: <20210412151148.GA37904@gmail.com> (raw)
In-Reply-To: <20210409160327.8738-1-sakib.sajal@windriver.com>
He Zhe already sent this, so I grabbed that patch.
Bruce
In message: [OE-core] [PATCH] linux-yocto-dev: add features/gpio/mockup.scc to KERNEL_FEATURES
on 09/04/2021 Sakib Sajal wrote:
> add features/gpio/mockup.scc to KERNEL_FEATURES when
> ptest is enabled as it is required for testing libgpiod.
>
> Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-dev.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
> index 8725473d1c..b3947bf213 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
> @@ -50,5 +50,6 @@ 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/gpio/mockup.scc", "", d)}"
>
> KERNEL_VERSION_SANITY_SKIP = "1"
> --
> 2.25.1
>
>
>
>
prev parent reply other threads:[~2021-04-12 15:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 16:03 [PATCH] linux-yocto-dev: add features/gpio/mockup.scc to KERNEL_FEATURES Sakib Sajal
2021-04-12 15:11 ` Bruce Ashfield [this message]
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=20210412151148.GA37904@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=sakib.sajal@windriver.com \
/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.