diff options
Diffstat (limited to 'recipes-core/udev/demo-most-udev-conf/enable-agl-demo-hal.sh')
-rw-r--r-- | recipes-core/udev/demo-most-udev-conf/enable-agl-demo-hal.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/udev/demo-most-udev-conf/enable-agl-demo-hal.sh b/recipes-core/udev/demo-most-udev-conf/enable-agl-demo-hal.sh new file mode 100644 index 000000000..dd0fa2314 --- /dev/null +++ b/recipes-core/udev/demo-most-udev-conf/enable-agl-demo-hal.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +rm -f /usr/libexec/agl/4a-hal/etc/*.json || true + +cp /usr/libexec/agl/4a-hal/etc.available/hal-4a-greenbox.json /usr/libexec/agl/4a-hal/etc/ + + |