Re: [OE-core] while trying to update u-boot

2012-08-03 Thread Andrei Gherzan
On Fri, Aug 3, 2012 at 11:57 AM, Radu Moisan wrote: > Sorry, my bad, I was trying to build u-boot-fw-utils and assumed wrongly > that the recipe requires u-boot.inc > > It happens. No problem. ag ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] while trying to update u-boot

2012-08-03 Thread Radu Moisan
Sorry, my bad, I was trying to build u-boot-fw-utils and assumed wrongly that the recipe requires u-boot.inc Radu On 08/03/2012 11:45 AM, Andrei Gherzan wrote: On Fri, Aug 3, 2012 at 11:43 AM, Radu Moisan > wrote: I found the following code in u-boot.inc

Re: [OE-core] while trying to update u-boot

2012-08-03 Thread Andrei Gherzan
On Fri, Aug 3, 2012 at 11:43 AM, Radu Moisan wrote: > I found the following code in u-boot.inc > > if not d.getVar("UBOOT_MACHINE", True): > PN = d.getVar("PN", True) > FILE = os.path.basename(d.getVar("FILE", True)) > bb.debug(1, "To build %s, see %s for instructions on \ >

[OE-core] while trying to update u-boot

2012-08-03 Thread Radu Moisan
I found the following code in u-boot.inc if not d.getVar("UBOOT_MACHINE", True): PN = d.getVar("PN", True) FILE = os.path.basename(d.getVar("FILE", True)) bb.debug(1, "To build %s, see %s for instructions on \ setting up your machine config" % (PN, FILE)) raise