git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b3bd53
)
disapproval of revision '04e66b01ee822895efeb76e94c17d1f6605e0f83'
author
Koen Kooi
<koen@openembedded.org>
Sat, 12 May 2007 19:01:59 +0000
(19:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 12 May 2007 19:01:59 +0000
(19:01 +0000)
packages/images/minimal-image.bb
[deleted file]
patch
|
blob
|
history
diff --git
a/packages/images/minimal-image.bb
b/packages/images/minimal-image.bb
deleted file mode 100644
(file)
index
235cdbc
..0000000
--- a/
packages/images/minimal-image.bb
+++ /dev/null
@@
-1,22
+0,0 @@
-#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
-