]> 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)
committerSteve Sakoman <steve@sakoman.com>
Thu, 28 Jan 2021 14:41:47 +0000 (04:41 -1000)
commit7acb39f02b8160600d1508da114e98dd1c3e76ed
tree1ccfe967b9466d8851b9e142b231d76676daad82
parent447643eebff00715bd9717ebcb75edb20fc69778
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: Steve Sakoman <steve@sakoman.com>
meta/classes/image_types_wic.bbclass
scripts/lib/wic/misc.py