On Wed, Nov 1, 2017 at 2:03 PM, Adam Lee <[email protected]> wrote: > I believe something is incorrect in my distro level configuration. Apart > from including x11 and wayland in DISTRO_FEATURES, what else can I check to > build core-image-weston? > > build@6e35408e8fa5:~/tisdk/build$ bitbake core-image-weston > NOTE: Started PRServer with DBfile: > /home/build/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 42704, > PID: 13401 > Loading cache: 100% > |###########################################################################################################| > Time: 0:00:02 > Loaded 3286 entries from dependency cache. > Parsing recipes: 100% > |#########################################################################################################| > Time: 0:00:01 > Parsing of 2538 .bb files complete (2537 cached, 1 parsed). 3286 targets, > 272 skipped, 0 masked, 0 errors. > WARNING: No recipes available for: > > /home/build/tisdk/sources/meta-openamp/recipes-bsp/device-tree/device-tree-generation_%.bbappend > NOTE: Resolving any missing task queue dependencies > ERROR: Nothing RPROVIDES 'weston-xwayland' (but > /home/build/tisdk/sources/oe-core/meta/recipes-graphics/images/core-image-weston.bb > RDEPENDS on or otherwise requires it) > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['weston-xwayland'] > ERROR: Required build target 'core-image-weston' has no buildable providers. > Missing or unbuildable dependency chain was: ['core-image-weston', > 'weston-xwayland'] > > Summary: There was 1 WARNING message shown. > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > > > > On Wed, Nov 1, 2017 at 12:53 PM Burton, Ross <[email protected]> wrote: >> >> On 1 November 2017 at 15:58, Adam Lee <[email protected]> wrote: >>> >>> Thanks Fabien, I definitely don't have Xwayland in my rootfs. My manifest >>> is missing xserver-xorg-xwayland as well. >>> >>> Which image are you using? I thought including of "x11 wayland" was >>> sufficient. Perhaps not..? >>> >> >> Are you refering to DISTRO_FEATURES? That just controls what is >> *available*, not what goes into a particular image. As Fabien said, >> core-image-weston is the classic example of an image that has Weston. >>
you need opengl in DISTRO_FEATURES as well. additionally weston-xwayland would need wayland and x11 in DISTRO_FEATURES >> Ross > > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
