Bug in the Build meta-webOS - black screen only mouse pointer

I have an issue when I add tcpdump and htop to the file ~/build-webos/meta-webosose/meta-webos/conf/distro/include/webos.inc using the two commands IMAGE_INSTALL +="htop" and IMAGE_INSTALL +="tcpdump." After successfully building and flashing to the Raspberry Pi 4 board, the system boots up normally. However, when I connect the HDMI port to an external monitor, the screen is black, displaying only the mouse cursor, which can be moved.
image

1 Like

I cannot reproduce this issue. I tried with as below

$ git diff
diff --git a/meta-webos/recipes-core/images/webos-image.bb b/meta-webos/recipes-core/images/webos-image.bb
index 8a8e6cc4b19..6edb3c38047 100644
--- a/meta-webos/recipes-core/images/webos-image.bb
+++ b/meta-webos/recipes-core/images/webos-image.bb
@@ -27,3 +27,5 @@ do_rootfs[prefuncs] += "${@bb.utils.contains('DISTRO_FEATURES', 'smack', 'do_fet
ROOTFS_POSTPROCESS_COMMAND += "
${@bb.utils.contains('DISTRO_FEATURES', 'smack', ' do_smack_labeling ; ', '', d)}
"
+
+WEBOS_IMAGE_EXTRA_INSTALL:append = " htop tcpdump"

Please try it again.

2 Likes

I appreciate your support.
I tried to rebuild it, It is OK.