From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] allow KERNEL_IMAGEDEST to be redefined
Date: Fri, 02 Jul 2010 12:14:26 -0700 [thread overview]
Message-ID: <4C2E3A92.7010504@mentor.com> (raw)
In-Reply-To: <1278091939-24947-1-git-send-email-jims@russound.com>
Jim Sheldon wrote:
> Signed-off-by: Jim Sheldon <jims@russound.com>
> ---
> classes/kernel.bbclass | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
> index b0c6534..d9c9eed 100644
> --- a/classes/kernel.bbclass
> +++ b/classes/kernel.bbclass
> @@ -59,7 +59,7 @@ KERNEL_LD = "${LD}${KERNEL_LDSUFFIX} ${HOST_LD_KERNEL_ARCH}"
>
> # Where built kernel lies in the kernel tree
> KERNEL_OUTPUT ?= "arch/${ARCH}/boot/${KERNEL_IMAGETYPE}"
> -KERNEL_IMAGEDEST = "boot"
> +KERNEL_IMAGEDEST ?= "boot"
>
> #
> # configuration
OK, so there's nothing wrong with how this or the u-boot one are done,
but why? Thanks!
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2010-07-02 19:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-02 17:32 [PATCH] allow KERNEL_IMAGEDEST to be redefined Jim Sheldon
2010-07-02 19:14 ` Tom Rini [this message]
2010-07-02 19:22 ` Jim Sheldon
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=4C2E3A92.7010504@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@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.