u-boot-dey: use version v2024.04 for ccimx93
It also includes U-Boot-related recipes. https://onedigi.atlassian.net/browse/DEL-9257 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
1290bb044b
commit
7228eb4738
|
|
@ -103,5 +103,5 @@ OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
|||
OVERLAYFS_ETC_DEVICE ?= "/dev/mmcblk0p7"
|
||||
OVERLAYFS_ETC_FSTYPE ?= "ext4"
|
||||
|
||||
PREFERRED_VERSION_nativesdk-trustfence-sign-tools:ccimx9 ?= "2023.04"
|
||||
PREFERRED_VERSION_trustfence-sign-tools-native:ccimx9 ?= "2023.04"
|
||||
PREFERRED_VERSION_nativesdk-trustfence-sign-tools:ccimx9 ?= "2024.04"
|
||||
PREFERRED_VERSION_trustfence-sign-tools-native:ccimx9 ?= "2024.04"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|||
# ccimx8mn 5.15 2020.04 (packaged in imx-boot)
|
||||
# ccimx8mm 5.15 2020.04 (packaged in imx-boot)
|
||||
# ccimx91 6.6 2024.04 (packaged in imx-boot)
|
||||
# ccimx93 6.6 2023.04 (packaged in imx-boot)
|
||||
# ccimx93 6.6 2024.04 (packaged in imx-boot)
|
||||
# ccmp15 5.15 2021.10
|
||||
# ccmp13 5.15 2021.10
|
||||
# ccmp25 6.1 2022.10
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
# Copyright (C) 2023,2024, Digi International Inc.
|
||||
|
||||
require u-boot-dey.inc
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
|
||||
|
||||
DEPENDS += "flex-native bison-native"
|
||||
|
||||
SRCBRANCH = "v2023.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx93)"
|
||||
|
|
@ -9,4 +9,4 @@ DEPENDS += "flex-native bison-native"
|
|||
SRCBRANCH = "v2024.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx8x|ccimx91)"
|
||||
COMPATIBLE_MACHINE = "(ccimx8x|ccimx9)"
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
require nativesdk-trustfence-sign-tools_git.bb
|
||||
|
||||
SRCBRANCH = "v2023.04/master"
|
||||
SRCBRANCH = "v2024.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
require trustfence-sign-tools-native_git.bb
|
||||
|
||||
SRCBRANCH = "v2023.04/master"
|
||||
SRCBRANCH = "v2024.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
Loading…
Reference in New Issue