From 70dc83d80169ff6398279aed074f94fc060ff361 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 8 Jun 2022 15:50:30 -0400 Subject: psplash-portrait-config: add recipe Add psplash-portrait-config recipe to install a systemd unit override for psplash-start.service that forces a 90 degree rotation for portrait mode, add add it to packagegroup-agl-demo-platform so that it takes affect in the agl-demo-platform image. Bug-AGL: SPEC-4433 Signed-off-by: Scott Murray Change-Id: Ida64df27a3a3c22bfe2eae8233ff8656800e23d0 --- recipes-core/psplash/files/psplash-portrait.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-core/psplash/files/psplash-portrait.conf (limited to 'recipes-core/psplash/files/psplash-portrait.conf') diff --git a/recipes-core/psplash/files/psplash-portrait.conf b/recipes-core/psplash/files/psplash-portrait.conf new file mode 100644 index 00000000..1423cf9d --- /dev/null +++ b/recipes-core/psplash/files/psplash-portrait.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=/usr/bin/psplash --angle 90 -- cgit 1.2.3-korg