Hello,
I'm trying to generate an embedded linux image with a java oracle
meta but here what I get :
aida@aida:~/poky/build$ bitbake core-image-minimal
Loading cache: 100% |##########################################| ETA:
00:00:00
Loaded 1292 entries from dependency cache.
WARNING: No bb files matched BBFILE_PATTERN_oraclejava
'^/home/aida/poky/meta-oracle-java/'
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'oracle-jse-jdk-i586' (but
/home/aida/poky/meta/recipes-core/images/core-image-minimal.bb
RDEPENDS on or otherwise requires it)
ERROR: oracle-jse-jdk-i586 was skipped: because it has a restricted
license not whitelisted in LICENSE_FLAGS_WHITELIST
NOTE: Runtime target 'oracle-jse-jdk-i586' is unbuildable,
removing...
Missing or unbuildable dependency chain was: ['oracle-jse-jdk-i586']
ERROR: Required build target 'core-image-minimal' has no buildable
providers.
Missing or unbuildable dependency chain was: ['core-image-minimal',
'oracle-jse-jdk-i586']
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit
code.
Despite my bblayers.conf :
BBLAYERS ?= " \
/home/aida/poky/meta \
/home/aida/poky/meta-yocto \
/home/aida/poky/meta-oracle-java \
/home/aida/poky/meta-yocto-bsp \
"
And my local.conf :
LICENSE_FLAGS_WHITELIST += "oracle_java"
I can't find where this No bb files matched BBFILE_PATTERN warning
came from, neither then the licence problem...
Thank you !