summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init.bbappend
blob: ab14bdbc298d55e315e49c5431cee5880a7b5b8f (plain)
1
2
3
4
5
6
7
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI:append = " file://agl-compositor-rockchip.conf "

do_install:append() {
    install -m644 ${WORKDIR}/agl-compositor-rockchip.conf ${D}/${systemd_system_unitdir}/agl-compositor.service.d/agl-compositor-rockchip.conf
}