[oe-commits] org.oe.dev angstrom-minimal-image: add an image for people that needs something smaller as angstrom-console-image

koen commit openembedded-commits at lists.openembedded.org
Mon Apr 30 09:45:46 UTC 2007


angstrom-minimal-image: add an image for people that needs something smaller as angstrom-console-image

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

#
# mt diff -rfc08ef3a5c912fd6d28344d3db518dcd57f6d887 -rf5dbd0eb02962843803995819607c166d0df03ad
#
# 
# 
# add_file "packages/images/angstrom-minimal-image.bb"
#  content [aa9afb65c3b7adbbe9877b63fba4d9b0e3c981be]
# 
============================================================
--- packages/images/angstrom-minimal-image.bb	aa9afb65c3b7adbbe9877b63fba4d9b0e3c981be
+++ packages/images/angstrom-minimal-image.bb	aa9afb65c3b7adbbe9877b63fba4d9b0e3c981be
@@ -0,0 +1,18 @@
+#Angstrom minimalist image
+#gives you a small images with ssh access
+LICENSE = "MIT"
+PR = "r0"
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+DEPENDS = "task-base"
+RDEPENDS = "task-boot \
+            ${DISTRO_SSH_DAEMON} \
+	   "
+
+export IMAGE_BASENAME = "minimalist-image"
+export IMAGE_LINGUAS = ""
+export PACKAGE_INSTALL = "${RDEPENDS}"
+
+inherit image
+






More information about the Openembedded-commits mailing list