merge of '6516a85d1d78f28686ffc271f1b433d8bc839bd1'
[vuplus_openembedded] / packages / u-boot / u-boot_git.bb
1 require u-boot.inc
2 PR="r14"
3
4 SRCREV_davinci-sffsdr = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
5 SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa"
6 SRCREV_beagleboard = "2d77381a184df7b5017b4a1301d2c02300f3ca3d"
7 SRCREV_neuros-osd2 = "528a4ab736758ff0c889456d46673041eb52f756"
8
9 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
10 SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
11 SRC_URI_neuros-osd2 = "git://git.neurostechnology.com/git/u-boot;protocol=git;branch=neuros"
12 SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=test;protocol=git \
13                        file://name.patch;patch=1 \
14                        file://armv7-a.patch;patch=1 \
15                       "
16
17 SRC_URI_neuros-osd2 += "file://Makefile-fix.patch;patch=1"
18
19 S = "${WORKDIR}/git"
20
21 PACKAGE_ARCH = "${MACHINE_ARCH}"