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:
8d94d2e
)
minimal-image: respect ANGSTROM_EXTRA_DEPENDS.
author
Leon Woestenberg
<leon@sidebranch.com>
Sun, 29 Mar 2009 15:12:14 +0000
(17:12 +0200)
committer
Leon Woestenberg
<leon@sidebranch.com>
Sun, 29 Mar 2009 15:16:41 +0000
(17:16 +0200)
Although the minimal(ist) image is meant to be, well,
minimal, we should not restrict users from adding a
package using ANGSTROM_EXTRA_DEPENDS.
Rationale: All images are meant as a senseful base
for customization, and expansion by the user.
recipes/images/minimal-image.bb
patch
|
blob
|
history
diff --git
a/recipes/images/minimal-image.bb
b/recipes/images/minimal-image.bb
index
f00c858
..
e1635dc
100644
(file)
--- a/
recipes/images/minimal-image.bb
+++ b/
recipes/images/minimal-image.bb
@@
-9,6
+9,7
@@
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
IMAGE_INSTALL = "task-boot \
util-linux-mount util-linux-umount \
${DISTRO_SSH_DAEMON} \
+ ${ANGSTROM_EXTRA_INSTALL} \
angstrom-version \
"