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