diff options
author | Ben Brown <ben.brown@codethink.co.uk> | 2016-03-04 18:30:28 +0000 |
---|---|---|
committer | Ben Brown <ben.brown@codethink.co.uk> | 2016-03-15 12:15:36 +0000 |
commit | d3d769217c4e9b4f74e8eff9a49d979cf37a3631 (patch) | |
tree | 4791330c02ad94c9d114626b55375f953326e531 /systems/devel-system-armv7-versatile.morph | |
parent | ec33cd821b4960aa458abf920bf459c09cdb42f3 (diff) | |
download | definitions-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 'systems/devel-system-armv7-versatile.morph')
-rw-r--r-- | systems/devel-system-armv7-versatile.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index 9a38f5ba..cb533696 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -60,6 +60,8 @@ strata: morph: strata/perl-common.morph - name: CPAN-Mini-Inject morph: strata/CPAN-Mini-Inject.morph +- name: sandboxing + morph: strata/sandboxing.morph configuration-extensions: - extensions/set-hostname - extensions/add-config-files |