mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 05:47:27 -04:00
package: uboot-qoriq: fix T4240RDB u-boot selection
Mark T4240RDB u-boot variants as device-built and avoid installing them into rootfs.
Without this buildbot crashes during package install with:
ERROR: unable to select packages:
u-boot-fsl_T4240RDB-nor (no such package):
required by: world[u-boot-fsl_T4240RDB-nor]
u-boot-fsl_T4240RDB-sdboot (no such package):
required by: world[u-boot-fsl_T4240RDB-sdboot]
Fixes: c5d3d5fe28 ("package: u-boot: initial support for qoriq arch")
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21514
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
19b8d391a9
commit
20727f89d5
@@ -36,12 +36,14 @@ endef
|
||||
|
||||
define U-Boot/fsl_T4240RDB-nor
|
||||
NAME:=NXP T4240RDB NOR Boot
|
||||
BUILD_DEVICES:=fsl_T4240RDB
|
||||
UBOOT_CONFIG:=T4240RDB
|
||||
UBOOT_IMAGE:=u-boot-dtb.bin
|
||||
endef
|
||||
|
||||
define U-Boot/fsl_T4240RDB-sdboot
|
||||
NAME:=NXP T4240RDB SD Card Boot
|
||||
BUILD_DEVICES:=fsl_T4240RDB
|
||||
UBOOT_CONFIG:=T4240RDB_SDCARD
|
||||
UBOOT_IMAGE:=u-boot-with-spl-pbl.bin
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user