aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx.inc
blob: 09feb7f271dbd5f41690f36b3b54ba702d592c2a (plain)
1
2
3
4
5
6
7
8
9
10
require recipes-bsp/u-boot/u-boot.inc

DEPENDS += "dtc-native"

UBRANCH ?= "master"
SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBRANCH}"

S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"