[oe-commits] org.oe.dev SlugOS: bump kernel up to svn 888 to pick up kexec patches, add kexec-tools

mwester commit openembedded-commits at lists.openembedded.org
Sun Jul 1 04:36:31 UTC 2007


SlugOS: bump kernel up to svn 888 to pick up kexec patches, add kexec-tools
to the base rootfs.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 8fb2c300a421316b3500b6a68ba35545115885e7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8fb2c300a421316b3500b6a68ba35545115885e7
Files:
1
packages/linux/ixp4xx-kernel_2.6.21.5.bb
packages/tasks/task-slugos.bb
Diffs:

#
# mt diff -rfd9a914dff2caa887dff9d4dbbac99fa3aef811c -r8fb2c300a421316b3500b6a68ba35545115885e7
#
# 
# 
# patch "packages/linux/ixp4xx-kernel_2.6.21.5.bb"
#  from [280077a18b031293c1f1b450119bc5c7d1ddf0c8]
#    to [e9d08ce5b60b02d66a289a758050037e3be2b544]
# 
# patch "packages/tasks/task-slugos.bb"
#  from [8c69c0f0db2c1ab6eccbe28cb5703ed893995c13]
#    to [9b3a116faea9265f7fc10285942e53fbc831e391]
# 
============================================================
--- packages/linux/ixp4xx-kernel_2.6.21.5.bb	280077a18b031293c1f1b450119bc5c7d1ddf0c8
+++ packages/linux/ixp4xx-kernel_2.6.21.5.bb	e9d08ce5b60b02d66a289a758050037e3be2b544
@@ -6,7 +6,7 @@
 # http://trac.nslu2-linux.org/kernel/
 #
 # The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "879"
+IXP4XX_KERNEL_SVN_REV = "888"
 #
 # The directory containing the patches to be applied is
 # specified below
============================================================
--- packages/tasks/task-slugos.bb	8c69c0f0db2c1ab6eccbe28cb5703ed893995c13
+++ packages/tasks/task-slugos.bb	9b3a116faea9265f7fc10285942e53fbc831e391
@@ -6,7 +6,7 @@ LICENSE = "MIT"
 DESCRIPTION = "Task packages for the SlugOS distribution"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r10"
+PR = "r11"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 ALLOW_EMPTY = "1"
 
@@ -100,6 +100,16 @@ madwifi-ng-modules madwifi-ng-tools \
 madwifi-ng-modules madwifi-ng-tools \
 "
 
+## Other wireless tools that should be considered
+## should space be available in the rootfs
+# wireless-tools wpa-supplicant \
+# zd1211-firmware kernel-module-zd1211rw \
+
+# Add kexec tools for rebooting alternate kernels
+SLUGOS_STANDARD_RRECOMMENDS += "\
+kexec-tools \
+"
+
 # Add modules required for Network Console support
 # NOTE: This module is desirable for systems lacking a physical
 # console, but is usually only enabled if specific needs or issues






More information about the Openembedded-commits mailing list