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

Makefile: support out-of-source kernel build directory #116

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

pcolberg
Copy link
Contributor

Yocto stores kernel source and build trees in separate directories, where the latter contains the .config file.

KERNELDIR and KERNELBUILDDIR correspond to the Yocto variables STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR, respectively.

Link: https://docs.yoctoproject.org/4.3/kernel-dev/common.html#incorporating-out-of-tree-modules
Link: https://docs.yoctoproject.org/4.3/ref-manual/variables.html#term-STAGING_KERNEL_DIR
Link: https://docs.yoctoproject.org/4.3/ref-manual/variables.html#term-STAGING_KERNEL_BUILDDIR

Yocto stores kernel source and build trees in separate
directories, where the latter contains the .config file.

KERNELDIR and KERNELBUILDDIR correspond to the Yocto variables
STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR, respectively.

Link: https://docs.yoctoproject.org/4.3/kernel-dev/common.html#incorporating-out-of-tree-modules
Link: https://docs.yoctoproject.org/4.3/ref-manual/variables.html#term-STAGING_KERNEL_DIR
Link: https://docs.yoctoproject.org/4.3/ref-manual/variables.html#term-STAGING_KERNEL_BUILDDIR
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
@pcolberg pcolberg merged commit 7896664 into intel/fpga-ofs-dev-6.6-lts Apr 2, 2024
15 checks passed
@pcolberg pcolberg deleted the pcolberg/yocto branch April 2, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants