aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2011-02-13 11:10:38 -0600
committerMike Westerhof <mwester@dls.net>2011-02-13 11:10:38 -0600
commit5a93c40d6207569a37e0f87bd8e23bd5b827740e (patch)
tree193127b2bb40e4881c4550852fef859c864248d0 /recipes/tasks
parentcd58f6ff853e1f96f1995314bcce7dafed8f74b2 (diff)
downloadopenembedded-5a93c40d6207569a37e0f87bd8e23bd5b827740e.tar.gz
SlugOS: tast-slugos -- add kernel-module-ext4 in current dev images.
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-slugos.bb14
1 files 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.