Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux: drop the old style kernels unshared S #1843

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

quaresmajose
Copy link
Member

The default source code location for kernel is defined on the kernel.bbclass and it was 'S = "${STAGING_KERNEL_DIR}"'

In reality, although the kernel has its code in 'S = "${WORKDIR}/git"' it ends up being moved to '${STAGING_KERNEL_DIR}' in the do_symlink_kernsrc kernel.bbclass function.

With this change, the do_symlink_kernsrc kernel.bbclass function will no longer create the symbolic link and the final result will be the same.

The default source code location for kernel is defined on the kernel.bbclass
and it was 'S = "${STAGING_KERNEL_DIR}"'

In reality, although the kernel has its code in 'S = "${WORKDIR}/git"' it ends up
being moved to '${STAGING_KERNEL_DIR}' in the do_symlink_kernsrc kernel.bbclass function.

With this change, the do_symlink_kernsrc kernel.bbclass function will no longer create
the symbolic link and the final result will be the same.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
@quaresmajose
Copy link
Member Author

Found this issue on the oe-core mailing list https://lists.openembedded.org/g/openembedded-core/topic/106531570

@otavio otavio merged commit 3f8b3bf into Freescale:master Jun 12, 2024
@quaresmajose quaresmajose deleted the linux branch June 12, 2024 10:48
Copy link

Successfully created backport PR #1846 for scarthgap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants