Re: [yocto] Task Build Issue

2012-02-06 Thread Paul Eggleton
On Friday 03 February 2012 21:03:22 Khem Raj wrote: add ALLOW_EMPTY_ task-mytask-apps = 1 to your recipe Alternatively you could inherit task near the top of the recipe and task.bbclass takes care of this and a couple of other things already. Cheers, Paul -- Paul Eggleton Intel Open Source

[yocto] Task Build Issue

2012-02-03 Thread Rudolf Streif
I created this task for test purposes: DESCRIPTION = My Custom Tasks LICENSE = MIT LIC_FILES_CHKSUM = file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 PACKAGES = \ task-mytask-apps \

Re: [yocto] Task Build Issue

2012-02-03 Thread Khem Raj
On Fri, Feb 3, 2012 at 7:27 PM, Rudolf Streif rudolf.str...@gmail.com wrote: I created this task for test purposes: DESCRIPTION = My Custom Tasks LICENSE = MIT LIC_FILES_CHKSUM = file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \

Re: [yocto] Task Build Issue

2012-02-03 Thread Khem Raj
On Fri, Feb 3, 2012 at 9:03 PM, Khem Raj raj.k...@gmail.com wrote: add ALLOW_EMPTY_ task-mytask-apps = 1 to your recipe no space there so it should be ALLOW_EMPTY_task-mytask-apps = 1 ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Task Build Issue

2012-02-03 Thread Rudolf Streif
Thank you, Khem. That does resolve the problem. Using just ALLOW_EMPTY = 1 would also cover the other packages, I suppose. :rjs On Fri, Feb 3, 2012 at 9:04 PM, Khem Raj raj.k...@gmail.com wrote: On Fri, Feb 3, 2012 at 9:03 PM, Khem Raj raj.k...@gmail.com wrote: add ALLOW_EMPTY_

Re: [yocto] Task Build Issue

2012-02-03 Thread Khem Raj
On Fri, Feb 3, 2012 at 10:42 PM, Rudolf Streif rudolf.str...@gmail.com wrote: Thank you, Khem. That does resolve the problem. Using just ALLOW_EMPTY = 1 would also cover the other packages, I suppose. yes ___ yocto mailing list yocto@yoctoproject.org