aboutsummaryrefslogtreecommitdiffstats
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 @@
+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}"
+
+COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"