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"
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.
#"
## 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.