summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend
blob: 2fd50c3d958e37e5bd15fa6286ea93103623932f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILESEXTRAPATHS_prepend_rcar-gen3 := "${THISDIR}/${PN}:"

SRC_URI_append_rcar-gen3 = " \
	file://kingfisher_output.cfg \
	file://ebisu_output.cfg \
	file://salvator-x_output.cfg \
"

WESTON_FRAGMENTS_append_ulcb = " kingfisher_output"
WESTON_FRAGMENTS_append_ebisu = " ebisu_output"
WESTON_FRAGMENTS_append_salvator-x = " salvator-x_output"

do_configure_append_rcar-gen3() {
    echo repaint-window=34 >> ${WORKDIR}/core.cfg
}