summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2016-03-04 18:30:28 +0000
committerBen Brown <ben.brown@codethink.co.uk>2016-03-15 12:15:36 +0000
commitd3d769217c4e9b4f74e8eff9a49d979cf37a3631 (patch)
tree4791330c02ad94c9d114626b55375f953326e531 /strata
parentec33cd821b4960aa458abf920bf459c09cdb42f3 (diff)
downloaddefinitions-d3d769217c4e9b4f74e8eff9a49d979cf37a3631.tar.gz
Add sandboxlib to build and devel systems
sandboxlib is a runtime dependency of ybd. While ybd is not currently a part of Baserock I found it surprising I couldn't at least run ybd from git using the build image from wiki.baserock.org. Created a new stratum as I was unable to find a suitable home amongst the existing strata. Also moves linux-user-chroot into the new stratum. Change-Id: If55c0ba4b9a48a0abc69ad5d39900c6c7807c72b
Diffstat (limited to 'strata')
-rw-r--r--strata/sandboxing.morph18
-rw-r--r--strata/tools.morph5
2 files changed, 18 insertions, 5 deletions
diff --git a/strata/sandboxing.morph b/strata/sandboxing.morph
new file mode 100644
index 00000000..64de36c3
--- /dev/null
+++ b/strata/sandboxing.morph
@@ -0,0 +1,18 @@
+name: sandboxing
+kind: stratum
+description: |
+ Libraries/tools for running programs/commands in a (partially) isolated
+ environment.
+build-depends:
+- morph: strata/python2-core.morph
+chunks:
+- name: sandboxlib
+ repo: upstream:sandboxlib
+ ref: ce30050daa10fa32801e8f798911b36aa82343a4
+ unpetrify-ref: master
+ build-system: python-distutils
+- name: linux-user-chroot
+ repo: upstream:linux-user-chroot
+ ref: 40e0b71d556414dfe150a74937f2c8a68d351d6d
+ unpetrify-ref: v2015.1
+ build-system: autotools
diff --git a/strata/tools.morph b/strata/tools.morph
index 0a71acee..45891bbb 100644
--- a/strata/tools.morph
+++ b/strata/tools.morph
@@ -14,11 +14,6 @@ chunks:
repo: upstream:binutils-gdb
ref: 129ee12d013f4a2f09fe40a33072e6e47e949890
unpetrify-ref: gdb-7.8-branch
-- name: linux-user-chroot
- repo: upstream:linux-user-chroot
- ref: 40e0b71d556414dfe150a74937f2c8a68d351d6d
- unpetrify-ref: v2015.1
- build-system: autotools
- name: lsof
morph: strata/tools/lsof.morph
repo: upstream:lsof