projects
/
meta-somdevices.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75326e0
)
meta-somdevices: Added u-boot-somdevices and linux-somdevices at imx8mmsomdevices...
author
Josep Orga
<jorga@somdevices.com>
Mon, 15 Nov 2021 12:32:37 +0000
(13:32 +0100)
committer
Josep Orga
<jorga@somdevices.com>
Mon, 15 Nov 2021 12:32:37 +0000
(13:32 +0100)
Signed-off-by: Josep Orga <jorga@somdevices.com>
conf/machine/imx8mmsomdevices.conf
patch
|
blob
|
history
diff --git
a/conf/machine/imx8mmsomdevices.conf
b/conf/machine/imx8mmsomdevices.conf
index
b6a6330
..
26de64e
100644
(file)
--- 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"