uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 7 Jan 2021 16:30:49 +0000 (17:30 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Apr 2021 10:05:51 +0000 (12:05 +0200)
Without 'BUILD_DEVICES' defined, the U-Boot related package won't be
automatically selected when building for Toradex Apalis device.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit 8c3383799a496fda5cfa31000b65c9b8565cf575)

package/boot/uboot-imx6/Makefile

index 79acd4abf7424dc540611e00ac185cb9000000fb..da069b532ea727f38eab121c9b4e184617a01d12 100644 (file)
@@ -24,6 +24,7 @@ define U-Boot/apalis_imx6
   NAME:=Toradex Apalis
   UBOOT_IMAGE:=SPL u-boot.img u-boot-with-spl.imx
   UBOOT_MAKE_FLAGS:=SPL u-boot.img u-boot-with-spl.imx
+  BUILD_DEVICES:=apalis
 endef
 
 define U-Boot/mx6cuboxi