summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend
blob: 4a76dda045ddf138979c38dd35dae2f99f352ed9 (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
}