Re: [yocto] Question / issue

2014-05-12 Thread Paul McGougan
> -Original Message- > From: David Nyström [mailto:david.c.nyst...@gmail.com] > To me, Thats sound like a bug in the dependency parser. > It should not parse for changes in comments, i.e. in this case > do_install_append > comments. > > Or perhaps in variable expansion, which could be a

Re: [yocto] Question / issue

2014-05-12 Thread Paul McGougan
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Er, if DATETIME is in the dependencies for this task and that is a bug in the > core > recipe, we should fix it in the core. The question is how is it getting in > there? > The DATETIME was being intro

Re: [yocto] Question / issue

2014-05-11 Thread Paul McGougan
in there (but commented out), this caused the dependency checker to substitute in the current value for DATETIME which of course changed on each run. The fix was to add: do_install[vardepsexclude] += "DATETIME" Regards, Paul McGougan Confidentiality Notice: This message (including attachments)

[yocto] Question / issue

2014-05-08 Thread Paul McGougan
Hi all. We are currently using Poky 1.5.0. We have created our own custom layer for our powerpc-based board. We are running u-boot as our bootloader and want to use the new FIT (FDT) style kernel/dtb image blob. To that end, in our custom layer we have a file poky/meta-OURS/recipes-kernel/lin