diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:04:59 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:06:36 +0200 |
commit | e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f (patch) | |
tree | 9f95d413ab0f29ed1384df78bec92b275e156881 /recipes-graphics/xorg-xserver | |
parent | b89a2743fb27b2e5644a74fae156b88a4ca48781 (diff) | |
download | meta-raspberrypi-e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f.tar.gz |
xserver-xf86-config: Use SOC specific assignements
In this way the modifications will be used on all RPI boards.
Change-Id: Ife10db876db85c1c4944028a0b49ccae4d8c0d41
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 4ca42d6..2cf40f8 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
@@ -1,10 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf " | 3 | SRC_URI_append_rpi = " file://xorg.conf.d/10-evdev.conf " |
4 | 4 | ||
5 | do_install_append_raspberrypi () { | 5 | do_install_append_rpi () { |
6 | install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ | 6 | install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ |
7 | install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/ | 7 | install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/ |
8 | } | 8 | } |
9 | 9 | ||
10 | FILES_${PN}_raspberrypi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*" | 10 | FILES_${PN}_rpi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*" |