From 1f01bcbbffe2692e95fac591c4eaace33483f76a Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 21 May 2023 14:02:50 +0900 Subject: Improvement to psplash recipe using service override Last psplash patch has some HACK implementation for drl lease support. It cause complex change to psplash service file. This patch fix this issue reusing sandbox/ishii.hiroyuki/psplash-drm, that is worked by ishii hiroyuki. Bug-AGL: SPEC-4804 Change-Id: I4ae514293fbf1bc5a6cde4bcf96ff59ea8ba9b08 Signed-off-by: Naoto Yamaguchi --- .../psplash-portrait-config_agl-container-guest-demo.inc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 recipes-core/psplash/psplash-portrait-config_agl-container-guest-demo.inc (limited to 'recipes-core/psplash/psplash-portrait-config_agl-container-guest-demo.inc') diff --git a/recipes-core/psplash/psplash-portrait-config_agl-container-guest-demo.inc b/recipes-core/psplash/psplash-portrait-config_agl-container-guest-demo.inc deleted file mode 100644 index 73edc67d..00000000 --- a/recipes-core/psplash/psplash-portrait-config_agl-container-guest-demo.inc +++ /dev/null @@ -1,15 +0,0 @@ -do_install[depends] = "psplash:do_populate_sysroot" - -do_install() { - # Install override - psplash_service="${STAGING_DIR_TARGET}/${systemd_system_unitdir}/psplash-start.service" - if [ ! -f "$psplash_service" ]; then - echo "ERROR: psplash service unit file not found: $psplash_service" >&2 - exit 1 - fi - install -d ${D}${systemd_system_unitdir}/psplash-start.service.d - psplash_portrait_conf="${D}${systemd_system_unitdir}/psplash-start.service.d/psplash-portrait.conf" - echo "[Service]" > "$psplash_portrait_conf" - echo "ExecStart=" >> "$psplash_portrait_conf" - sed -ne 's!^\(ExecStart=/usr/bin/psplash.*\)!\1 --angle 90!p' "$psplash_service" >> "$psplash_portrait_conf" -} -- cgit 1.2.3-korg