aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-xilinx_git.bb
blob: 57677fb581f657c1d48f98875c1a1b3881bda9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require u-boot.inc
PR = "r0"

# Prefered u-boot from mainstream since has generic support for
# ppc405, ppc440 and microblaze
# SRC_URI = "git://git.denx.de/u-boot.git;protocol=git"
# SRCREV = "8bd9dbdfa3a19f322810e2ad9e6d6551602d8afe"
SRC_URI = "git://git.xilinx.com/u-boot-xlnx.git;protocol=git"
SRCREV = "26e999650cf77c16f33c580abaadab2532f5e8b2"

inherit xilinx-bsp

TARGET_BOARD = "${@map_target(bb.data.getVar('TARGET_ARCH', d, 1), d)}"
UBOOT_TARGET = "${@uboot_target(bb.data.getVar('TARGET_ARCH', d, 1), d)}"
export UBOOT_MACHINE = "${@uboot_machine(bb.data.getVar('TARGET_ARCH', d, 1), d)}"

S = "${WORKDIR}/git"