android-rpi / kernel_manifest

Android-RPi Kernel Manifest
9 stars 19 forks source link

Align default revision with Android version #8

Open icedieler opened 2 years ago

icedieler commented 2 years ago

Certain projects may move forward on their master branch breaking compatibility with other Android-version-specific projects. This happend e.g. with the 'kernel/build' project where on the master branch certain path' and locations have changed.

Thus we have to pin the default revision to the Android and kernel version we want to build for. This also fixes issue #7.

Change-Id: Icf22094caf3521d506acaeb9a3c3f9265d1a877f

peyo-hd commented 2 years ago

Thanks for pointing out the problem. Now I have rebased arpi-5.10 to common-android12-5.10-lts of aosp kernel/manifest. It will fix the revision to master-kernel-build-2021 like your PR.

Since android-rpi/kernel_arpi has been based on android12-5.10-lts for several months, the manifest rebase might be proper re-alignment.

mse6cob commented 2 years ago

@peyo-hd ,

Thanks for the input. I have re based again with latest arpi-5.10. But still i facing the below error.

merged configuration written to /data2/ci04hi/remote/workspace/android_kernel/common/arch/arm64/configs/arpi_defconfig (needs make) #

So I have tried with (https://github.com/MaJiu/kernel_manifest) . It is working fine.

https://github.com/android-rpi/device_arpi_rpi4/issues/96#issuecomment-1048349487

Thanks.