From 4eed1f45bf1af2f9346b5711fcfe12e6a02e997f Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 2 May 2021 12:43:39 +0200 Subject: [PATCH] init.sh: add sample for EXTRA_IMAGEDEPENDS --- local.conf.common.inc.sample | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/local.conf.common.inc.sample b/local.conf.common.inc.sample index ba00fd8..730b215 100644 --- a/local.conf.common.inc.sample +++ b/local.conf.common.inc.sample @@ -248,6 +248,10 @@ SSTATE_MIRRORS = "\ # NOTE: Some masked targets with related depends could break the build. # BBMASK += "/meta-neutrino/recipes-qt/qt5" +### Build packages but do not install packages into root filesystem/image +# https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-EXTRA_IMAGEDEPENDS +EXTRA_IMAGEDEPENDS += " samba " + # These entries replace default installed entries which are contained in ./meta-neutrino/recipes-images/images/neutrino-image-base.inc. # You can add more entries with variable IMAGE_INSTALL_append see below... # @@ -301,5 +305,5 @@ SSTATE_MIRRORS = "\ # Put additional packages that should be packaged into your image. Separated with a whitespace. or use IMAGE_INSTALL += ... # -# IMAGE_INSTALL_append = " gdb-dbg glibc-dbg glibc-thread-db qtwebflix webmin rpm" -# IMAGE_INSTALL_append = " gdb-dbg glibc-dbg glibc-thread-db webmin rpm" +# IMAGE_INSTALL_append = " gdb-dbg glibc-dbg glibc-thread-db qtwebflix webmin" +# IMAGE_INSTALL_append = " gdb-dbg glibc-dbg glibc-thread-db webmin"