[oe-commits] org.oe.dev packages/images/minimal-image.bb : Add a minimal-image that contains only the nessesary progs to boot

ifaistos commit openembedded-commits at lists.openembedded.org
Sat May 12 18:43:46 UTC 2007


packages/images/minimal-image.bb : Add a minimal-image that contains only the nessesary progs to boot
and an ssh daemon for systems with limited flash resources

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 04e66b01ee822895efeb76e94c17d1f6605e0f83
ViewMTN: http://monotone.openembedded.org/revision.psp?id=04e66b01ee822895efeb76e94c17d1f6605e0f83
Files:
1
packages/images/minimal-image.bb
Diffs:

#
# mt diff -re78d06b743e63df64013341d08057a2e1b1c5318 -r04e66b01ee822895efeb76e94c17d1f6605e0f83
#
# 
# 
# add_file "packages/images/minimal-image.bb"
#  content [6bf7c56b0ae91e162894f159a69df27446441717]
# 
============================================================
--- packages/images/minimal-image.bb	6bf7c56b0ae91e162894f159a69df27446441717
+++ packages/images/minimal-image.bb	6bf7c56b0ae91e162894f159a69df27446441717
@@ -0,0 +1,22 @@
+#Create a minimal image for devices with little flash
+#gives you a small images with ssh access
+LICENSE = "MIT"
+PR = "r0"
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+DEPENDS = "task-base \
+           ${DISTRO_SSH_DAEMON} \
+	  "
+
+RDEPENDS = "task-boot \
+            ${DISTRO_SSH_DAEMON} \
+	   "
+
+export IMAGE_BASENAME = "minimal-image"
+export IMAGE_LINGUAS = ""
+export PACKAGE_INSTALL = "${RDEPENDS}"
+
+inherit image
+






More information about the Openembedded-commits mailing list