[oe-commits] Graeme Gregory : omap3-mkcard.bb : add a recipe for mkcard. sh so we can install on targets

git version control git at git.openembedded.org
Mon Feb 15 06:23:42 UTC 2010


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

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Feb 12 22:55:09 2010 +0000

omap3-mkcard.bb : add a recipe for mkcard.sh so we can install on targets

---

 recipes/angstrom/omap3-mkcard.bb              |   11 +++++++++++
 recipes/angstrom/omap3-mkcard/omap3-mkcard.sh |    1 +
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/angstrom/omap3-mkcard.bb b/recipes/angstrom/omap3-mkcard.bb
new file mode 100644
index 0000000..c7a1a3e
--- /dev/null
+++ b/recipes/angstrom/omap3-mkcard.bb
@@ -0,0 +1,11 @@
+DESCRIPTION="Format a card for omap3 booting"
+SRC_URI = "file://omap3-mkcard.sh"
+
+do_install() {
+	install -d ${D}${bindir}/
+	install -m 755 ${WORKDIR}/omap3-mkcard.sh ${D}${bindir}/
+}
+
+PACKAGE_ARCH_${PN} = "all"
+RDEPENDS_${PN} = "bc dosfstools e2fsprogs-mke2fs util-linux-ng util-linux-ng-sfdisk"
+
diff --git a/recipes/angstrom/omap3-mkcard/omap3-mkcard.sh b/recipes/angstrom/omap3-mkcard/omap3-mkcard.sh
new file mode 120000
index 0000000..b8c8a70
--- /dev/null
+++ b/recipes/angstrom/omap3-mkcard/omap3-mkcard.sh
@@ -0,0 +1 @@
+../../../contrib/angstrom/omap3-mkcard.sh
\ No newline at end of file





More information about the Openembedded-commits mailing list