[yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

Jean-Baptiste MARIE jbaptiste.marie at gmail.com
Mon Sep 23 05:48:43 PDT 2019


Hello,
Thanks for your answer. It seems "x11" is enabled as a distro feature
during my build.

I am using the following layers:

- meta-freescale (branch rocko): that meta overloads gtk recipe as shown
below:

PACKAGECONFIG_remove_imxgpu2d = " \
    ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \
"

CFLAGS_append_imxgpu2d = " \
    -DLINUX \
    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB
-DEGL_API_WL', '', d)} \
"

- meta-solidrun-arm-imx6 (branch rocko): that branch overloads gtk recipe
with the .bbappend as shown below:

DEPENDS_append_imxgpu2d = " virtual/egl"

PACKAGECONFIG_remove_imxgpu2d = " \
    ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \
"

I do not see any reason why gdk-x11-3.0 would not be built
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190923/c772af90/attachment-0001.html>


More information about the yocto mailing list