]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 21 Jan 2021 06:02:54 +0000 (14:02 +0800)
commit00474d990174c3c4af6e0a6058871f925380750a
tree75a21a5c0a4b2ac00c065c274e1aee39461d9126
parent365b10a95ac0b04ca48a53e55cf5a0a330f1bc2f
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>
(cherry picked from commit 8eb186acdecfbb3151c9a0ab148358e3fe5cce39)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/image_types_wic.bbclass
scripts/lib/wic/misc.py