Skip to content
Snippets Groups Projects

Add example recipes to build a single image

Merged Frederic Danis requested to merge fdanis/apertis-image-recipes:T5675 into apertis/v2019dev0
1 unresolved thread
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -266,12 +266,13 @@ def buildOStreeRollbackDelta(architecture, type, board, debosarguments = "", rep
--tree=ref=${branch} \
--branch=${rollback_branch} \
--skip-list="skip_list"
mkdir -p tests
ostree --repo=${repo} static-delta generate \
--from=${branch} \
--to=${rollback_branch} \
--inline \
--min-fallback-size=1024 \
--filename ${image_name}_rollback.delta""")
--filename tests/${image_name}_rollback.delta""")
}
/** Generate the image name
Loading