[oe-commits] org.oe.dev SlugOS 5.0: task-slugos - temporarily add mdadm and raid1 support to base image

mwester commit oe at amethyst.openembedded.net
Mon Sep 1 18:32:47 UTC 2008


SlugOS 5.0: task-slugos - temporarily add mdadm and raid1 support to base image
to facilitate broader testing, add netconsole to base image for next steps, and
cleanup comments in general.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 1ee552cc6f52635092d975d976326b9977dfc32e
ViewMTN: http://monotone.openembedded.org/revision/info/1ee552cc6f52635092d975d976326b9977dfc32e
Files:
1
packages/tasks/task-slugos.bb
Diffs:

#
# mt diff -rcdd9d1c543126b02dd14925c940ec6a31e071be8 -r1ee552cc6f52635092d975d976326b9977dfc32e
#
#
#
# patch "packages/tasks/task-slugos.bb"
#  from [3b4b6bd42f720b35aec589f38a0f20c8bc0b38a3]
#    to [d7893ccc3bda41a34d284b184607af64d0ea806b]
#
============================================================
--- packages/tasks/task-slugos.bb	3b4b6bd42f720b35aec589f38a0f20c8bc0b38a3
+++ packages/tasks/task-slugos.bb	d7893ccc3bda41a34d284b184607af64d0ea806b
@@ -6,7 +6,7 @@ LICENSE = "MIT"
 DESCRIPTION = "Task packages for the SlugOS distribution"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r20"
+PR = "r21"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
 ALLOW_EMPTY = "1"
@@ -21,14 +21,10 @@ SLUGOS_STANDARD_RRECOMMENDS = ""
 SLUGOS_STANDARD_RDEPENDS = ""
 SLUGOS_STANDARD_RRECOMMENDS = ""
 
-# diff, cpio and find are required for turnup and ipkg.
+# The full cpio (non-busybox) is required for turnup and sysconfig.
 SLUGOS_STANDARD_RRECOMMENDS += "\
 cpio \
 "
-## SlugOS 5.0 -- uses busybox diff & find; cpio still needs -p and ability to
-## create CRC archives before we can use busybox cpio - MJW
-#diffutils \
-#findutils \
 
 # These lines add support for formatting ext2 and ext3 file systems
 # on a hard disk attached to the NSLU2.  ext3 is the standard Linux
@@ -41,12 +37,6 @@ e2fsprogs-blkid \
 e2fsprogs-blkid \
 "
 
-# These lines add support for an X/Y/ZModem package called lrzsz
-# (this is of use for people with modified NSLU2 hardware which
-# supports a serial port.)
-## SlugOS 5.0 -- uses busybox rx command - MJW
-#SLUGOS_STANDARD_RRECOMMENDS += "lrzsz"
-
 # Filesystem selection.  Adding entries here adds the module to the
 # image.  The module must be built as part of nslu2-kernel (i.e. it
 # must be specified as a module in the defconfig file).  The NLS
@@ -100,8 +90,17 @@ kernel-module-via-velocity \
 kernel-module-ixp4xx-mac \
 kernel-module-ixp4xx-qmgr \
 kernel-module-via-velocity \
+kernel-module-netconsole \
 "
 
+# Add packages and modules required for RAID-1 support
+# (temporary, intended only to facilitate testing - MJW)
+SLUGOS_STANDARD_RRECOMMENDS += "\
+mdadm \
+kernel-module-md-mod \
+kernel-module-raid1 \
+"
+
 # Other candidate packages that have been considered and
 # are intentionally excluded from the base flash image.
 #
@@ -110,10 +109,10 @@ kernel-module-via-velocity \
 # kernel-module-isofs \
 # kernel-module-udf \
 # kernel-module-loop \
-# kernel-module-netconsole \
+# wireless-tools \
 # wpa-supplicant \
 # zd1211-firmware kernel-module-zd1211rw \
-# madwifi-ng-modules madwifi-ng-tools wireless-tools \
+# madwifi-ng-modules madwifi-ng-tools \
 
 DISTRO_EXTRA_DEPENDS ?= ""
 DEPENDS += "${DISTRO_EXTRA_DEPENDS}"






More information about the Openembedded-commits mailing list