meta-digi-arm: add recipe for u-boot v2022.04
At the moment disabled by default (DEFAULT_PREFERENCE = "-1") Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
f165e77194
commit
e9ced229a8
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue