From e3a9459b2f7e5f7a0d7b0be3629bd402d09f7f16 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 21 Oct 2016 17:12:36 +0200 Subject: Make weston variables machine-specific MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These variables need to be conditional to qemu* (intel-corei7??) and should not pollute other targets. Use OVERRIDES here to avoid cut-n-paste. Change-Id: I6eec3de2da0143c0a3ee40beaf73ba77acfe0a3d Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend index 74f9e59e4..b117ada46 100644 --- a/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-agl-bsp/recipes-graphics/wayland/weston_%.bbappend @@ -4,16 +4,21 @@ RDEPENDS_${PN}_append_qemux86 = " mesa-megadriver" RDEPENDS_${PN}_append_qemux86-64 = " mesa-megadriver" RDEPENDS_${PN}_append_intel-corei7-64 = " mesa-megadriver" -SRC_URI_append = "\ +# OVERRIDES save us some c'n'p below ... +OVERRIDES_prepend_qemux86 = "customwestonini:" +OVERRIDES_prepend_qemux86-64 = "customwestonini:" +# intel-corei7-64 ?? + +SRC_URI_append_customwestonini = "\ file://weston-qemu-drm.ini \ " -do_install_append() { +do_install_append_customwestonini() { WESTON_CONFIG_DIR=${sysconfdir}/xdg/weston install -d ${D}${WESTON_CONFIG_DIR} install -m 0644 ${WORKDIR}/weston-qemu-drm.ini ${D}${WESTON_CONFIG_DIR}/weston.ini } -FILES_${PN} += " \ +FILES_${PN}_append_customwestonini = " \ ${sysconfdir}/xdg/weston/weston.ini \ " -- cgit 1.2.3-korg Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 49d19d809067970e19e69feb6825fe6dadacbdf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<RCC>
    <qresource prefix="/images">
        <file>AGL_HMI_Background_Car-01.png</file>
        <file>HMI_AppLauncher_Connectivity_Active-01.png</file>
        <file>HMI_AppLauncher_Connectivity_Inactive-01.png</file>
        <file>HMI_AppLauncher_Dashboard_Active-01.png</file>
        <file>HMI_AppLauncher_Dashboard_Inactive-01.png</file>
        <file>HMI_AppLauncher_HVAC_Active-01.png</file>
        <file>HMI_AppLauncher_HVAC_Inactive-01.png</file>
        <file>HMI_AppLauncher_Mixer_Active-01.png</file>
        <file>HMI_AppLauncher_Mixer_Inactive-01.png</file>
        <file>HMI_AppLauncher_MediaPlayer_Active-01.png</file>
        <file>HMI_AppLauncher_MediaPlayer_Inactive-01.png</file>
        <file>HMI_AppLauncher_Navigation_Active-01.png</file>
        <file>HMI_AppLauncher_Navigation_Inactive-01.png</file>
        <file>HMI_AppLauncher_Phone_Active-01.png</file>
        <file>HMI_AppLauncher_Phone_Inactive-01.png</file>
        <file>HMI_AppLauncher_POI_Active-01.png</file>
        <file>HMI_AppLauncher_POI_Inactive-01.png</file>
        <file>HMI_AppLauncher_Radio_Active-01.png</file>
        <file>HMI_AppLauncher_Radio_Inactive-01.png</file>
        <file>HMI_AppLauncher_Settings_Active-01.png</file>
        <file>HMI_AppLauncher_Settings_Inactive-01.png</file>
    </qresource>
</RCC>