diff options
| -rw-r--r-- | recipes-kernel/linux/linux-rpi.inc | 6 |
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 |
| 14 | UDEV_GE_141 ?= "1" | 14 | UDEV_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. |
| 18 | CMDLINE_DEBUG ?= '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug", d)}' | 18 | CMDLINE_DEBUG ?= "" |
| 19 | CMDLINE_append = " ${CMDLINE_DEBUG}" | 19 | CMDLINE_append = " ${CMDLINE_DEBUG}" |
| 20 | 20 | ||
| 21 | KERNEL_INITRAMFS ?= '${@base_conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}' | 21 | KERNEL_INITRAMFS ?= '${@base_conditional("INITRAMFS_IMAGE_BUNDLE", "1", "1", "", d)}' |
