yocto_os/sources/meta-tsgrain/recipes-core/packagegroups/packagegroup-essential.bb

18 lines
379 B
BlitzBasic

# This recipe is intended as a 'simpler' replacement for packagegroup-base.
# Please communicate your use cases and suggestions to the mailinglist(s)
SUMMARY = "Basic task to get a device online"
inherit packagegroup
RRECOMMENDS_${PN} = "\
avahi-daemon avahi-utils \
iptables \
\
tzdata \
\
cpufrequtils \
htop \
bash-completion \
nano \
"