Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage
@ 2015-08-11  8:22 zhe.he
  2015-08-11  8:22 ` [PATCH 1/1] " zhe.he
  2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
  0 siblings, 2 replies; 5+ messages in thread
From: zhe.he @ 2015-08-11  8:22 UTC (permalink / raw)
  To: openembedded-core

From: He Zhe <zhe.he@windriver.com>

The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:

  bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib zhe/kernel-uboot
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=zhe/kernel-uboot

for you to fetch changes up to 925eb33167a5510d9d2ec76b0d3e1c2f3f109008:

  kernel: Correct mishandling of linux.bin for building uImage (2015-08-11 03:37:27 -0400)

----------------------------------------------------------------
He Zhe (1):
      kernel: Correct mishandling of linux.bin for building uImage

 meta/classes/kernel-uboot.bbclass | 1 -
 1 file changed, 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] kernel: Correct mishandling of linux.bin for building uImage
  2015-08-11  8:22 [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage zhe.he
@ 2015-08-11  8:22 ` zhe.he
  2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
  1 sibling, 0 replies; 5+ messages in thread
From: zhe.he @ 2015-08-11  8:22 UTC (permalink / raw)
  To: openembedded-core

From: He Zhe <zhe.he@windriver.com>

Building uImage fails when KEEPUIMAGE is not "yes".
Remove wrong removal of linux.bin before compressing it.

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
 meta/classes/kernel-uboot.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/kernel-uboot.bbclass b/meta/classes/kernel-uboot.bbclass
index 8ab30b8..345e7f5 100644
--- a/meta/classes/kernel-uboot.bbclass
+++ b/meta/classes/kernel-uboot.bbclass
@@ -12,7 +12,6 @@ uboot_prep_kimage() {
 	${OBJCOPY} -O binary -R .note -R .comment -S "${vmlinux_path}" linux.bin
 
 	if [ "${linux_comp}" != "none" ] ; then
-		rm -f linux.bin
 		gzip -9 linux.bin
 		mv -f "linux.bin${linux_suffix}" linux.bin
 	fi
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage
  2015-08-11  8:22 [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage zhe.he
  2015-08-11  8:22 ` [PATCH 1/1] " zhe.he
@ 2015-08-14  2:50 ` He Zhe
  2015-08-24  3:24   ` He Zhe
  1 sibling, 1 reply; 5+ messages in thread
From: He Zhe @ 2015-08-14  2:50 UTC (permalink / raw)
  To: openembedded-core

Ping.

On 08/11/2015 04:22 PM, zhe.he@windriver.com wrote:
> From: He Zhe <zhe.he@windriver.com>
>
> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
>
>   bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
>
> are available in the git repository at:
>
>   git://git.yoctoproject.org/poky-contrib zhe/kernel-uboot
>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=zhe/kernel-uboot
>
> for you to fetch changes up to 925eb33167a5510d9d2ec76b0d3e1c2f3f109008:
>
>   kernel: Correct mishandling of linux.bin for building uImage (2015-08-11 03:37:27 -0400)
>
> ----------------------------------------------------------------
> He Zhe (1):
>       kernel: Correct mishandling of linux.bin for building uImage
>
>  meta/classes/kernel-uboot.bbclass | 1 -
>  1 file changed, 1 deletion(-)
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage
  2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
@ 2015-08-24  3:24   ` He Zhe
  2015-09-01  7:12     ` He Zhe
  0 siblings, 1 reply; 5+ messages in thread
From: He Zhe @ 2015-08-24  3:24 UTC (permalink / raw)
  To: openembedded-core

Ping.

On 08/14/2015 10:50 AM, He Zhe wrote:
> Ping.
>
> On 08/11/2015 04:22 PM, zhe.he@windriver.com wrote:
>> From: He Zhe <zhe.he@windriver.com>
>>
>> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
>>
>>   bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.yoctoproject.org/poky-contrib zhe/kernel-uboot
>>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=zhe/kernel-uboot
>>
>> for you to fetch changes up to 925eb33167a5510d9d2ec76b0d3e1c2f3f109008:
>>
>>   kernel: Correct mishandling of linux.bin for building uImage (2015-08-11 03:37:27 -0400)
>>
>> ----------------------------------------------------------------
>> He Zhe (1):
>>       kernel: Correct mishandling of linux.bin for building uImage
>>
>>  meta/classes/kernel-uboot.bbclass | 1 -
>>  1 file changed, 1 deletion(-)
>>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage
  2015-08-24  3:24   ` He Zhe
@ 2015-09-01  7:12     ` He Zhe
  0 siblings, 0 replies; 5+ messages in thread
From: He Zhe @ 2015-09-01  7:12 UTC (permalink / raw)
  To: openembedded-core

Ping.

On 08/24/2015 11:24 AM, He Zhe wrote:
> Ping.
>
> On 08/14/2015 10:50 AM, He Zhe wrote:
>> Ping.
>>
>> On 08/11/2015 04:22 PM, zhe.he@windriver.com wrote:
>>> From: He Zhe <zhe.he@windriver.com>
>>>
>>> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
>>>
>>>   bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.yoctoproject.org/poky-contrib zhe/kernel-uboot
>>>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=zhe/kernel-uboot
>>>
>>> for you to fetch changes up to 925eb33167a5510d9d2ec76b0d3e1c2f3f109008:
>>>
>>>   kernel: Correct mishandling of linux.bin for building uImage (2015-08-11 03:37:27 -0400)
>>>
>>> ----------------------------------------------------------------
>>> He Zhe (1):
>>>       kernel: Correct mishandling of linux.bin for building uImage
>>>
>>>  meta/classes/kernel-uboot.bbclass | 1 -
>>>  1 file changed, 1 deletion(-)
>>>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-01  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  8:22 [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage zhe.he
2015-08-11  8:22 ` [PATCH 1/1] " zhe.he
2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
2015-08-24  3:24   ` He Zhe
2015-09-01  7:12     ` He Zhe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox