u-boot-dey: add new version v2024.04 recipe for ccimx91
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b1adc08178
commit
07646c5c57
|
|
@ -27,6 +27,9 @@ KERNEL_DEVICETREE ?= " \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'tsn', 'digi/_ov_board_eqos-tsn_ccimx9-dvk.dtbo', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'tsn', 'digi/_ov_board_eqos-tsn_ccimx9-dvk.dtbo', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Default image for install scripts
|
||||||
|
DEFAULT_IMAGE_NAME ?= "core-image-base"
|
||||||
|
|
||||||
# Boot artifacts to be copied from the deploy dir to the installer ZIP
|
# Boot artifacts to be copied from the deploy dir to the installer ZIP
|
||||||
BOOTABLE_ARTIFACTS = " \
|
BOOTABLE_ARTIFACTS = " \
|
||||||
imx-boot-ccimx91-dvk.bin \
|
imx-boot-ccimx91-dvk.bin \
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ DEPENDS += "flex-native bison-native"
|
||||||
SRCBRANCH = "v2023.04/master"
|
SRCBRANCH = "v2023.04/master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx9)"
|
COMPATIBLE_MACHINE = "(ccimx93)"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Copyright (C) 2024, Digi International Inc.
|
||||||
|
|
||||||
|
require u-boot-dey.inc
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
|
||||||
|
|
||||||
|
DEPENDS += "flex-native bison-native"
|
||||||
|
|
||||||
|
SRCBRANCH = "v2024.04/master"
|
||||||
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx91)"
|
||||||
Loading…
Reference in New Issue