gpu-viv-bin-mx6q: add libGLSLC.so, add unbind-console.service

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-17 03:06:16 +01:00
parent 9dd7e91838
commit 1afbcd3f8c
2 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,7 @@ makeinstall_target() {
$FLOAT/usr/lib/libGLESv1_CL.so* \
$FLOAT/usr/lib/libGLESv1_CM.so* \
$FLOAT/usr/lib/libGLESv2.so* \
$FLOAT/usr/lib/libGLSLC.so* \
$FLOAT/usr/lib/libGAL-fb.so \
$FLOAT/usr/lib/libGAL.so* \
$FLOAT/usr/lib/libVIVANTE-fb.so \
@ -78,3 +79,6 @@ makeinstall_target() {
$INSTALL/usr/lib
}
post_install() {
enable_service unbind-console.service
}

View File

@ -0,0 +1,11 @@
[Unit]
Description=unbind Framebuffer console
ConditionPathExists=/sys/class/vtconsole/vtcon1/bind
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind'
[Install]
WantedBy=graphical.target