Add less to DISTRO_EXTRA_RRECOMMENDS

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-09-28 16:32:23 +02:00
parent c5193894b0
commit 8c95b63cad

View File

@@ -67,20 +67,28 @@ DISTRO_EXTRA_RDEPENDS += " \
# If you don't want parts of this in your packagegroup-base using images you can put this in the image recipe:
# BAD_RECOMMENDATIONS = "avahi-daemon avahi-autoipd"
# Note that BAD_RECOMMENDATIONS is a feature of rootfs_ipk.bbclass, not angstrom
#
# os-release: Distro release info on target
# less: makes journalctl readable / coloured
# kernel modules: ship fs modules so you can mount stuff and af-packet so networking works
# avahi: makes finding your device on the network a lot easier
# openssh-sftp-server: provides sftp which combined with avahi makes it real easy to use things like sshfs
# psplash-angstrom: angstrom branded psplash, you can add your own psplash-foo to an image, it uses update-alternatives
# DEBUG_APPS: ship strace and procpc to make simple debugging a lot easier
DISTRO_EXTRA_RRECOMMENDS += " \
os-release \
\
less \
\
kernel-module-vfat \
kernel-module-ext2 \
kernel-module-ext3 \
kernel-module-af-packet \
\
avahi-daemon \
avahi-autoipd \
\
openssh-sftp-server \
\
${DEBUG_APPS} \
"