Re: [meta-freescale] u-boot-fscl 2017.03 fails with cubox-i

2017-04-25 Thread Fabio Berton

Hi Ricardo,

Thanks for reporting this.

This fix has already merged on master, please update your layer.

Fabio

On 04/24/2017 07:41 PM, Ricardo Salveti wrote:

Hey,

Looks like the rebased u-boot-fscl patches are not working right with
the 2017.03 u-boot release, and the update to u-boot-fscl 2017.03
caused the cubox-i build to fail.

Looking at 
https://github.com/Freescale/u-boot-fslc/commit/e5b76d93d475ca0108f420e1e491c6024ff14e6b
and 
https://github.com/Freescale/u-boot-fslc/commit/b4227954508ac995e9ded35ea055456788a2e807,
seems that CONFIG_PARTITION_UUIDS doesn't need to be defined there
anymore, as kconfig is already defining it now:

u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/configs/mx6cuboxi.h:74:0:
warning: "CONFIG_CMD_PART" redefined
 #define CONFIG_CMD_PART

In file included from
tmp-rpb-glibc/work/cubox_i-linaro-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/linux/kconfig.h:4:0,
 from :0:
include/generated/autoconf.h:69:0: note: this is the location of the
previous definition
 #define CONFIG_CMD_PART 1

Simply removing that definition was enough for the build to succeed.

Thanks,


--
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] u-boot-fscl 2017.03 fails with cubox-i

2017-04-24 Thread Ricardo Salveti
On Mon, Apr 24, 2017 at 7:41 PM, Ricardo Salveti  wrote:
> Hey,
>
> Looks like the rebased u-boot-fscl patches are not working right with
> the 2017.03 u-boot release, and the update to u-boot-fscl 2017.03
> caused the cubox-i build to fail.
>
> Looking at 
> https://github.com/Freescale/u-boot-fslc/commit/e5b76d93d475ca0108f420e1e491c6024ff14e6b
> and 
> https://github.com/Freescale/u-boot-fslc/commit/b4227954508ac995e9ded35ea055456788a2e807,
> seems that CONFIG_PARTITION_UUIDS doesn't need to be defined there
> anymore, as kconfig is already defining it now:
>
> u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/configs/mx6cuboxi.h:74:0:
> warning: "CONFIG_CMD_PART" redefined
>  #define CONFIG_CMD_PART
>
> In file included from
> tmp-rpb-glibc/work/cubox_i-linaro-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/linux/kconfig.h:4:0,
>  from :0:
> include/generated/autoconf.h:69:0: note: this is the location of the
> previous definition
>  #define CONFIG_CMD_PART 1

Sorry, missing the CONFIG_PARTITION_UUIDS build failure log (and
showing that CONFIG_CMD_PART also got a similar issue, caused by
https://github.com/Freescale/u-boot-fslc/commit/b331cd6204ffdc568cd6c06bd18e72aa9bc61f22):
In file included from include/config.h:7:0,
 from
tmp-rpb-glibc/work/cubox_i-linaro-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/common.h:21,
 from
tmp-rpb-glibc/work/cubox_i-linaro-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/common/xyzModem.c:25:
tmp-rpb-glibc/work/cubox_i-linaro-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/configs/mx6cuboxi.h:73:0:
warning: "CONFIG_PARTITION_UUIDS" redefined
 #define CONFIG_PARTITION_UUIDS

In file included from
tmp-rpb-glibc/work/cubox_i-linaro-linux-gnueabi/u-boot-fslc/v2017.03+gitAUTOINC+2b94a1cb28-r0/git/include/linux/kconfig.h:4:0,
 from :0:
include/generated/autoconf.h:79:0: note: this is the location of the
previous definition
 #define CONFIG_PARTITION_UUIDS 1

Cheers,
-- 
Ricardo Salveti de Araujo
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale