Freescale / meta-freescale

Layer containing NXP hardware support metadata
Other
164 stars 248 forks source link

linux: drop the old style kernels unshared S #1843

Closed quaresmajose closed 1 month ago

quaresmajose commented 1 month ago

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.

quaresmajose commented 1 month ago

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

github-actions[bot] commented 1 month ago

Successfully created backport PR #1846 for scarthgap.