minimal-image: respect ANGSTROM_EXTRA_DEPENDS.
authorLeon Woestenberg <leon@sidebranch.com>
Sun, 29 Mar 2009 15:12:14 +0000 (17:12 +0200)
committerLeon 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

index f00c858..e1635dc 100644 (file)
@@ -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 \
           "