summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-12-09 18:05:03 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-09 10:39:27 -0800
commit6746c04f85c734c3323d3e579592f3c4493abd7e (patch)
tree1274b0e0b1fd64445add042a7bacf7b8d6b9e2ae /meta-oe/recipes-graphics/xorg-driver
parent15893f46f8af8c91d922fa41f9a1f537d92aeb9a (diff)
downloadmeta-openembedded-6746c04f85c734c3323d3e579592f3c4493abd7e.tar.gz
xf86-video-amdgpu: add opengl to REQUIRED_DISTRO_FEATURES
Fix the below yocto compliance issue: ERROR: Nothing PROVIDES 'virtual/libgbm' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb DEPENDS on or otherwise requires it). Close matches: virtual/libc virtual/libomxil virtual/libusb0 ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xf86-video-amdgpu', 'virtual/libgbm'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver')
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb
index 94e2ea43e..3082e2e6b 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb
@@ -12,6 +12,8 @@ SRC_URI[sha256sum] = "bc47a1a8854e790270fa5de2fb9dfe8558139b03d8f68ac1057dcd235d
12XORG_DRIVER_COMPRESSOR = ".tar.gz" 12XORG_DRIVER_COMPRESSOR = ".tar.gz"
13DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto" 13DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto"
14 14
15REQUIRED_DISTRO_FEATURES += "opengl"
16
15PACKAGECONFIG ??= "udev glamor" 17PACKAGECONFIG ??= "udev glamor"
16PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" 18PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
17PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor" 19PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor"