summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load_git.bb')
-rw-r--r--meta/recipes-bsp/x-load/x-load_git.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb
new file mode 100644
index 0000000000..1c1ce128ae
--- /dev/null
+++ b/meta/recipes-bsp/x-load/x-load_git.bb
@@ -0,0 +1,29 @@
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}"
28
29COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"