[oe-commits] org.oe.dev disapproval of revision '1d3cbf1f69da57387c0d0eb4329fc5054a9ccec0'

likewise commit openembedded-commits at lists.openembedded.org
Thu May 17 18:36:30 UTC 2007


disapproval of revision '1d3cbf1f69da57387c0d0eb4329fc5054a9ccec0'

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 161f25ff852644b094fb04a166a56a41156e3f66
ViewMTN: http://monotone.openembedded.org/revision.psp?id=161f25ff852644b094fb04a166a56a41156e3f66
Files:
1
packages/helloworld
packages/helloworld/helloworld_1.0.0.bb
packages/images/helloworld-image.bb
packages/images/angstrom-minimal-image.bb
Diffs:

#
# mt diff -r1d3cbf1f69da57387c0d0eb4329fc5054a9ccec0 -r161f25ff852644b094fb04a166a56a41156e3f66
#
# 
# 
# delete "packages/helloworld"
# 
# delete "packages/helloworld/helloworld_1.0.0.bb"
# 
# delete "packages/images/helloworld-image.bb"
# 
# patch "packages/images/angstrom-minimal-image.bb"
#  from [7b97fe77abef735efe99de61eedf4f99c8533a77]
#    to [9fc996ad7cc5cf3c8dfc1610cda27b4a37423fd4]
# 
============================================================
--- packages/images/angstrom-minimal-image.bb	7b97fe77abef735efe99de61eedf4f99c8533a77
+++ packages/images/angstrom-minimal-image.bb	9fc996ad7cc5cf3c8dfc1610cda27b4a37423fd4
@@ -1,10 +1,22 @@
-# Hello world image
-# gives you a small image with a statically linked
+#Angstrom minimalist image
+#gives you a small images with ssh access
 LICENSE = "MIT"
 PR = "r0"
 
-export IMAGE_BASENAME = "helloworld-image"
+ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+DEPENDS = "task-base \
+           ${DISTRO_SSH_DAEMON} \
+	  "
+
+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