Files
poky/meta/recipes-core
Falk Bauer 47b1a709ab psplash: Do not mount PSPLASH_FIFO_DIR if the env variable is empty
The script file psplash.sh tries to mount the PSPLASH_FIFO_DIR variable.
If the variable is empty, the mountpoint command returns a usage text
(busybox mountpoint here, util-linux mountpoint behaves the same):

BusyBox v1.37.0 () multi-call binary.
Usage: mountpoint [-q] { [-dn] DIR | -x DEVICE } :~# BusyBox v1.37.0
() multi-call binary

The return code with this console output is 0 and the mount command in the
if statement is executed.
Then this mount also fails with an empty mountpoint argument.
The source code of psplash respects an empty PSPLASH_FIFO_DIR variable
(see psplash.c) and makes a fallback to "/run". So the psplash.sh script should
also respect the empty var.

Try to mount the PSPLASH_FIFO_DIR only if the variable is not empty.

(From OE-Core rev: 85a5e562c5969c407a222966ccb3170cb41fed2f)

Signed-off-by: Falk Bauer <falkbauer.git@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-08-25 17:47:20 +01:00
..
2025-06-18 14:04:17 +01:00
2025-08-07 12:11:16 +01:00
2025-08-14 10:31:10 +01:00
2025-03-28 11:19:40 +00:00
2025-06-20 12:07:27 +01:00
2025-08-21 10:29:56 +01:00
2025-08-06 17:01:23 +01:00
2025-06-05 11:02:22 +01:00
2025-07-28 14:51:50 +01:00
2025-08-25 17:47:20 +01:00
2025-07-28 17:37:02 +01:00
2025-07-28 14:51:50 +01:00
2025-08-19 09:48:36 +01:00
2025-07-03 10:40:17 +01:00
2025-08-14 10:31:10 +01:00