aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2016-01-21 16:42:06 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-01-22 08:29:42 +0000
commit2f37707d1dc00ee4333965e5f5c54b8956c8daa4 (patch)
tree686e2ecb7b67a737394916211f71bbc64fcf9fa5 /96boards-hikey.yaml
parentf04b84c66df5df15679097d3f78c5433ea02a80f (diff)
96boards-hikey: remove sandbox hack
Since chromium >= 47.0.2526.16-1.6 supports both namespace and seccomp sandboxing, this hack is unnessary. Change-Id: I6964ba368dbf6395f26d5e1084a1a0da7a582b62 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to '96boards-hikey.yaml')
-rw-r--r--96boards-hikey.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-hikey.yaml b/96boards-hikey.yaml
index 20e67776fc..900593525d 100644
--- a/96boards-hikey.yaml
+++ b/96boards-hikey.yaml
@@ -210,7 +210,7 @@
@bash -c /home/linaro/bin/xmms2-output-plugin-pulse
EOF
[ -f "rootfs/etc/chromium.d/default-flags" ] && cat << EOF | sudo tee -a rootfs/etc/chromium.d/default-flags
- export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox --use-gl=swiftshader"
+ export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --use-gl=swiftshader"
EOF
fi