Description
Not sure where should I raise the issue at. Seems like there are some inconsistencies in the device tree repo as well? Still I'm raising it here, should be a matter of writing a correct manifest anyway..
Qualcomm plans to release the source code for the SM8750 on CodeLinaro in April, and manifest file will be provided then.
Hi @OnePlusOSSAdmin ,
So, the common kernel, msm kernel and device tree repos are posted, but the oneplus/sm8750 branch of kernel manifest repo is still basically empty.
Locally I have tried writing my own kernel manifest here for OnePlus 13 based on what has already been listed in oneplus/sm8650/oneplus12_v.xml
, but can't use it to build anything.
Both:
$ tools/bazel run --lto=thin //common:kernel_aarch64_dist
and
$ ./kernel_platform/oplus/build/oplus_build_kernel.sh sun perf
have failed to run with errors like undefined names or missing config file.
Suspect there is margin for adding extra dependencies compared with oneplus/sm8650
. This time, please consider updating the manifest files on your side.
Thanks,
@rowheel