All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware
@ 2014-01-21 19:32 Koen Kooi
  2014-01-21 20:21 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2014-01-21 19:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

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@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-23 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 19:32 [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware Koen Kooi
2014-01-21 20:21 ` Burton, Ross
2014-01-22 14:36   ` Otavio Salvador
2014-01-23  9:57     ` Koen Kooi
2014-01-23 10:42       ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.