Adding meta-oracle-java to core-image-base

Hi,

I’m trying to add oracle-jse-jre to the core-image-base. I’ve cloned the meta-oracle-java layer and updated the local.conf and the bblayers.conf files as follows:

local.conf
IMAGE_INSTALL_append += " oracle-jse-jre"
LICENSE_FLAGS_WHITELIST += “oracle_java”

bblayers.conf
/meta-oracle-java

However, when i run the core-image-base recipe i get the following error:

ERROR: Nothing PROVIDES ‘virtual/java-native’ (but /meta-oracle-java/recipes-devtools/oracle-java/oracle-jse-jre_1.8.0.bb DEPENDS on or otherwise requires it). Close matches:
virtual/make-native
virtual/db-native
virtual/java

It is not clear to me where to find this ‘virtual/java-native’.

Any ideas?

Thanks

please take a look at the last post here:
https://community.nxp.com/thread/316078#364691