From 47946a7b79a14f28d4c3621e2903276c1dfdac76 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Mon, 15 Nov 2021 13:32:37 +0100 Subject: [PATCH] meta-somdevices: Added u-boot-somdevices and linux-somdevices at imx8mmsomdevices.conf. Signed-off-by: Josep Orga --- conf/machine/imx8mmsomdevices.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/machine/imx8mmsomdevices.conf b/conf/machine/imx8mmsomdevices.conf index b6a6330..26de64e 100644 --- a/conf/machine/imx8mmsomdevices.conf +++ b/conf/machine/imx8mmsomdevices.conf @@ -33,9 +33,16 @@ SERIAL_CONSOLES = "115200;ttymxc1" IMAGE_BOOTLOADER = "imx-boot" +PREFERRED_PROVIDER_virtual/kernel_imx8mmsomdevices ?= "linux-somdevices" + +PREFERRED_PROVIDER_u-boot_imx8mmsomdevices = "u-boot-somdevices" +PREFERRED_PROVIDER_virtual/bootloader_imx8mmsomdevices = "u-boot-somdevices" + LOADADDR = "" UBOOT_SUFFIX = "bin" UBOOT_MAKE_TARGET = "" IMX_BOOT_SEEK = "33" OPTEE_BIN_EXT = "8mm" + +PACKAGE_CLASSES = "package_deb" -- 2.17.1