diff options
| author | Zdzisław Krajewski <zdzichucb@gmail.com> | 2017-07-10 18:15:27 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-09-01 11:14:19 +0100 |
| commit | 7a7d871cc1e0a0c5d217ea4a2bca4f4a76e5a9c9 (patch) | |
| tree | 2809a26cd30d7129a391d732edb6bbfd6d0b7c84 /recipes-kernel | |
| parent | 88478c38744e6a57361b438095fee1d808690a00 (diff) | |
| download | meta-raspberrypi-7a7d871cc1e0a0c5d217ea4a2bca4f4a76e5a9c9.tar.gz | |
linux-raspberrypi: Add option for disabling rpi boot logo.
Signed-off-by Zdzisław Krajewski <zdzichucb@gmail.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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)}" |
