lucimber / meta-openjdk-temurin

This is a software layer for Java VMs, for use with OpenEmbedded and Yocto Project build systems. The binaries are provided by the Eclipse Temurin Project.
GNU General Public License v2.0
5 stars 3 forks source link

Overriding TARGET_ARCH is problematic #46

Open s-hemer opened 1 month ago

s-hemer commented 1 month ago

Overriding TARGET_ARCH (https://github.com/lucimber/meta-openjdk-temurin/blob/d78a29cbc2bd1d09e958349fab1c71075faacf37/recipes-core/openjdk-17-jre/openjdk-17-jre_17.0.10%2B7.bb#L7C1-L7C29) does not build when using compiler tunes like i.e. "crypto". That results in sstate manifests commonly named manifest-cortexa53-crypto-* in my case, yet the JRE package searches them only for manifest-cortexa53-*.

sebveit commented 1 month ago

Sorry for the late reply. Thanks for reporting that issue. I'll look into it!