u-boot-dey: ccimx6ul: upgrade to v2024.04

https://onedigi.atlassian.net/browse/DEL-9399

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2024-12-11 17:06:59 +01:00
parent 5c20361d5c
commit b9fb425472
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
# -------------------------------------------------
# ccimx6 5.15 2017.03
# ccimx6qp 5.15 2017.03
# ccimx6ul 6.6 2020.04
# ccimx6ul 6.6 2024.04
# ccimx8x 6.6 2024.04 (packaged in imx-boot)
# ccimx8mn 5.15 2020.04 (packaged in imx-boot)
# ccimx8mm 5.15 2020.04 (packaged in imx-boot)

View File

@ -1,4 +1,4 @@
# Copyright (C) 2020-2023, Digi International Inc.
# Copyright (C) 2020-2024, Digi International Inc.
require u-boot-dey.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
@ -8,4 +8,4 @@ DEPENDS += "flex-native bison-native"
SRCBRANCH = "v2020.04/master"
SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m)"
COMPATIBLE_MACHINE = "(ccimx8m)"

View File

@ -9,4 +9,4 @@ DEPENDS += "flex-native bison-native"
SRCBRANCH = "v2024.04/master"
SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx8x|ccimx9)"
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx9)"