summaryrefslogtreecommitdiffstats
path: root/meta/packages/x-load/x-load_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-10 11:56:19 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-10 11:56:19 +0000
commit457ae5ada547f8f03a5963f40e4f403dd0244a2b (patch)
treecb8a51afe2c96f9c11b7f04f128895e6e3b05d55 /meta/packages/x-load/x-load_git.bb
parentfe795de8f54b4270bc3fcf7b87c06ccf6d837665 (diff)
downloadpoky-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.gz
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/x-load/x-load_git.bb')
-rw-r--r--meta/packages/x-load/x-load_git.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/x-load/x-load_git.bb b/meta/packages/x-load/x-load_git.bb
new file mode 100644
index 0000000000..829ec93ec6
--- /dev/null
+++ b/meta/packages/x-load/x-load_git.bb
@@ -0,0 +1,27 @@
1require x-load.inc
2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
4
5SRCREV = "65ed00323f3807197a83abc75d62ed2a8d3f60de"
6
7PV = "1.42+${PR}+git${SRCREV}"
8PR="r12"
9
10SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
11
12SRC_URI_append_beagleboard = " \
13 file://name.patch;patch=1 \
14 file://armv7-a.patch;patch=1 \
15 "
16
17SRC_URI_append_omap3evm = " \
18 file://armv7-a.patch;patch=1 \
19 "
20
21SRC_URI_append_overo = " \
22 file://armv7-a.patch;patch=1 \
23 "
24
25S = "${WORKDIR}/git"
26
27PACKAGE_ARCH = "${MACHINE_ARCH}"