On Thu, 2020-12-10 at 16:32 +0000, Ross Burton wrote: > systemd-boot work on 32-bit and 64-bit Arm targets (assuming the > firmware > does EFI, obviously), so allow it to be built. > > Remove the SYSTEMD_BOOT_EFI_ARCH assignments, as they're never used. > > Signed-off-by: Ross Burton <[email protected]> > --- > meta/recipes-core/systemd/systemd-boot_246.6.bb | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/meta/recipes-core/systemd/systemd-boot_246.6.bb > b/meta/recipes-core/systemd/systemd-boot_246.6.bb > index f92c639810..453351d1b1 100644 > --- a/meta/recipes-core/systemd/systemd-boot_246.6.bb > +++ b/meta/recipes-core/systemd/systemd-boot_246.6.bb > @@ -47,15 +47,10 @@ RDEPENDS_${PN} += "virtual/systemd-bootconf" > > # Imported from the old gummiboot recipe > TUNE_CCARGS_remove = "-mfpmath=sse" > -COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" > +COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux" > COMPATIBLE_HOST_x86-x32 = "null" > > do_compile() { > - SYSTEMD_BOOT_EFI_ARCH="ia32" > - if [ "${TARGET_ARCH}" = "x86_64" ]; then > - SYSTEMD_BOOT_EFI_ARCH="x64" > - fi > - > ninja > src/boot/efi/${SYSTEMD_BOOT_IMAGE_PREFIX}${SYSTEMD_BOOT_IMAGE} > }
Breaks meta-intel ?: https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/1012/steps/12/logs/stdio Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145559): https://lists.openembedded.org/g/openembedded-core/message/145559 Mute This Topic: https://lists.openembedded.org/mt/78857969/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
