From e9ced229a813cd51d3680cb77bb5e24327f8a917 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 1 Dec 2022 15:22:49 +0100 Subject: [PATCH] meta-digi-arm: add recipe for u-boot v2022.04 At the moment disabled by default (DEFAULT_PREFERENCE = "-1") Signed-off-by: Javier Viguera --- .../recipes-bsp/u-boot/u-boot-dey_2022.04.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2022.04.bb diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2022.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2022.04.bb new file mode 100644 index 000000000..2b0cedced --- /dev/null +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2022.04.bb @@ -0,0 +1,11 @@ +# Copyright (C) 2022 Digi International + +require u-boot-dey.inc +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" + +DEPENDS += "flex-native bison-native" + +SRCBRANCH = "v2022.04/master" +SRCREV = "${AUTOREV}" + +DEFAULT_PREFERENCE = "-1"