aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-11-24 14:03:41 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-11-25 12:27:21 +0100
commite5fa909fe39ab951b54ce4f28561454f625474f5 (patch)
tree99986ca65b60f95acd797d01d99332a4d1fee6fa /recipes-kernel
parent3891bb76f75983a93685c8b920efd60e8d175725 (diff)
downloadmeta-handheld-e5fa909fe39ab951b54ce4f28561454f625474f5.tar.gz
linux(-kexecboot).inc: don't use IMAGE_FEATURES to decide CMDLINE_DEBUG
* user can still define CMDLINE_DEBUG in local.conf or distro.conf * recipe output should be the same when we're using it in image with debug-tweaks and later in another image this time without debug-tweaks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-kexecboot.inc2
-rw-r--r--recipes-kernel/linux/linux.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-kexecboot.inc b/recipes-kernel/linux/linux-kexecboot.inc
index 815a4dd..f6a061e 100644
--- a/recipes-kernel/linux/linux-kexecboot.inc
+++ b/recipes-kernel/linux/linux-kexecboot.inc
@@ -22,7 +22,7 @@ LOGO_SIZE ?= "."
# Set the verbosity of kernel messages during runtime
# You can define CMDLINE_DEBUG in your local.conf or distro.conf to override this behaviour
-CMDLINE_DEBUG ?= '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "loglevel=3", d)}'
+CMDLINE_DEBUG ?= "loglevel=3"
# Note how we set loglevel=3 and master console on serial to protect bootlogo.
CMDLINE_c7x0 = "console=tty1 console=ttyS0,115200n8"
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index 4558ffe..b126861 100644
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux.inc
@@ -12,7 +12,7 @@ ARM_KEEP_OABI ?= "1"
# Set the verbosity of kernel messages during runtime
# You can define CMDLINE_DEBUG in your local.conf or distro.conf to override this behaviour
-CMDLINE_DEBUG ?= '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "loglevel=3", d)}'
+CMDLINE_DEBUG ?= "loglevel=3"
# Kernel bootlogo is distro-specific (default is OE logo).
# Logo resolution (qvga, vga, ...) is machine-specific.