Re: [OE-core] [PATCH] kernel-arch.bbclass: Map arm64 to arm

2023-02-22 Thread Pavel Zhukov
Alexandre Belloni writes: > Hello, > > This is the cause of: Hi Alex, Yes, my fault, sorry about that. Arm64 is valid U-boot/mkimage architecture. Proper fix sent as: "[PATCH] u-boot: Map arm64 into map for u-boot dts installation" This patch can be dropped. > > https://autobuilder.yoctoproje

Re: [OE-core] [PATCH] kernel-arch.bbclass: Map arm64 to arm

2023-02-22 Thread Alexandre Belloni via lists.openembedded.org
Hello, This is the cause of: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/995/steps/14/logs/stdio 2023-02-22 11:33:00,834 - oe-selftest - INFO - fitimage.FitImageTests.test_fit_image (subunit.RemotedTestCase) 2023-02-22 11:33:00,835 - oe-selftest - INFO - ... FAIL | OB

[OE-core] [PATCH] kernel-arch.bbclass: Map arm64 to arm

2023-02-20 Thread Pavel Zhukov
The kernel calls AArch64 'arm64', but U-Boot calls it just 'arm' so adding arm64 case to existing map. Fixes: | install: cannot stat '.../u-boot/1_2023.01-r0/build/arch/arm64/dts/u-boot.dtb': No such file or directory Signed-off-by: Pavel Zhukov --- meta/classes-recipe/kernel-arch.bbclass | 1