Skip to content
Snippets Groups Projects

openharmony-standard: Remaining odd initialization pieces

2 unresolved threads
Files
3
@@ -78,7 +78,15 @@ mkdir -p /usr/lib/dri
@@ -78,7 +78,15 @@ mkdir -p /usr/lib/dri
# /dev/binder needs to be rw for all users
# /dev/binder needs to be rw for all users
chmod 666 /dev/binder
chmod 666 /dev/binder
 
# Nasty stuff...
 
chmod 777 /dev/weston
 
# /dev/dri/card0 needs to be rw for all users
# /dev/dri/card0 needs to be rw for all users
if [ -c /dev/dri/card0 ]; then
if [ -c /dev/dri/card0 ]; then
chmod 666 /dev/dri/card0
chmod 666 /dev/dri/card0
fi
fi
 
 
mkdir /dev/graphics
 
ln -s /dev/fb0 /dev/graphics/
Please register or sign in to reply
 
 
ln -sf /system/${BASE_LIB}/libhdi_display_gfx.z.so /system/${BASE_LIB}/libdisplay_gfx.z.so
    • This shouldn't be needed. IIRC this lib is not being installed / used currently. I'll have to re-check it and if it turns out to be needed - change the name upon installation in the recipe or patch it in the openharmony build system.

Please register or sign in to reply
Loading