[oe-commits] Ulf Samuelsson : Support loading AT91SAM9G45ES ROM replacement code into deploy dir

git version control git at git.openembedded.org
Thu Aug 13 23:33:39 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: c9356ff01af24fde86b05baab988089d0e9e75a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9356ff01af24fde86b05baab988089d0e9e75a4

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Fri Aug 14 01:27:07 2009 +0200

Support loading AT91SAM9G45ES ROM replacement code into deploy dir

---

 recipes/at91bootstrap/at91bootstrap_2.13-rc1.bb |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/recipes/at91bootstrap/at91bootstrap_2.13-rc1.bb b/recipes/at91bootstrap/at91bootstrap_2.13-rc1.bb
index 3b352e8..6426917 100644
--- a/recipes/at91bootstrap/at91bootstrap_2.13-rc1.bb
+++ b/recipes/at91bootstrap/at91bootstrap_2.13-rc1.bb
@@ -1,7 +1,25 @@
 require at91bootstrap.inc
-PR = "r0"
+PR = "r1"
 
 
 SRC_URI = "ftp://www.at91.com/pub/buildroot/${PN}-${PV}.tar.bz2 \
            "
 
+SRC_URI_append_at91sam9g45ek = " \
+	file://AT91SAM9G45_RomCode_Replacement.zip \
+	file://README.txt \
+	"
+
+do_configure_prepend() {
+	install -d ${DEPLOY_DIR_IMAGE}
+
+	if test -e ${WORKDIR}/AT91SAM9G45_RomCode_Replacement.zip ; then
+		cp ${WORKDIR}/AT91SAM9G45_RomCode_Replacement.zip	${DEPLOY_DIR_IMAGE}
+	fi
+	if test -e ${WORKDIR}/README.txt ; then
+		cp ${WORKDIR}/README.txt				${DEPLOY_DIR_IMAGE}
+	fi
+}
+
+PARALLEL_MAKE = ""
+





More information about the Openembedded-commits mailing list