Re: [yocto] PROVIDES problem building u-boot variants

2018-01-15 Thread Colin Helliwell
> On 15 January 2018 at 20:01 Andre McCurdy wrote: > > > On Mon, Jan 15, 2018 at 7:12 AM, wrote: > > Let's see if I can explain this well... > > > > I created a recipe to build a u-boot variant (for prod'n programming) - > > "u-boot-PLATFORM-mfg-sec.bb" - which has : > > > > require u-boot-PLA

Re: [yocto] PROVIDES problem building u-boot variants

2018-01-15 Thread Andre McCurdy
On Mon, Jan 15, 2018 at 7:12 AM, wrote: > Let's see if I can explain this well... > > I created a recipe to build a u-boot variant (for prod'n programming) - > "u-boot-PLATFORM-mfg-sec.bb" - which has : > > require u-boot-PLATFORM.inc > UBOOT_MACHINE = "tx6s-8035_mfg_sec_config" > SRC_URI += "fil

[yocto] PROVIDES problem building u-boot variants

2018-01-15 Thread colin.helliwell
Let's see if I can explain this well... I created a recipe to build a u-boot variant (for prod'n programming) - "u-boot-PLATFORM-mfg-sec.bb" - which has : require u-boot-PLATFORM.inc UBOOT_MACHINE = "tx6s-8035_mfg_sec_config" SRC_URI += "file://tx6s-8035_mfg_sec_defconfig" And 'bitbake u-boot-PL