linaro-swg / optee_android_manifest

Android manifest for building OP-TEE in AOSP
38 stars 34 forks source link

Hikey AOSP build and python2 #77

Closed a21152 closed 1 year ago

a21152 commented 1 year ago

It seems Hikey AOSP (using tag 3.13.0) is failing to build due to python2 in some of the scripts.

Installing python2 does not solve the issue.

How are you getting around the build issue in your quarterly release test builds?

jforissier commented 1 year ago

Hi @a21152,

I don't think anyone has been running AOSP tests on the quarterly releases for quite some time (git log --grep="Tested-by:.*[Aa][Oo][Ss][Pp]" hints at 3.15.0 in September 2021). But, since you are using an older tag I suppose you should be able to reproduce the build. Maybe you need to run an older OS as a build host in VM or a container?

a21152 commented 1 year ago

Hi Jerome,

You are right. I was misled by the documentation which still states it is run quarterly.

https://optee.readthedocs.io/en/latest/building/aosp/aosp.html

I am trying to wade out the errors manually.

Thanks, Ali