diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index 21dcb60..2141ae4 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -67,17 +67,6 @@ XSERVER ?= " \ xf86-video-modesetting \ " -# do some packagegroup-base stuff here -# packagegroup-boot: no need to comment -# packagegroup-base: merge machine and distro features / enable DISTRO_EXTRA_RRECOMMENDS -# util-linux-mount util-linux-umount: busybox mount is broken or not really usable -# less: makes journalctl readable / coloured -DISTRO_EXTRA_RDEPENDS += " \ - util-linux-mount util-linux-umount \ - less \ -" - -# This also hooks into packagegroup-base, but isn't mandatory. # 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" # @@ -85,6 +74,9 @@ DISTRO_EXTRA_RDEPENDS += " \ # 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 +# util-linux-mount util-linux-umount: busybox mount is broken or not really usable +# less: makes journalctl readable / coloured +# # DEBUG_APPS: ship strace and procpc to make simple debugging a lot easier DISTRO_EXTRA_RRECOMMENDS += " \ os-release \ @@ -100,6 +92,9 @@ DISTRO_EXTRA_RRECOMMENDS += " \ openssh-sftp-server \ \ strace procps \ + \ + util-linux-mount util-linux-umount \ + less \ " # workaround oe-core long lasting bulls.. 049f89155b1e80875aad6e53b21808b827c06915