Skip to content
Snippets Groups Projects
Commit bfba2b02 authored by Frederic Danis's avatar Frederic Danis
Browse files

Remove DevRoot ospack creation from apertis-sample-image-sdk.yaml


APERTIS-5675

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

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 1171e3e0
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment