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 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

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

2015-03-24 Thread b40...@freescale.com
: 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 b40...@freescale.com 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
; 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 compile or install so we need to check

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 b40...@freescale.com 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

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 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

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

2015-03-15 Thread Otavio Salvador
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. The ${S}/${config}/u-boot-${type

[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 b40...@freescale.com ---