Update buidlroot to version 2016.08.1
This commit is contained in:
14
bsp/buildroot/package/ti-sgx-um/S80ti-sgx
Normal file
14
bsp/buildroot/package/ti-sgx-um/S80ti-sgx
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
start)
|
||||
printf "Initializing SGX graphics driver "
|
||||
/usr/bin/pvrsrvinit
|
||||
[ $? = 0 ] && echo "OK" || echo "FAIL"
|
||||
;;
|
||||
stop)
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user