diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 0004a96..0e0fec0 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -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} \ "