From 692f6b7338a4fb1548e55f9ea0a72c3bda01c766 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 14 May 2014 14:37:42 +0100 Subject: Add x86_32 chroot system to release cluster. We now support running Baserock in an x86_32 chroot (although there is some missing functionality compared to the full development system right now, mainly that x86 VM deployments cannot be done due to the lack of extlinux in the chroot). --- release.morph | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release.morph b/release.morph index cfc30d69..6759c06c 100644 --- a/release.morph +++ b/release.morph @@ -18,6 +18,11 @@ systems: location: /src/release/baserock-14.20-genivi-baseline-system-armv7lhf-versatile.img DISK_SIZE: 4G FSTAB_ROOT: /dev/mmcblk0 / btrfs default,rw,noatime 0 1 +- morph: devel-system-x86_32-chroot + deploy: + release: + type: tar + location: /src/release/baserock-14.20-devel-system-x86_32-chroot.tar - morph: base-system-x86_32-generic deploy: release: -- cgit v1.2.1