diff options
Diffstat (limited to 'packages/tasks/task-slugos.bb')
-rw-r--r-- | packages/tasks/task-slugos.bb | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/packages/tasks/task-slugos.bb b/packages/tasks/task-slugos.bb index ecb3189741..4b8fde02c0 100644 --- a/packages/tasks/task-slugos.bb +++ b/packages/tasks/task-slugos.bb @@ -20,20 +20,23 @@ ALLOW_EMPTY = "1" SLUGOS_STANDARD_RDEPENDS = "" SLUGOS_STANDARD_RRECOMMENDS = "" -# diff, cpio and find are required for reflash and turnup ram. -# Removing these probably leaves the system bootable, but standard -# openslug and ucslugc stuff won't work, so only take these out in -# very non-standard turnkey slugos builds. -# -# udev is the default way of handling devices, there is no guarantee -# that the static device table is completely correct (it is just -# known to be sufficient for boot.) -SLUGOS_STANDARD_RRECOMMENDS += "diffutils cpio findutils" +# diff, cpio and find are required for turnup and ipkg. +SLUGOS_STANDARD_RRECOMMENDS += "\ +diffutils \ +cpio \ +findutils \ +" # These lines add support for formatting ext2 and ext3 file systems # on a hard disk attached to the NSLU2. ext3 is the standard Linux # file system. -SLUGOS_STANDARD_RRECOMMENDS += "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck e2fsprogs-badblocks" +SLUGOS_STANDARD_RRECOMMENDS += "\ +e2fsprogs-mke2fs \ +e2fsprogs-fsck \ +e2fsprogs-e2fsck \ +e2fsprogs-badblocks \ +e2fsprogs-blkid \ +" # These lines add support for an X/Y/ZModem package called lrzsz # (this is of use for people with modified NSLU2 hardware which @@ -66,7 +69,6 @@ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " - # Add daemon required for HW RNG support SLUGOS_RNG_TOOLS_PACKAGE = "rng-tools" SLUGOS_RNG_TOOLS_PACKAGE_linux-uclibc = "" @@ -93,6 +95,9 @@ kernel-module-ixp4xx-qmgr \ kernel-module-via-velocity \ " +# Other candidate packages that have been considered and +# are intentionally excluded from the base flash image. +# # portmap \ # kexec-tools \ # kernel-module-nfs \ @@ -118,7 +123,6 @@ RDEPENDS += "\ module-init-tools modutils-initscripts \ ipkg-collateral ipkg ipkg-link \ beep \ - e2fsprogs-blkid \ util-linux-mount \ util-linux-umount \ util-linux-swaponoff \ @@ -126,6 +130,7 @@ RDEPENDS += "\ ${SLUGOS_STANDARD_RDEPENDS} \ ${DISTRO_EXTRA_RDEPENDS}" +DISTRO_EXTRA_RRECOMMENDS ?= "" RRECOMMENDS += "\ openssh \ ${SLUGOS_STANDARD_RRECOMMENDS} \ |