[oe-commits] Ulf Samuelsson : Add recipy to copy end result to /tftpboot/Angstrom/BOARD

git version control git at git.openembedded.org
Sat Aug 22 14:56:03 UTC 2009


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Sat Aug 22 16:23:46 2009 +0200

Add recipy to copy end result to /tftpboot/Angstrom/BOARD

---

 recipes/tftpboot/tftpboot.bb               |   13 +++++++++++++
 recipes/tftpboot/tftpboot/tftpboot.tar.bz2 |  Bin 0 -> 122 bytes
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/tftpboot/tftpboot.bb b/recipes/tftpboot/tftpboot.bb
new file mode 100644
index 0000000..ea2aad5
--- /dev/null
+++ b/recipes/tftpboot/tftpboot.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Copy Buildresults to /tftpboot/Angstrom/${MACHINE}"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "file://tftpboot.tar.bz2"
+
+DEST_DIR=/tftpboot/Angstrom
+
+do_install() {
+	mkdir -p ${DEST_DIR}
+	cp -r ${DEPLOY_DIR_IMAGE}	${DEST_DIR}
+}
+
diff --git a/recipes/tftpboot/tftpboot/tftpboot.tar.bz2 b/recipes/tftpboot/tftpboot/tftpboot.tar.bz2
new file mode 100644
index 0000000..08c49e2
Binary files /dev/null and b/recipes/tftpboot/tftpboot/tftpboot.tar.bz2 differ





More information about the Openembedded-commits mailing list