From: Saul Wold <sgw@linux.intel.com>
To: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] packagegroup-self-hosted: recommend kernel modules instead of depending on them
Date: Thu, 18 Oct 2012 13:11:26 -0700 [thread overview]
Message-ID: <5080626E.1020509@linux.intel.com> (raw)
In-Reply-To: <1349862074-13950-1-git-send-email-marcin.juszkiewicz@linaro.org>
On 10/10/2012 02:41 AM, Marcin Juszkiewicz wrote:
> Requested kernel modules may be integrated in kernel or totally disabled
> as not needed on target.
>
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
> .../packagegroups/packagegroup-self-hosted.bb | 15 +++++++++------
> 1 file changed, 9 insertions(+), 6 deletions(-)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
> index de0a46d..19f5a16 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
> @@ -4,7 +4,7 @@
>
> SUMMARY = "Self-hosting"
> DESCRIPTION = "Packages required to run the build system"
> -PR = "r11"
> +PR = "r12"
> LICENSE = "MIT"
>
> inherit packagegroup
> @@ -37,11 +37,6 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
> genext2fs \
> hdparm \
> iptables \
> - kernel-module-tun \
> - kernel-module-iptable-raw \
> - kernel-module-iptable-nat \
> - kernel-module-iptable-mangle \
> - kernel-module-iptable-filter \
> lsb \
> mc \
> parted \
> @@ -50,6 +45,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
> vte \
> "
>
> +RRECOMMENDS_packagegroup-self-hosted-host-tools = "\
> + kernel-module-tun \
> + kernel-module-iptable-raw \
> + kernel-module-iptable-nat \
> + kernel-module-iptable-mangle \
> + kernel-module-iptable-filter \
> + "
> +
> # eglibc-utils: for rpcgen
> RDEPENDS_packagegroup-self-hosted-sdk = "\
> autoconf \
>
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-10-18 20:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 9:41 [PATCH] packagegroup-self-hosted: recommend kernel modules instead of depending on them Marcin Juszkiewicz
2012-10-18 20:11 ` Saul Wold [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=5080626E.1020509@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=marcin.juszkiewicz@linaro.org \
--cc=openembedded-core@lists.openembedded.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.