summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-24 18:57:14 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-24 18:57:14 +0100
commitb98b02a2cd3955d4a0a129d2b87690dc0c22924e (patch)
tree588bdb7688259a66c8bf8268f5deae96e877118f
parentf83bcfbd639452a4593e0cf8552dcf24b285b2c8 (diff)
downloaddefinitions-b98b02a2cd3955d4a0a129d2b87690dc0c22924e.tar.gz
Remove unneeded 'collect' keyword in script elements
It was bug that BuildStream required this keyword, see: https://gitlab.com/BuildStream/buildstream/merge_requests/21/
-rw-r--r--elements/initramfs/initramfs-gz.bst2
-rw-r--r--elements/systems/devel-system-image.bst2
2 files changed, 0 insertions, 4 deletions
diff --git a/elements/initramfs/initramfs-gz.bst b/elements/initramfs/initramfs-gz.bst
index 3ddc35ca..81b5b7d3 100644
--- a/elements/initramfs/initramfs-gz.bst
+++ b/elements/initramfs/initramfs-gz.bst
@@ -10,8 +10,6 @@ config:
base: foundation.bst
input: initramfs/initramfs.bst
- collect: "%{install-root}"
-
commands:
- mkdir -p %{install-root}/boot
- (find . -print0 | cpio -0 -H newc -o) |
diff --git a/elements/systems/devel-system-image.bst b/elements/systems/devel-system-image.bst
index 7a91a2b4..c480086f 100644
--- a/elements/systems/devel-system-image.bst
+++ b/elements/systems/devel-system-image.bst
@@ -23,8 +23,6 @@ config:
base: deploy-tools.bst
input: systems/devel-system.bst
- collect: "%{install-root}"
-
commands:
- |