[oe-commits] org.oe.dev task-slugos: Formatting cleanup, no functional change.

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Dec 19 08:13:15 UTC 2007


task-slugos: Formatting cleanup, no functional change.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: ef13329bbbd4f012c6b62ed2726334f37114eeb9
ViewMTN: http://monotone.openembedded.org/revision/info/ef13329bbbd4f012c6b62ed2726334f37114eeb9
Files:
1
packages/tasks/task-slugos.bb
Diffs:

#
# mt diff -r0e46905eb3bd8fd88a0d21acfc461cfda162b85b -ref13329bbbd4f012c6b62ed2726334f37114eeb9
#
# 
# 
# patch "packages/tasks/task-slugos.bb"
#  from [6828037c6d95ea3758b661c5277817df96d75b69]
#    to [62a3f9c847703c3e7329b87d8891319e81f9fea0]
# 
============================================================
--- packages/tasks/task-slugos.bb	6828037c6d95ea3758b661c5277817df96d75b69
+++ packages/tasks/task-slugos.bb	62a3f9c847703c3e7329b87d8891319e81f9fea0
@@ -20,20 +20,23 @@ SLUGOS_STANDARD_RRECOMMENDS = ""
 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-utf8 \
 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-via-velocity \
 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} \






More information about the Openembedded-commits mailing list