blob: 9362b62041c55305d5a57d210b03bf411e7eb955 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
#inherit base
|