summaryrefslogtreecommitdiff
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-10-28 11:38:59 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-10-28 11:38:59 +0100
commit31f6e5ff32e296947b8b26c2458d39bd0114b08f (patch)
tree10c33c3a04dbd4d8300f4246fb48dd01bbbdf997 /recipes/u-boot
parent73c37436b0f7d9e89084edf6eaa95fd038052610 (diff)
parentbee83ea1d917a276e4c8a945f95c76d10f5cf933 (diff)
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot-omap3pandora_git.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-omap3pandora_git.bb b/recipes/u-boot/u-boot-omap3pandora_git.bb
new file mode 100644
index 0000000000..db68f9eadf
--- /dev/null
+++ b/recipes/u-boot/u-boot-omap3pandora_git.bb
@@ -0,0 +1,28 @@
+require u-boot.inc
+
+COMPATIBLE_MACHINE = "omap3-pandora"
+
+# Latest SRCREV for the final shipping boards.
+SRCREV = "0ffcce5dad2153f5f3094f9114b1ae50aef2f5ad"
+
+# Latest SRCREV for the rev2 < boards.
+#SRCREV = "f1cc097b8a8c3c5e1bb6fbec906cfedd939c5be3"
+
+PROVIDES = "u-boot"
+
+PV = "pandora+${PR}+gitr${SRCREV}"
+PR ="r2"
+PE = "1"
+
+SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=master;protocol=git \
+"
+
+# Rev 2 tree
+#SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=rev3;protocol=git \
+#"
+
+UBOOT_MACHINE_omap3_pandora = "omap3_pandora_config"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"