Files
poky/scripts
Kai Kang 95477eaede wic: search nonarch STAGING_DATADIR for multilib
It fails to build multilib image such as lib32-core-image-minimal with
wic by set 'IMAGE_FSTYPES = "wic"':

| ERROR: Couldn't find correct bootimg_dir, exiting

When multilib is enabled, STAGING_DATADIR is expanded with MLPREFIX. But
dependencies of images such as syslinux is still populated to nonarch
STAGING_DATADIR.

Search nonarch STAGING_DATADIR to fix the error.

(From OE-Core rev: dbae9a6f9a1c6cc7d4dd680d7bbda3dfa40f3491)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-10-16 20:35:43 +01:00
..
2018-07-26 13:16:40 +01:00
2018-03-15 06:27:19 -07:00
2018-07-26 13:16:40 +01:00
2016-06-01 12:47:10 +01:00
2016-12-13 22:55:21 +00:00
2018-10-10 12:47:35 +01:00

This directory contains Various useful scripts for working with OE builds