[oe] [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware

Koen Kooi koen at dominion.thruhere.net
Tue Jan 21 19:32:28 UTC 2014


Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
index a453f90..d4d9591 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
@@ -9,6 +9,7 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
 DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
             virtual/libgl xineramaproto libpciaccess"
 RDEPENDS_${PN} += "xserver-xorg-module-exa"
+RRECOMMENDS_${PN} += "linux-firmware"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
-- 
1.7.10




More information about the Openembedded-devel mailing list