Tiny image already includes opkg package management, so it would be
helpful to also include feed configuration for ease of managing the
packages at run-time.

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../recipes-core/images/arago-tiny-image.bb            | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/images/arago-tiny-image.bb 
b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb
index ed3f5566..465d322b 100644
--- a/meta-arago-distro/recipes-core/images/arago-tiny-image.bb
+++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb
@@ -1,4 +1,3 @@
-
 # Common pieces for Arago images
 
 LICENSE = "MIT"
@@ -13,7 +12,14 @@ IMAGE_FSTYPES += "cpio"
 EXTRA_IMAGECMD_ext2.gz += "-i 4096"
 
 # Install a small set of utils which can be used for diagnostics
-ARAGO_TINY_IMAGE_EXTRA_INSTALL ?= "parted util-linux e2fsprogs dosfstools 
devmem2"
+ARAGO_TINY_IMAGE_EXTRA_INSTALL ?= " \
+       parted \
+       util-linux \
+       e2fsprogs \
+       dosfstools \
+       devmem2 \
+       arago-feed-config \
+"
 
 IMAGE_INSTALL += " \
        packagegroup-arago-sysvinit-boot \
-- 
2.17.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to