From bfba2b0203e76382c7209bdde4c5a2ffd0a9f52f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Danis?= <frederic.danis@collabora.com>
Date: Fri, 8 Mar 2019 08:29:51 +0100
Subject: [PATCH] Remove DevRoot ospack creation from
 apertis-sample-image-sdk.yaml
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

APERTIS-5675

Removing DevRoot ospack creation as currently debos does not support
different architectures.

Signed-off-by: Frédéric Danis <frederic.danis@collabora.com>
---
 apertis-sample-image-sdk.yaml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/apertis-sample-image-sdk.yaml b/apertis-sample-image-sdk.yaml
index 71b746a1..994d1b35 100644
--- a/apertis-sample-image-sdk.yaml
+++ b/apertis-sample-image-sdk.yaml
@@ -11,24 +11,6 @@
 architecture: {{ $architecture }}
 
 actions:
-  # Create DevRoot ospack to be included in the Base SDK image
-  - action: recipe
-    description: Create devroot ospack for {{ $devroot_arch }}
-    recipe: apertis-ospack-devroot.yaml
-    variables:
-      # overide architecture for devroot ospack
-      architecture: {{ $devroot_arch }}
-      mirror: {{ $mirror }}
-      suite: {{ $suite }}
-      timestamp: {{ $timestamp }}
-      ospack: {{ $devpack }}
-
-  # Reset the rootfs from previous action to start Base SDK build from a clean rootfs
-  - action: run
-    description: Reset rootfs
-    chroot: false
-    command: find ${ROOTDIR} -maxdepth 1 -mindepth 1 -exec rm -rf {} \;
-
   # Create base rootfs for the Base SDK
   - action: recipe
     description: Create ospack for {{ $suite }} {{ $type }} {{ $architecture }}
-- 
GitLab