summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-rpi.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc
index 95a9530..53383b0 100644
--- a/recipes-kernel/linux/linux-rpi.inc
+++ b/recipes-kernel/linux/linux-rpi.inc
@@ -13,9 +13,9 @@ ARM_KEEP_OABI ?= "1"
13# Quirk for udev greater or equal 141 13# Quirk for udev greater or equal 141
14UDEV_GE_141 ?= "1" 14UDEV_GE_141 ?= "1"
15 15
16# Set the verbosity of kernel messages during runtime 16# You can define CMDLINE_DEBUG as "debug" in your local.conf or distro.conf
17# You can define CMDLINE_DEBUG in your local.conf or distro.conf to override this behaviour 17# to enable kernel debugging.
18CMDLINE_DEBUG ?= '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug", d)}' 18CMDLINE_DEBUG ?= ""
19CMDLINE_append = " ${CMDLINE_DEBUG}" 19CMDLINE_append = " ${CMDLINE_DEBUG}"
20 20
21KERNEL_INITRAMFS ?= '${@base_conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}' 21KERNEL_INITRAMFS ?= '${@base_conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}'