SlugOS: tast-slugos -- add kernel-module-ext4 in current dev images.
authorMike Westerhof <mwester@dls.net>
Sun, 13 Feb 2011 17:10:38 +0000 (11:10 -0600)
committerMike Westerhof <mwester@dls.net>
Sun, 13 Feb 2011 17:10:38 +0000 (11:10 -0600)
recipes/tasks/task-slugos.bb

index 7abdf25..d7e6102 100644 (file)
@@ -6,7 +6,7 @@
 DESCRIPTION = "Task packages for the SlugOS distribution"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r29"
+PR = "r30"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(nslu2|ixp4xx|sheevaplug|qemuarm)"
 ALLOW_EMPTY = "1"
@@ -24,11 +24,6 @@ SLUGOS_STANDARD_RRECOMMENDS = ""
 SLUGOS_MACHINE_RDEPENDS = ""
 SLUGOS_MACHINE_RRECOMMENDS = ""
 
-# The full cpio (non-busybox) is required for turnup and sysconfig.
-##SLUGOS_STANDARD_RRECOMMENDS += "\
-##cpio \
-##"
-
 # 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.
@@ -85,8 +80,11 @@ kernel-module-uhci-hcd \
 #"
 ## End - MJW
 
-# Add kexec, for convenience for developers (remove for release)
-SLUGOS_STANDARD_RRECOMMENDS += "kexec"
+# Add stuff for developer convenience (may be removed for release)
+SLUGOS_STANDARD_RRECOMMENDS += "\
+kexec \
+kernel-module-ext4 \
+"
 
 # Add the machine-specific RRECOMMENDS_${PN} stuff -- kernel modules required for
 # network support.