[OE-core] [PATCH] wic: misc: Add /bin to the list of searchpaths

2020-09-01 Thread Vijai Kumar K
/bin is also a valid path where one can find executables. Add that to the search path. Signed-off-by: Vijai Kumar K --- scripts/lib/wic/misc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/misc.py b/scripts/lib/wic/misc.py index 91975ba151..4b08d649c6

[OE-core] [PATCH] image_types_wic: Add ASSUME_PROVIDED to WICVARS

2020-08-26 Thread Vijai Kumar K
required to build the image was not found (see details above). | | Please make sure wic-tools have tar-native in its DEPENDS, build it with 'bitbake wic-tools' and try again. --- Signed-off-by: Vijai Kumar K --- meta/classes/image_types_wic.bbclass | 3 ++- 1 file changed, 2 insert