sonyxperiadev / kernel

Other
353 stars 362 forks source link

techpack/audio/kconfig something in config is wrong #2274

Closed ghost closed 4 years ago

ghost commented 4 years ago

techpack/Kconfig:1: can't open file "techpack/audio/Kconfig" make[1]: [scripts/kconfig/Makefile:113: aosp_tone_dora_defconfig] Error 1 make: [Makefile:534: aosp_tone_dora_defconfig] Error 2

ghost commented 4 years ago

Please fix for Sony X and XZ

kholk commented 4 years ago

You have to clone the techpacks gits to the proper folders. This is not a bug.

Besides that, please use the bug tracker next time.

ghost commented 4 years ago

I have to clone which one?

MartinX3 commented 4 years ago

I assume you search this https://www.github.com/sonyxperiadev/local_manifests

ix5 commented 4 years ago

Follow the Kernel compilation guide to the letter and you will not have the issues you describe.

For your benefit, the issue lies in the fact that you are trying to compile a 4.14 kernel, which relies on git submodules. The submodules and their location can be found in the local_manifests xml file for the 4.14 kernel.

But your devices are not supported on 4.14 yet: Both Xperia X ("suzu") on the loire platform as well as Xperia XZ ("kagura") on the tone platform are only supported on 4.9.

Please close this issue.

ix5 commented 4 years ago

@jerpelea you might want to turn off the "Issues" functionality for this repo altogether, and redirect people to the common bug tracker.