diff options
| -rw-r--r-- | docs/extra-build-config.md | 6 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 365c490..8d4f897 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
| @@ -95,6 +95,12 @@ this variable in local.conf: | |||
| 95 | 95 | ||
| 96 | ENABLE_KGDB = "1" | 96 | ENABLE_KGDB = "1" |
| 97 | 97 | ||
| 98 | ## Disable rpi boot logo | ||
| 99 | |||
| 100 | To disable rpi boot logo, set this variable in local.conf: | ||
| 101 | |||
| 102 | DISABLE_RPI_BOOT_LOGO = "1" | ||
| 103 | |||
| 98 | ## Boot to U-Boot | 104 | ## Boot to U-Boot |
| 99 | 105 | ||
| 100 | To have u-boot load kernel image, set in your local.conf: | 106 | To have u-boot load kernel image, set in your local.conf: |
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index f79aacb..f336490 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
| @@ -23,6 +23,9 @@ CMDLINE ?= "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 root | |||
| 23 | # Add the kernel debugger over console kernel command line option if enabled | 23 | # Add the kernel debugger over console kernel command line option if enabled |
| 24 | CMDLINE_append = ' ${@base_conditional("ENABLE_KGDB", "1", "kgdboc=serial0,115200", "", d)}' | 24 | CMDLINE_append = ' ${@base_conditional("ENABLE_KGDB", "1", "kgdboc=serial0,115200", "", d)}' |
| 25 | 25 | ||
| 26 | # Disable rpi logo on boot | ||
| 27 | CMDLINE_append += ' ${@base_conditional("DISABLE_RPI_BOOT_LOGO", "1", "logo.nologo", "", d)}' | ||
| 28 | |||
| 26 | UDEV_GE_141 ?= "1" | 29 | UDEV_GE_141 ?= "1" |
| 27 | 30 | ||
| 28 | KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}" | 31 | KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}" |
