Tool/software:
Hi
We are using 8.02 SDK with yocto build with processor-sdk-linux-08_06_01_03.txt ,in which we need add java17 in yocto build ,I tried with adding
############################################
# Addition of openjdk-8 and minicom to the default build
PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
IMAGE_INSTALL_append = " minicom openjdk-8" in yocto local.conf
and in bblayer.conf
###################################
# Addition of the meta-java layer
BBLAYERS += "${MYDIR}/meta-java"
###################################

It gives below error
for ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/mahesh/tisdk/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 8126 at 2024-09-13 11:43:18.545049 ---
ERROR: Layer meta-java is not compatible with the core layer which only supports these series: dunfell (layer is compatible with scarthgap)
also added screenshot of image