aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/x-load
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-10-27 21:11:10 +0000
committerKoen Kooi <koen@openembedded.org>2009-10-28 10:16:28 +0100
commite65da86dc1bcfd8f7cf47987689c588b2574f341 (patch)
tree1221047bf93e0b5a39e5d6a8586f8fb6ff69550c /recipes/x-load
parent12eb9b8d48602863a763b3e2c4a8559285b5beb6 (diff)
downloadopenembedded-e65da86dc1bcfd8f7cf47987689c588b2574f341.tar.gz
u-boot/x-load: Add support for the omap3-pandora building from trees as git.openpandora.org.
Diffstat (limited to 'recipes/x-load')
-rw-r--r--recipes/x-load/x-load-omap3pandora_git.bb21
-rw-r--r--recipes/x-load/x-load_git.bb1
2 files changed, 22 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"
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb
index a369f4e3c9..3368fce52f 100644
--- a/recipes/x-load/x-load_git.bb
+++ b/recipes/x-load/x-load_git.bb
@@ -1,6 +1,7 @@
require x-load.inc
DEFAULT_PREFERENCE_omap3517-evm = "-1"
+DEFAULT_PREFERENCE_omap3-pandora = "-1"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"