blob: bb623a88f2ed43ceaf3f6ffdcddcaefcfa15a4c4 [file] [log] [blame]
kind: script
description: Write to root using a script element
variables:
install-root: /buildstream/nstall
build-root: /buildstream/uild
depends:
- filename: dependencies/base-platform.bst
type: build
- filename: script-test.bst
type: build
config:
layout:
- element: dependencies/base-platform.bst
destination: /
- element: script-test.bst
destination: "%{build-root}"
commands:
- "cp %{build-root}/test %{install-root}"