From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] kernel.bbcalss: Added do_savedefconfig task.
Date: Thu, 04 Aug 2011 07:53:34 -0700 [thread overview]
Message-ID: <4E3AB26E.1060306@linux.intel.com> (raw)
In-Reply-To: <1312288218-15909-1-git-send-email-noor_ahsan@mentor.com>
On 08/02/2011 05:30 AM, Noor, Ahsan wrote:
> * Added do_savedefconfig task to kernel.bbclass.
>
> Signed-off-by: Noor, Ahsan<noor_ahsan@mentor.com>
> ---
> meta/classes/kernel.bbclass | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
> index 25d2629..f2f05b1 100644
> --- a/meta/classes/kernel.bbclass
> +++ b/meta/classes/kernel.bbclass
> @@ -197,6 +197,12 @@ kernel_do_configure() {
>
> do_configure[depends] += "${INITRAMFS_TASK}"
>
> +do_savedefconfig() {
> + oe_runmake savedefconfig
> +}
> +do_savedefconfig[nostamp] = "1"
> +addtask savedefconfig after do_configure
> +
> pkg_postinst_kernel () {
> cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
> }
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2011-08-04 14:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-02 12:30 [PATCH] kernel.bbcalss: Added do_savedefconfig task Noor, Ahsan
2011-08-02 13:19 ` Koen Kooi
2011-08-04 14:53 ` 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=4E3AB26E.1060306@linux.intel.com \
--to=sgw@linux.intel.com \
--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.