[oe-commits] org.oe.dev slugos-image: Added netconsole into the kernel

rwhitby commit openembedded-commits at lists.openembedded.org
Fri Dec 1 11:47:41 UTC 2006


slugos-image: Added netconsole into the kernel

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 90d85c84a5f781d8689eccc9c5b6e43af3a0d480
ViewMTN: http://monotone.openembedded.org/revision.psp?id=90d85c84a5f781d8689eccc9c5b6e43af3a0d480
Files:
1
packages/images/slugos-image.bb
Diffs:

#
# mt diff -r96f5e93d3ce5a053fe2145c4c39a103123ff796a -r90d85c84a5f781d8689eccc9c5b6e43af3a0d480
#
# 
# 
# patch "packages/images/slugos-image.bb"
#  from [c8750a0ddc8bd2c60460c98e783ea047edbfdb12]
#    to [2112ca04e36100ec986684cc6491fcfff4518244]
# 
============================================================
--- packages/images/slugos-image.bb	c8750a0ddc8bd2c60460c98e783ea047edbfdb12
+++ packages/images/slugos-image.bb	2112ca04e36100ec986684cc6491fcfff4518244
@@ -6,7 +6,7 @@ LICENSE = "MIT"
 DESCRIPTION = "Generic SlugOS image"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r40"
+PR = "r41"
 
 COMPATIBLE_MACHINE = "nslu2"
 
@@ -53,7 +53,7 @@ EXTRA_IMAGEDEPENDS += "${IMAGE_TOOLS}"
 
 # CONFIG:
 # SLUGOS_EXTRA_RDEPENDS: set in conf, things to add to the image
-# SLUGOS_SUPPORT:        set to here, see below, added to the image.
+# SLUGOS_SUPPORT:        set here, see below, added to the image.
 # SLUGOS_KERNEL:         set here, kernel modules added to the image
 #
 # Do not override the last two unless you really know what you
@@ -69,11 +69,10 @@ SLUGOS_SUPPORT ?= "diffutils cpio findut
 # known to be sufficient for boot.)
 SLUGOS_SUPPORT ?= "diffutils cpio findutils udev"
 
-# kernel-module-netconsole is here because it is small and is
-# highly useful on minimal systems (which really don't have anywhere
-# other than the network to output error messages!)
-SLUGOS_KERNEL ?= "kernel-module-netconsole"
+SLUGOS_KERNEL ?= ""
 
+SLUGOS_EXTRA_RDEPENDS ?= ""
+
 RDEPENDS = "kernel ixp4xx-npe \
 	base-files base-passwd netbase \
         busybox initscripts-slugos slugos-init \






More information about the Openembedded-commits mailing list