[oe-commits] Mike Westerhof : SlugOS: tast-slugos -- add kernel-module-ext4 in current dev images.

git version control git at git.openembedded.org
Sun Feb 13 17:11:36 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5a93c40d6207569a37e0f87bd8e23bd5b827740e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a93c40d6207569a37e0f87bd8e23bd5b827740e

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Feb 13 11:10:38 2011 -0600

SlugOS: tast-slugos -- add kernel-module-ext4 in current dev images.

---

 recipes/tasks/task-slugos.bb |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/recipes/tasks/task-slugos.bb b/recipes/tasks/task-slugos.bb
index 7abdf25..d7e6102 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.





More information about the Openembedded-commits mailing list