diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2022-12-09 18:05:03 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-09 10:39:27 -0800 |
commit | 6746c04f85c734c3323d3e579592f3c4493abd7e (patch) | |
tree | 1274b0e0b1fd64445add042a7bacf7b8d6b9e2ae /meta-oe/recipes-graphics/xorg-driver | |
parent | 15893f46f8af8c91d922fa41f9a1f537d92aeb9a (diff) | |
download | meta-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.bb | 2 |
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 94e2ea43ee..3082e2e6bf 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 | |||
12 | XORG_DRIVER_COMPRESSOR = ".tar.gz" | 12 | XORG_DRIVER_COMPRESSOR = ".tar.gz" |
13 | DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto" | 13 | DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto" |
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES += "opengl" | ||
16 | |||
15 | PACKAGECONFIG ??= "udev glamor" | 17 | PACKAGECONFIG ??= "udev glamor" |
16 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | 18 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" |
17 | PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor" | 19 | PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor" |