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

kernel: Fixed PACKAGE_EXCLUDE for kernel-image

The kernel isn't supposed to be part of the Flash-N-Go-System
ramfs. Since Kirkstone, the old way of removing the kernel doesn't
work anymore. With the PACKAGE_EXCLUDE, the kernel is excluded from
the do_rootfs step.
parent e9a8dd4c
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
...@@ -86,7 +86,7 @@ IMAGE_INSTALL_FNG:append:mx8m-generic-bsp = " \ ...@@ -86,7 +86,7 @@ IMAGE_INSTALL_FNG:append:mx8m-generic-bsp = " \
# Since the Kernel is loaded separately anyways, we remove it # Since the Kernel is loaded separately anyways, we remove it
# from the ramfs for now. # from the ramfs for now.
PACKAGE_EXCLUDE = " \ PACKAGE_EXCLUDE = " \
kernel-image-5.10.9 \ kernel-image-* \
" "
PACKAGE_INSTALL += " \ PACKAGE_INSTALL += " \
......
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