From: Darren Hart <dvhart@linux.intel.com>
To: Tom Zanussi <tom.zanussi@intel.com>
Cc: saul.wold@intel.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] bootimg: Use STAGING_KERNEL_DIR
Date: Thu, 05 Jul 2012 14:29:33 -0700 [thread overview]
Message-ID: <4FF6073D.7070709@linux.intel.com> (raw)
In-Reply-To: <1341518766.6761.50.camel@trz-ThinkPad-T420>
On 07/05/2012 01:06 PM, Tom Zanussi wrote:
> On Thu, 2012-07-05 at 11:08 -0700, Darren Hart wrote:
>> bootimg.bbclass using STAGING_DIR_HOST/kernel instead of
>> STAGING_KERNEL_DIR, resulting in build failure of live images.
>>
>> | install: cannot stat `/usr/local/dev/yocto/fishriver-test/build/tmp/sysroots/fishriver/kernel/bzImage': No such file or directory
>>
>> Replace it with STAGING_KERNEL_DIR.
>>
>> UNTESTED - PLEASE TEST PRIOR TO PULL.
>
> Fixed the build problem here.
>
> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
Great. I'm getting bags packed and kids ready to go. Can someone please
pull this one in and clean up the commit log to remove the UNTESTED line
and add Tom's Tested-by?
Thanks,
Darren
>
>>
>> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>> CC: tom.zanussi@intel.com
>> CC: saul.wold@intel.com
>> CC: nitin.a.kamble@intel.com
>> ---
>> meta/classes/bootimg.bbclass | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
>> index 370b378..a4c0e8d 100644
>> --- a/meta/classes/bootimg.bbclass
>> +++ b/meta/classes/bootimg.bbclass
>> @@ -63,7 +63,7 @@ populate() {
>> install -d ${DEST}
>>
>> # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use.
>> - install -m 0644 ${STAGING_DIR_HOST}/kernel/bzImage ${DEST}/vmlinuz
>> + install -m 0644 ${STAGING_KERNEL_DIR}/bzImage ${DEST}/vmlinuz
>>
>> if [ -n "${INITRD}" ] && [ -s "${INITRD}" ]; then
>> install -m 0644 ${INITRD} ${DEST}/initrd
>
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2012-07-05 21:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-05 18:08 [PATCH] bootimg: Use STAGING_KERNEL_DIR Darren Hart
2012-07-05 20:06 ` Tom Zanussi
2012-07-05 21:29 ` Darren Hart [this message]
2012-07-06 8:39 ` Richard Purdie
2012-07-06 5:24 ` Kamble, Nitin A
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=4FF6073D.7070709@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=saul.wold@intel.com \
--cc=tom.zanussi@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox