public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH V2] xserver-xf86-config: pre-load int10 and exa modules
@ 2016-08-20 20:36 Khem Raj
  2016-08-25 13:44 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-08-20 20:36 UTC (permalink / raw)
  To: openembedded-core

musl doesn't like lazy loading that xorg uses, therefore
load the needed modules explicitly

[YOCTO #10169]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/conf/machine/qemux86-64.conf                                    | 5 ++++-
 meta/conf/machine/qemux86.conf                                       | 5 ++++-
 .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf         | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 489194a..ac2c039 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -22,7 +22,10 @@ XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-video-cirrus \
            xf86-video-fbdev \
-           xf86-video-vmware"
+           xf86-video-vmware \
+           xf86-video-modesetting \
+           xserver-xorg-module-libint10 \
+           "
 
 MACHINE_FEATURES += "x86"
 
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 3cc8091..5d22e52 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -21,7 +21,10 @@ XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-video-cirrus \
            xf86-video-fbdev \
-           xf86-video-vmware"
+           xf86-video-vmware \
+           xf86-video-modesetting \
+           xserver-xorg-module-libint10 \
+           "
 
 MACHINE_FEATURES += "x86"
 
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
index 7ceb6fd..72e4fbf 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
@@ -3,7 +3,7 @@ Section "Module"
     Load "fb"
     Load "shadow"
     Load "shadowfb"
+    Load "int10"
     Load "vbe"
     Load "vgahw"
 EndSection
-
-- 
2.9.3



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

* Re: [PATCH V2] xserver-xf86-config: pre-load int10 and exa modules
  2016-08-20 20:36 [PATCH V2] xserver-xf86-config: pre-load int10 and exa modules Khem Raj
@ 2016-08-25 13:44 ` Burton, Ross
  2016-08-25 14:06   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2016-08-25 13:44 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

On 20 August 2016 at 21:36, Khem Raj <raj.khem@gmail.com> wrote:

> @@ -3,7 +3,7 @@ Section "Module"
>      Load "fb"
>      Load "shadow"
>      Load "shadowfb"
> +    Load "int10"
>      Load "vbe"
>      Load "vgahw"
>  EndSection
>

The log says "int10 and exa" but V2 has lost all exa references.  Is this
intentional?

Ross

[-- Attachment #2: Type: text/html, Size: 843 bytes --]

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

* Re: [PATCH V2] xserver-xf86-config: pre-load int10 and exa modules
  2016-08-25 13:44 ` Burton, Ross
@ 2016-08-25 14:06   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-08-25 14:06 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

On Aug 25, 2016 6:45 AM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
>
> On 20 August 2016 at 21:36, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> @@ -3,7 +3,7 @@ Section "Module"
>>      Load "fb"
>>      Load "shadow"
>>      Load "shadowfb"
>> +    Load "int10"
>>      Load "vbe"
>>      Load "vgahw"
>>  EndSection
>
>
> The log says "int10 and exa" but V2 has lost all exa references.  Is this
intentional?

Yes. It is not needed on qemu. I should have updated commit msg.
>
> Ross

[-- Attachment #2: Type: text/html, Size: 917 bytes --]

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

end of thread, other threads:[~2016-08-25 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20 20:36 [PATCH V2] xserver-xf86-config: pre-load int10 and exa modules Khem Raj
2016-08-25 13:44 ` Burton, Ross
2016-08-25 14:06   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox