Add overo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-10-10 11:56:19 +00:00
parent fe795de8f5
commit 457ae5ada5
24 changed files with 2365942 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
require x-load.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
SRCREV = "65ed00323f3807197a83abc75d62ed2a8d3f60de"
PV = "1.42+${PR}+git${SRCREV}"
PR="r12"
SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
SRC_URI_append_beagleboard = " \
file://name.patch;patch=1 \
file://armv7-a.patch;patch=1 \
"
SRC_URI_append_omap3evm = " \
file://armv7-a.patch;patch=1 \
"
SRC_URI_append_overo = " \
file://armv7-a.patch;patch=1 \
"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"