From 5a93c40d6207569a37e0f87bd8e23bd5b827740e Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sun, 13 Feb 2011 11:10:38 -0600 Subject: [PATCH] SlugOS: tast-slugos -- add kernel-module-ext4 in current dev images. --- recipes/tasks/task-slugos.bb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/recipes/tasks/task-slugos.bb b/recipes/tasks/task-slugos.bb index 7abdf2577f..d7e6102296 100644 --- a/recipes/tasks/task-slugos.bb +++ b/recipes/tasks/task-slugos.bb @@ -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. -- 2.39.5