diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-23 09:59:31 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-23 10:07:40 -0300 |
| commit | b579763aacec7c809a97f4a3bdc786c7759ef471 (patch) | |
| tree | 7143293ff82e972ec8ae538284fa3c57bcac1da9 | |
| parent | d55aa9a594b0401cbb43d9064d5755d21a0b9ee6 (diff) | |
| download | meta-freescale-b579763aacec7c809a97f4a3bdc786c7759ef471.tar.gz | |
xserver-xf86-config: merge imx53qsb and imx53ard onto mx5
This avoids meta-data duplication and easy code reuse for external
boards as they only need to make the board machine configuration from
mx5 SOC_FAMILY to properly configure Xorg.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53qsb/xorg.conf | 45 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf (renamed from meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53ard/xorg.conf) | 0 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 |
3 files changed, 1 insertions, 46 deletions
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53qsb/xorg.conf b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53qsb/xorg.conf deleted file mode 100644 index bbb1f5305..000000000 --- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53qsb/xorg.conf +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | Section "InputDevice" | ||
| 2 | Identifier "Generic Keyboard" | ||
| 3 | Driver "kbd" | ||
| 4 | Option "XkbRules" "xorg" | ||
| 5 | Option "XkbModel" "pc105" | ||
| 6 | Option "XkbLayout" "us" | ||
| 7 | EndSection | ||
| 8 | |||
| 9 | Section "InputDevice" | ||
| 10 | Identifier "Configured Mouse" | ||
| 11 | Driver "mouse" | ||
| 12 | Option "CorePointer" | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | Section "InputClass" | ||
| 16 | Identifier "eGalax" | ||
| 17 | MatchIsTouchscreen "on" | ||
| 18 | MatchDevicePath "/dev/input/event*" | ||
| 19 | Driver "evdev" | ||
| 20 | EndSection | ||
| 21 | |||
| 22 | Section "Device" | ||
| 23 | Identifier "i.MX Accelerated Framebuffer Device" | ||
| 24 | Driver "imx" | ||
| 25 | Option "fbdev" "/dev/fb0" | ||
| 26 | # This option only recognized when "mxc_epdc_fb" frame buffer driver in | ||
| 27 | # use. Values are "RGB565" (default, 16-bit RGB), "Y8" (8-bit gray), | ||
| 28 | # and "Y8INV" (8-bit gray inverted). | ||
| 29 | Option "FormatEPDC" "Y8INV" | ||
| 30 | EndSection | ||
| 31 | |||
| 32 | Section "Monitor" | ||
| 33 | Identifier "Configured Monitor" | ||
| 34 | EndSection | ||
| 35 | |||
| 36 | Section "Screen" | ||
| 37 | Identifier "Default Screen" | ||
| 38 | Monitor "Configured Monitor" | ||
| 39 | Device "i.MX Accelerated Framebuffer Device" | ||
| 40 | EndSection | ||
| 41 | |||
| 42 | Section "ServerLayout" | ||
| 43 | Identifier "Default Layout" | ||
| 44 | Screen "Default Screen" | ||
| 45 | EndSection | ||
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53ard/xorg.conf b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf index bbb1f5305..bbb1f5305 100644 --- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/imx53ard/xorg.conf +++ b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf | |||
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 56cb29453..761eac95c 100644 --- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Append path for freescale layer to include bsp xorg.conf | 1 | # Append path for freescale layer to include bsp xorg.conf |
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 3 | 3 | ||
| 4 | PRINC := "${@int(PRINC) + 1}" | 4 | PRINC := "${@int(PRINC) + 2}" |
