[OE-core] sysroots, wic-tools and rm_work

Kristian Amlie kristian.amlie at mender.io
Fri Jan 27 12:37:27 UTC 2017


On 27/01/17 13:05, Patrick Ohly wrote:
> On Thu, 2017-01-26 at 16:39 +0100, Kristian Amlie wrote:
>> It seems like wic doesn't work together with rm_work, because of its
>> dependency on wic-tools. The reason is that building wic-tools will
>> result in rm_work removing the very sysroot that wic needs.
>>
>> It's easy to fix locally by adding
>>
>>   RM_WORK_EXCLUDE = "wic-tools"
>>
>> however, I think this deserves a more permanent fix, and I'm not sure
>> which approach is best.
> 
> wic-tools.bb can have:
> RM_WORK_EXCLUDE += "${PN}"

Ah yes, it can be local to the recipe, I didn't think about that. I'll
post a patch shortly.

-- 
Kristian



More information about the Openembedded-core mailing list