at91: put u-boot images into image staging directory
authorRobert Marko <robimarko@gmail.com>
Fri, 4 Apr 2025 09:55:08 +0000 (11:55 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 4 Apr 2025 12:39:00 +0000 (14:39 +0200)
commit4724331d7037e61527e7da7253cdaa4a90b1d302
treecfdc095b731bac758bfa431edd9aada347c8a8b1
parenta0c1c9df9746c559bcc855b5dc01c492658d8e73
at91: put u-boot images into image staging directory

Currently, building at91 subtargets via image builder will fail as the
required built u-boot is not present in the image builder at all since its
presumed to be in the binary directory which obviously does not exist yet.

So, lets install the u-boot binary into image staging directory and use
that instead.

Link: https://github.com/openwrt/openwrt/pull/18414
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-at91/Makefile
target/linux/at91/image/sam9x.mk
target/linux/at91/image/sama5.mk
target/linux/at91/image/sama7.mk