Skip to content
Snippets Groups Projects
Commit c813895b authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

linux-raspberrypi: Silence boot graphics


Disable the logo and the console cursor for a better UX in blueprints.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 34238076
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
SRC_URI += "file://blueprints-misc.cfg"
# Silence the console cursor
CMDLINE_append = " vt.global_cursor_default=0"
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_LOGO=n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment