[oe-commits] org.oe.dev angstrom-minimal-image: fix up for situation where the ssh daemon isn't defined in local.conf

koen commit openembedded-commits at lists.openembedded.org
Mon Apr 30 10:56:02 UTC 2007


angstrom-minimal-image: fix up for situation where the ssh daemon isn't defined in local.conf

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

#
# mt diff -rf5dbd0eb02962843803995819607c166d0df03ad -r7546d6631f8c7bf1d7416a3c03ef0c2691163a5d
#
# 
# 
# patch "packages/images/angstrom-minimal-image.bb"
#  from [aa9afb65c3b7adbbe9877b63fba4d9b0e3c981be]
#    to [9fc996ad7cc5cf3c8dfc1610cda27b4a37423fd4]
# 
============================================================
--- packages/images/angstrom-minimal-image.bb	aa9afb65c3b7adbbe9877b63fba4d9b0e3c981be
+++ packages/images/angstrom-minimal-image.bb	9fc996ad7cc5cf3c8dfc1610cda27b4a37423fd4
@@ -1,11 +1,15 @@ ANGSTROM_EXTRA_INSTALL ?= ""
 #Angstrom minimalist image
 #gives you a small images with ssh access
 LICENSE = "MIT"
 PR = "r0"
 
 ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
 
-DEPENDS = "task-base"
+DEPENDS = "task-base \
+           ${DISTRO_SSH_DAEMON} \
+	  "
+
 RDEPENDS = "task-boot \
             ${DISTRO_SSH_DAEMON} \
 	   "






More information about the Openembedded-commits mailing list