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

kernel: Disabled kernel symlinks

We disable the creation of symlinks for the kernel.
Because of our FAT boot partition, the symlinks lead to errors
during the installation process.
Disabling the link creation fixes the installation, but leads to
another error during the pack operation of Flash-N-Go-System.
This new issue needs to be fixed separately.
parent 6e3a840e
No related branches found
No related tags found
No related merge requests found
Pipeline #17431 failed with stage
in 8 seconds
......@@ -14,10 +14,9 @@ EXTRA_OEMAKE += " 'DTC_FLAGS=-@' "
# it generates the -- in the name
KERNEL_ARTIFACT_NAME = "${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
# Removing the symlinks at this point provokes errors during the build.
# Since it doesn't solve the issue with links in our boot filesystem,
# we reenable it here.
KERNEL_IMAGETYPE_SYMLINK = "1"
# We have a FAT boot partition. Creating links for the Kernel leads
# to errors during the installation.
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
......
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