diff options
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-graphics/wayland/weston-ini-conf.bbappend | 4 |
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" |