Hi,
am using Qt5 recipes with Yocto using fsl-community-bsp and the meta-qt5 layer from .Qt 5.3.0 release on i.MX6 using fsl-community-bsp and meta-qt5 In my conf, it has DISTRO_FEATURES_remove = "x11 wayland".
However, when I add the above lines CORE_IMAGE_EXTRA_INSTALL += "dhcp-server dhcp-client" and bitbake, it gives error.
ERROR: Nothing PROVIDES 'virtual/libx11' (but /home/ramakanth/Yocto/sources/poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb DEPENDS on or otherwise requires it)
ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
ERROR: libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
NOTE: Runtime target 'consolekit' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['consolekit', 'virtual/libx11']
ERROR: Required build target 'core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 'consolekit', 'virtual/libx11']
Please let me know how can I add dhcp in this framebuffer backend image.
Thanks and Regards,
Ramakanth