From 8c95b63cadee3393d9c9c3e06185ea71ebb8d707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 28 Sep 2018 16:32:23 +0200 Subject: [PATCH] Add less to DISTRO_EXTRA_RRECOMMENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/angstrom.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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} \ "