Re: [Question]:How to build kernel as externalsrc that is missing .git?
Mans Zigher <mans.zigher@...>
For anyone having some similar issue with the linux-msm please notice
toggle quoted messageShow quoted text
https://source.codeaurora.org/quic/le/meta-qti-bsp/tree/recipes-kernel/linux-msm/linux-msm.inc?id=cbe4d954a9a37dd15e78e3dfdc823ffc6776d746 do_kernel_checkout[noexec] = "1" This will result in issues if you don't already have a .git directory in the kernel source code. To unset this add unset do_kernel_checkout[noexec] to your bbappend file. /Mans Den ons 29 jan. 2020 kl 08:27 skrev Måns Zigher <mans.zigher@...>:
|
|