From 682fc8c1693f9e2c97e8dccf20d62912b5425d8a Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 31 Jan 2022 18:26:50 +0100 Subject: [PATCH] u-boot: add recipe for v2021.04 (at the moment only for ccimx8mp) https://onedigi.atlassian.net/browse/DEL-7784 Signed-off-by: Javier Viguera --- .../recipes-bsp/u-boot/u-boot-dey_2021.04.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2021.04.bb diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2021.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2021.04.bb new file mode 100644 index 000000000..a7125775d --- /dev/null +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2021.04.bb @@ -0,0 +1,11 @@ +# Copyright (C) 2022 Digi International + +require digi-u-boot.inc +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" + +DEPENDS += "flex-native bison-native" + +SRCBRANCH = "v2021.04/master" +SRCREV = "${AUTOREV}" + +COMPATIBLE_MACHINE = "(ccimx8mp)"