[poky] [PATCH 2/3] kernel.bbclass: rename do_deploy and add vardepsexclusive accordingly

Tian, Kevin kevin.tian at intel.com
Thu Dec 16 17:01:31 PST 2010


>From: Richard Purdie [mailto:richard.purdie at linuxfoundation.org]
>Sent: Thursday, December 16, 2010 11:29 PM
>
>On Thu, 2010-12-16 at 16:56 +0800, Kevin Tian wrote:
>> rename do_deploy to kernel_do_deploy and export it. Then add exclusive
>> list for two variables it refers to:
>>
>> +kernel_do_deploy[vardepsexclude] = "DATETIME"
>> +KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
>>
>> This avoids the last road block linux-yocto for sstate.
>
>Shouldn't this just need only the
>
>KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
>
>change?
>

The reason is that kernel_do_deploy itself also refers to DATETIME:

cp arch/${ARCH}/boot/uImage ${DEPLOYDIR}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin

I'll send out a separate fix for this.

Thanks
Kevin


More information about the poky mailing list