Skip to content
Snippets Groups Projects
Commit ce5c75a5 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

kernel:logo: Fixed boot logo selection

The names of the fngsystem and guf (now seco) logo have changed.
parent 51c5b091
No related branches found
No related tags found
1 merge request!263kernel:logo: Fixed boot logo selection
Pipeline #26758 passed with stage
in 19 seconds
......@@ -19,5 +19,5 @@ KERNEL_ARTIFACT_NAME = "${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
KERNEL_IMAGETYPE_SYMLINK = "0"
do_configure:prepend:fng() {
sed -i -e 's|# CONFIG_LOGO_GF_FNGSYSTEM_CLUT224 is not set|# CONFIG_LOGO_GF_CLUT224 is not set|' ${WORKDIR}/defconfig
sed -i -e 's|# CONFIG_LOGO_FNGSYSTEM_CLUT224 is not set|# CONFIG_LOGO_SECO_CLUT224 is not set|' ${WORKDIR}/defconfig
}
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