[oe-commits] David-John Willis : u-boot/x-load: Add support for the omap3-pandora building from trees as git.openpandora. org.

git version control git at git.openembedded.org
Fri Oct 30 10:56:48 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e65da86dc1bcfd8f7cf47987689c588b2574f341
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e65da86dc1bcfd8f7cf47987689c588b2574f341

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Tue Oct 27 21:11:10 2009 +0000

u-boot/x-load: Add support for the omap3-pandora building from trees as git.openpandora.org.

---

 recipes/u-boot/u-boot-omap3pandora_git.bb |   28 ++++++++++++++++++++++++++++
 recipes/x-load/x-load-omap3pandora_git.bb |   21 +++++++++++++++++++++
 recipes/x-load/x-load_git.bb              |    1 +
 3 files changed, 50 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 0000000..db68f9e
--- /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}"
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 0000000..c19b719
--- /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 a369f4e..3368fce 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}"
 





More information about the Openembedded-commits mailing list