ti-dspbios: Add Latest Versions (5.41.08/08)
[openembedded.git] / recipes / u-boot / u-boot-omap3.inc
blob6ea1c494e92bb83ac0da1683aced8dc2801597ac
1 # Using relative path here causes bitbake to search in
2 # BBPATH for the first instance of u-boot.inc rather
3 # than just within the current directory.
4 require recipes/u-boot/u-boot.inc
6 DESCRIPTION = "u-boot bootloader for OMAP3 devices"
8 COMPATIBLE_MACHINE = "omap3"
10 SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git;branch=${BRANCH}"
11 BRANCH ?= "master"
13 S = "${WORKDIR}/git"
15 PACKAGE_ARCH = "${MACHINE_ARCH}"