summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
blob: a151efcdef016b166351a2379193968de7ed48a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This builds latest head of U-Boot denx master
# Do not use this recipe for production, it is not reproducible
# and you don't know what git hash is built from just looking
# at the metadata

require u-boot-toradex-common.inc

SRCREV = "${AUTOREV}"
# patches which are not (yet) in the latest master
TDX_PATCHES = " \
    file://use_hash_old_parser.cfg \
"


DEFAULT_PREFERENCE = "-1"