summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti
diff options
context:
space:
mode:
authorPaul Barker <paul.barker@sancloud.co.uk>2019-05-14 19:31:26 +0000
committerPaul Barker <paul.barker@sancloud.co.uk>2019-05-14 19:32:50 +0000
commit9422a1b85129c4bc00a0da307aceeac991da613f (patch)
treeb1697202ad84d9dd362385522a86cc821429e252 /meta-agl-bsp/meta-ti
parent8fa9c1138d31bfd0d5e4c8164c687e477e464cfd (diff)
meta-agl-bsp: meta-ti: weston-ini-conf: Apply only to dra7xx-evm
The git history shows that the weston-ini-conf changes in meta-agl-bsp/meta-ti were added to support the dra7xx-evm. These changes should not be applied for other machines which use the meta-ti layer such as the beaglebone and bbe. Bug-AGL: SPEC-2409 Change-Id: Ia21425bfda3ec03ef51371c14fcbca94a5067a7c Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
Diffstat (limited to 'meta-agl-bsp/meta-ti')
-rw-r--r--meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend
index 914a87309..684031eae 100644
--- a/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend
+++ b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend
@@ -2,6 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# While we could have a panel attached to HDMI, we only use the default
# panel isntead.
-SRC_URI_remove = "file://hdmi-a-1-270.cfg"
+SRC_URI_remove_dra7xx-evm = "file://hdmi-a-1-270.cfg"
# Our DPI panel shows up as "UNNAMED-1"
-SRC_URI += "file://unnamed.cfg"
+SRC_URI_append_dra7xx-evm = " file://unnamed.cfg"