summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash/files
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-03-02 14:14:26 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-03 13:06:28 +0000
commitbd5635d7aed73cebea9bbb390378a829e33c4e3e (patch)
tree1377f5bf6ee860a30e85e5dff8766ae9b70d6de5 /meta/recipes-core/psplash/files
parent57f15632d79a86375cf93f9f2f7b9bb5894c45d0 (diff)
downloadpoky-bd5635d7aed73cebea9bbb390378a829e33c4e3e.tar.gz
psplash: update to latest git revision and clean up
Update SRCREV to pick up: c359546 Fix psplash-systemd failures 3c0a4f3 Remove generated psplash-poky-img.h Also: * set the unit type in psplash-start.service to "notify" to complete the psplash-systemd race fix * remove the rest of the now unnecessary has_png logic bits * change the generated image header destination to B instead of S since that now works after the recent makefile changes, and will avoid unnecessarily polluting the source tree (From OE-Core rev: 6f31da5632220a09ac65b8f361cdc9c64e64ce35) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/psplash/files')
-rw-r--r--meta/recipes-core/psplash/files/psplash-start.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service
index af9d5d6c20..a8c97c7a75 100644
--- a/meta/recipes-core/psplash/files/psplash-start.service
+++ b/meta/recipes-core/psplash/files/psplash-start.service
@@ -4,6 +4,7 @@ DefaultDependencies=no
4RequiresMountsFor=/run 4RequiresMountsFor=/run
5 5
6[Service] 6[Service]
7Type=notify
7ExecStart=/usr/bin/psplash 8ExecStart=/usr/bin/psplash
8 9
9[Install] 10[Install]