1HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
2DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \
3ARM, MIPS and several other processors, which can be installed in a boot \
4ROM and used to initialize and test the hardware or to download and run \
5application code."
6SECTION = "bootloaders"
7DEPENDS += "flex-native bison-native python3-setuptools-native"
8
9LICENSE = "GPL-2.0-or-later"
10LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
11PE = "1"
12
13# We use the revision in order to avoid having to fetch it from the
14# repo during parse
15SRCREV = "fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd"
16
17SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
18
19S = "${WORKDIR}/git"
20B = "${WORKDIR}/build"
21
22inherit pkgconfig
23
24do_configure[cleandirs] = "${B}"
25