]> code.ossystems Code Review - openembedded-core.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>
Sat, 20 Jul 2019 11:05:34 +0000 (12:05 +0100)
commitdd8c7f2466d94fd8326b962e9bcfc4f42a35da38
tree75d284ea61c21de63165a38f4618b8baa76945f3
parent190531943ab43758f83ff021caef1f68dbdc3840
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.

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