]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
u-boot: Map arm64 into map for u-boot dts installation
authorPavel Zhukov <pavel@zhukoff.net>
Wed, 22 Feb 2023 21:33:41 +0000 (22:33 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 10 Mar 2023 15:54:34 +0000 (05:54 -1000)
commit2f4ceab401c4602671ba9e04bd3bcd632308662f
treec6b169d045095c476823acdf4ffba4acc5f3c926
parent54ff75f4dafa733bdb777a037c12000d09559d9c
u-boot: Map arm64 into map for u-boot dts installation

While arm64 is a valid UBOOT_ARCH (according to mkimage -A) u-boot
keeps arm64 specific dts under 'arch/arm' directory.
As the result the recipe tries to install arch/arm64 (if UBOOT_DTB
was specified) and fails with [1]. Remapping "arm64" to "arm" to fix this
issue.

[1]
| 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 <pavel@zhukoff.net>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3ca99403d5f320c6d7ae59b107f3b3bf183b4089)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-bsp/u-boot/u-boot.inc