blob: 2a40202d536eefd897af3b1d4af0398a03461436 [file] [log] [blame]
kind: script
description: Write to root using a script element
depends:
- filename: dependencies/base-platform.bst
type: build
config:
commands:
- "mkdir -p /buildstream/install"
- "echo 'I can not write to root' > /test"
- "cp /test /buildstream/install"