aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-omap3.inc
blob: 6ea1c494e92bb83ac0da1683aced8dc2801597ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Using relative path here causes bitbake to search in
# BBPATH for the first instance of u-boot.inc rather
# than just within the current directory.
require recipes/u-boot/u-boot.inc

DESCRIPTION = "u-boot bootloader for OMAP3 devices"

COMPATIBLE_MACHINE = "omap3"

SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git;branch=${BRANCH}"
BRANCH ?= "master"

S = "${WORKDIR}/git"

PACKAGE_ARCH = "${MACHINE_ARCH}"