diff options
Diffstat (limited to 'meta-agl-bsp/meta-rockchip/recipes-graphics')
4 files changed, 23 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init.bbappend b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init.bbappend new file mode 100644 index 000000000..ab14bdbc2 --- /dev/null +++ b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init.bbappend @@ -0,0 +1,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 +} diff --git a/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init/agl-compositor-rockchip.conf b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init/agl-compositor-rockchip.conf new file mode 100644 index 000000000..e85d7fa91 --- /dev/null +++ b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/agl-compositor-init/agl-compositor-rockchip.conf @@ -0,0 +1,2 @@ +[Service] +Environment=LD_PRELOAD=/usr/lib/libmali.so.1 diff --git a/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..a7bebe3fc --- /dev/null +++ b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" + +SRC_URI:append = " \ + file://nanopct6_output.cfg \ +" + +WESTON_FRAGMENTS:append:nanopct6 = " nanopct6_output" diff --git a/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/weston-ini-conf/nanopct6_output.cfg b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/weston-ini-conf/nanopct6_output.cfg new file mode 100644 index 000000000..fbee86693 --- /dev/null +++ b/meta-agl-bsp/meta-rockchip/recipes-graphics/wayland/weston-ini-conf/nanopct6_output.cfg @@ -0,0 +1,7 @@ +[output] +name=HDMI-A-2 +mode=off + +[output] +name=DP-1 +transform=rotate-90 |