]> code.ossystems Code Review - openembedded-core.git/commit
wic: Allow exec_native_cmd to run HOSTTOOLS
authorPaul Barker <pbarker@konsulko.com>
Mon, 11 Jan 2021 10:32:44 +0000 (10:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jan 2021 23:12:25 +0000 (23:12 +0000)
commit8eb186acdecfbb3151c9a0ab148358e3fe5cce39
tree2c3a04a7a7aafe2502c38e99e8c2da68916389ae
parent2e7314ac3a3cab89de93c932e8efc75de0feb0a7
wic: Allow exec_native_cmd to run HOSTTOOLS

This allows programs from HOSTTOOLS (e.g. 'install', 'rm', 'mv', etc) to
be more easily executed by wic. Without this change only programs from
an actual *-native recipe built by bitbake can be executed by wic.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types_wic.bbclass
scripts/lib/wic/misc.py