[oe-commits] Mike Westerhof : SlugOS: slugos-init - bump PR, and tuck away the reflash tool on the rootfs

GIT User account git at amethyst.openembedded.net
Sun Dec 14 17:24:40 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8502cfe831bf7e5dc10423abe13089c12abd7bc8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8502cfe831bf7e5dc10423abe13089c12abd7bc8

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Dec 14 11:21:26 2008 -0600

SlugOS: slugos-init - bump PR, and tuck away the reflash tool on the rootfs

---

 packages/slugos-init/slugos-init_5.0.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/slugos-init/slugos-init_5.0.bb b/packages/slugos-init/slugos-init_5.0.bb
index cb3fd33..c92eb9d 100644
--- a/packages/slugos-init/slugos-init_5.0.bb
+++ b/packages/slugos-init/slugos-init_5.0.bb
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "file://boot/flash \
 	   file://boot/disk \
@@ -28,6 +28,7 @@ SRC_URI = "file://boot/flash \
 	   file://sysconf \
 	   file://leds \
 	   file://turnup \
+	   file://reflash \
 	   "
 
 SBINPROGS = ""
@@ -104,6 +105,9 @@ do_install() {
 	# Configuration files
 	install -m 0644 conffiles ${D}${sysconfdir}/default
 
+	# Developer-only tools, tucked away
+	install -m 0755 reflash ${D}${sysconfdir}/default
+
 	set +ex
 }
 





More information about the Openembedded-commits mailing list