summaryrefslogtreecommitdiff
path: root/recipes/x-load/x-load-omap3pandora_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/x-load/x-load-omap3pandora_git.bb')
-rw-r--r--recipes/x-load/x-load-omap3pandora_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/x-load/x-load-omap3pandora_git.bb b/recipes/x-load/x-load-omap3pandora_git.bb
new file mode 100644
index 0000000000..c19b719592
--- /dev/null
+++ b/recipes/x-load/x-load-omap3pandora_git.bb
@@ -0,0 +1,21 @@
+require x-load.inc
+
+COMPATIBLE_MACHINE = "omap3-pandora"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-${MACHINE}/${MACHINE}"
+
+SRCREV = "ea866e76420f629614ae3fc828f1525a77e051e8"
+
+PROVIDES = "x-load"
+
+PV = "1.42+${PR}+gitr${SRCREV}"
+PR ="r1"
+PE = "1"
+
+SRC_URI = "git://git.openpandora.org/pandora-x-loader.git;branch=master;protocol=git"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+XLOAD_MACHINE = "pandora_config"