From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Steve Sakoman <steve@sakoman.com>
Subject: Re: [PATCH v2] Remove last remnants of kernel26 MACHINE_FEATURES
Date: Wed, 11 Jan 2012 22:26:55 -0800 [thread overview]
Message-ID: <4F0E7D2F.3020502@linux.intel.com> (raw)
In-Reply-To: <1325911915-16001-1-git-send-email-steve@sakoman.com>
On 01/06/2012 08:51 PM, Steve Sakoman wrote:
> There is no reason to continue to carry this feature
>
> Signed-off-by: Steve Sakoman<steve@sakoman.com>
> ---
> meta/conf/bitbake.conf | 1 -
> meta/conf/machine/include/qemu.inc | 2 +-
> .../update-modules/update-modules_1.0.bb | 4 ++--
> 3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index b858364..336b1d7 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -685,7 +685,6 @@ OES_BITBAKE_CONF = "1"
> # Machine properties and task-base stuff
> ##################################################################
>
> -MACHINE_FEATURES ?= "kernel26"
> DISTRO_FEATURES ?= ""
>
> # This is used to limit what packages goes into images built, so set big by default
> diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
> index 3cebfab..10ab76e 100644
> --- a/meta/conf/machine/include/qemu.inc
> +++ b/meta/conf/machine/include/qemu.inc
> @@ -1,7 +1,7 @@
> PCMCIA_MANAGER = "pcmciautils"
> PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
>
> -MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
> +MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
>
> IMAGE_FSTYPES ?= "tar.bz2 ext3"
>
> diff --git a/meta/recipes-kernel/update-modules/update-modules_1.0.bb b/meta/recipes-kernel/update-modules/update-modules_1.0.bb
> index 1ea97a8..dc44965 100644
> --- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb
> +++ b/meta/recipes-kernel/update-modules/update-modules_1.0.bb
> @@ -3,8 +3,8 @@ SECTION = "base"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
>
> -RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
> -PR = "r10"
> +RDEPENDS_${PN} = "module-init-tools-depmod"
> +PR = "r11"
>
> SRC_URI = "file://update-modules \
> file://COPYING.GPL"
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-01-12 23:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-07 4:51 [PATCH v2] Remove last remnants of kernel26 MACHINE_FEATURES Steve Sakoman
2012-01-12 6:26 ` 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=4F0E7D2F.3020502@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=steve@sakoman.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.