Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-24 Thread Otavio Salvador
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

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-24 Thread b40...@freescale.com
-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}/

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-23 Thread Otavio Salvador
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} . > >

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-23 Thread Otavio Salvador
-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

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-22 Thread b40...@freescale.com
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

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-15 Thread Otavio Salvador
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. >

Re: [OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-15 Thread b40...@freescale.com
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

[OE-core] [PATCH v4] u-boot.inc: fix rename image error

2015-03-11 Thread Chunrong Guo
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