[OE-core] Kernel headers in SDK
Nemicolopterus Crypticus
ncrypticus at gmail.com
Fri Aug 5 19:03:30 UTC 2016
Hi all,
I need the kernel headers to show up in my SDK.
I'm running
$ bitbake <image name> -c populate_sdk
I've tried both of these, separately and together:
IMAGE_INSTALL += "kernel-devsrc"
TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc"
It always fails with this:
|
/local/mnt/workspace2/mollyn/platform/1aug/poky/build/tmp/work/qcom_bsp-poky-linux/kernel-devsrc/1.0-r0/image/usr/src/kernel/arch/arm64/boot/Makefile:17:
/local/mnt/workspace2/mollyn/platform/1aug/poky/build/tmp/work/custom_bsp-poky-linux/kernel-devsrc/1.0-r0/image/usr/src/kernel/arch/arm64/boot/dts/qcom/Makefile:
No such file or directory
| make[2]: *** No rule to make target
`/local/mnt/workspace2/mollyn/platform/1aug/poky/build/tmp/work/custom_bsp-poky-linux/kernel-devsrc/1.0-r0/image/usr/src/kernel/arch/arm64/boot/dts/qcom/Makefile'.
Stop.
The virtual kernel is set like this in the machine conf file:
PREFERRED_PROVIDER_virtual/kernel = "linux-msm"
It's the exact issue described here:
https://lists.yoctoproject.org/pipermail/yocto/2015-July/025453.html
But the fix doesn't work for me.
Is there something we need to add to our kernel?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160805/1c970c8b/attachment-0002.html>
More information about the Openembedded-core
mailing list