Changes wic-tools to be MACHINE_ARCH. This isn't exactly an ideal, but wic-tools is attempting to provide a target sysroot that (potentially) contains the EFI binaries for wic (and, this is the only way wic is willing to find those binaries). Since the EFI binaries are MACHINE_ARCH, wic-tools must also be MACHINE_ARCH otherwise it causes problems.
Signed-off-by: Joshua Watt <[email protected]> --- meta/recipes-core/meta/wic-tools.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index 45fb873dd6..823dbe6db6 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb @@ -17,6 +17,8 @@ DEPENDS:append:aarch64 = " grub-efi systemd-boot" INHIBIT_DEFAULT_DEPS = "1" +PACKAGE_ARCH = "${MACHINE_ARCH}" + inherit nopackages # The sysroot of wic-tools is needed for wic, but if rm_work is enabled, it will -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239925): https://lists.openembedded.org/g/openembedded-core/message/239925 Mute This Topic: https://lists.openembedded.org/mt/120054255/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
