When running configure and using the template to add Java JDK 8 to the build there is an error about missing gtk+3. The README in the template does not indicate any other options need to be specified besides these: --with-layer=meta-java,common --with-template=feature/jdk8
$ configure --enable-kernel=cgl --enable-rootfs=glibc-cgl \ --enable-board=qemux86-64 --enable-doc-pages=yes \ --enable-ccache=no --enable-jobs=10 \ --enable-parallel-pkgbuilds=16 --enable-reconfig \ --with-rcpl-version=0003 --with-layer=meta-java,common \ --with-template=feature/jdk8 The end of the configure is: ERROR: Nothing PROVIDES 'gtk+3' (but /projects/wrl8_rcpl3_2/layers/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb DEPENDS on or otherwise requires it) ERROR: gtk+3 was skipped: one of '['x11', 'wayland']' needs to be in DISTRO_FEATURES UPDATE Build also fails with feature/jdk7 but the missing feature in this case seems to be opengl. Neither template has a complete dependency list.