Hi list, When I was building a core-image-directfb, bitbake failed like below.
---------->8------copied from #yocto@irc.freenode------->8-------- 16:16 < chengwei> $ bitbake core-image-directfb 16:16 < chengwei> Loading cache: 100% |#############################################################################################| ETA: 00:00:00 16:16 < chengwei> Loaded 1218 entries from dependency cache. 16:16 < chengwei> ERROR: Nothing PROVIDES 'core-image-directfb' 16:16 < chengwei> ERROR: core-image-directfb was skipped: missing required distro feature ['directfb'] (not in DISTRO_FEATURES) ------------>8------------end------->8----------------- It complained "directfb" not in DISTRO_FEATURES, and that's true. From the poky source code, I found that there is a commit introduced change to meta/recipes-graphics/images/core-image-directfb.bb by using "distro_feature_check", this *does* break the build though it's not the one to be blamed, the real bug is as bitbake said "there is no directfb feature" used by core-image-directfb.bb. Is there a plan to fix this? -- Thanks, Chengwei
signature.asc
Description: Digital signature
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto