* [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* Re: [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware
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
0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2014-01-21 20:21 UTC (permalink / raw)
To: OE-devel; +Cc: Koen Kooi
On 21 January 2014 19:32, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS.
A blanket recommendation like that seems like you should be splitting
the relevant firmware into a separate package first.
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware
2014-01-21 20:21 ` Burton, Ross
@ 2014-01-22 14:36 ` Otavio Salvador
2014-01-23 9:57 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-01-22 14:36 UTC (permalink / raw)
To: OpenEmbedded Devel List; +Cc: Koen Kooi
On Tue, Jan 21, 2014 at 6:21 PM, Burton, Ross <ross.burton@intel.com> wrote:
> On 21 January 2014 19:32, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS.
>
> A blanket recommendation like that seems like you should be splitting
> the relevant firmware into a separate package first.
Agreed; this helps to reduce the footprint increase from this change.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware
2014-01-22 14:36 ` Otavio Salvador
@ 2014-01-23 9:57 ` Koen Kooi
2014-01-23 10:42 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2014-01-23 9:57 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Otavio Salvador schreef op 22-01-14 15:36:
> On Tue, Jan 21, 2014 at 6:21 PM, Burton, Ross <ross.burton@intel.com>
> wrote:
>> On 21 January 2014 19:32, Koen Kooi <koen@dominion.thruhere.net>
>> wrote:
>>> Technically it won't work without, but it's possible to build the
>>> firmware into the kernel, so use RRECOMMENDS.
>>
>> A blanket recommendation like that seems like you should be splitting
>> the relevant firmware into a separate package first.
>
> Agreed; this helps to reduce the footprint increase from this change.
http://patches.openembedded.org/patch/65573/
I'll send an updated patch for xf86-video-ati after the above lands in oe-core.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFS4OeIMkyGM64RGpERApRhAJ4lMjwhZUchxfoBVAZEho0g9H0oTgCfRude
EGTQJzxZft0XY4k+6tnadew=
=mbHG
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] xf86-video-ati: recommend linux-firmware
2014-01-23 9:57 ` Koen Kooi
@ 2014-01-23 10:42 ` Otavio Salvador
0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2014-01-23 10:42 UTC (permalink / raw)
To: OpenEmbedded Devel List
On Thu, Jan 23, 2014 at 7:57 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Otavio Salvador schreef op 22-01-14 15:36:
>> On Tue, Jan 21, 2014 at 6:21 PM, Burton, Ross <ross.burton@intel.com>
>> wrote:
>>> On 21 January 2014 19:32, Koen Kooi <koen@dominion.thruhere.net>
>>> wrote:
>>>> Technically it won't work without, but it's possible to build the
>>>> firmware into the kernel, so use RRECOMMENDS.
>>>
>>> A blanket recommendation like that seems like you should be splitting
>>> the relevant firmware into a separate package first.
>>
>> Agreed; this helps to reduce the footprint increase from this change.
>
> http://patches.openembedded.org/patch/65573/
>
> I'll send an updated patch for xf86-video-ati after the above lands in oe-core.
Thanks a lot
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [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.