]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
psplash: create psplash tmpfs mount directory in psplash-init
authorStefan Agner <stefan.agner@toradex.com>
Sat, 20 Jul 2019 00:12:37 +0000 (02:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jul 2019 16:31:04 +0000 (17:31 +0100)
commitdda8f1bab2b6dca9ba5f82479194176f7b8e066d
treecc7e2f84703f2b7ecf54942d00bc9507d849c5a5
parentfc497907ce066774f78212a65c212c837d884f65
psplash: create psplash tmpfs mount directory in psplash-init

The psplash binary uses TMPDIR as directory to store the FIFO to
communicate with the psplash tools. This directory can be in any
location an init system determines to be suitable, psplash-init
uses /mnt/ for it. Rather than creating the mount directory in
the recipe, just create it in the init script itself. This allows
other init scripts to use a different location without having
an unnecessary .psplash directory in /mnt.

(From OE-Core rev: dd8c7f2466d94fd8326b962e9bcfc4f42a35da38)

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/psplash/files/psplash-init
meta/recipes-core/psplash/psplash_git.bb