On Tue, Mar 24, 2015 at 4:34 AM, b40...@freescale.com
wrote:
> Thank you for your comments.
>
> But I do not understand what "old one" is.
If you build a 2014.10 and next a 2015.01 version in a roll, you
cannot infer the version in deploy or pick previous release (as
possible in kernel).
--
Ota
-B40290
Cc: Patches and discussions about the oe-core layer; Burton, Ross
Subject: Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error
Hello Chunrong,
On Wed, Mar 11, 2015 at 6:40 AM, Chunrong Guo wrote:
> Resolve mismatch between U-Boot configs and uboot image name.
> The ${S}/
Hello Chunrong,
On Wed, Mar 11, 2015 at 6:40 AM, Chunrong Guo wrote:
> Resolve mismatch between U-Boot configs and uboot image name.
> The ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} may alway be false
> and repeat compile or install so we need to check if ${type} match
> ${config} .
>
>
-B19537; Guo Chunrong-B40290; Guo
> Chunrong-B40290
> Subject: [OE-core][PATCH v4] u-boot.inc: fix rename image error
>
> Resolve mismatch between U-Boot configs and uboot image name.
> The ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} may alway be false
> and repeat co
Ping.
-Original Message-
From: Chunrong Guo [mailto:b40...@freescale.com]
Sent: Wednesday, March 11, 2015 5:40 PM
To: openembedded-core@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo
Chunrong-B40290
Subject: [OE-core][PATCH v4] u-boot.inc: fix
15 5:40 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo
> Chunrong-B40290
> Subject: [OE-core][PATCH v4] u-boot.inc: fix rename image error
>
> Resolve mismatch between U-Boot configs and uboot image name.
>
Pings.
-Original Message-
From: Chunrong Guo [mailto:b40...@freescale.com]
Sent: Wednesday, March 11, 2015 5:40 PM
To: openembedded-core@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo
Chunrong-B40290
Subject: [OE-core][PATCH v4] u-boot.inc: fix
Resolve mismatch between U-Boot configs and uboot image name.
The ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} may alway be false
and repeat compile or install so we need to check if ${type} match ${config} .
Signed-off-by: Chunrong Guo
---
meta/recipes-bsp/u-boot/u-boot.inc | 85