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
11 files
+ 32
30
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -13,4 +13,6 @@ echo "${distro} ${rel} ${timestamp} ${vendor}" > /etc/image_version
if [ -n "$variant" ]; then
echo "VARIANT_ID=$variant" >> /etc/os-release
fi
echo "BUILD_ID=$timestamp" >> /etc/os-release
if [ -n "$timestamp" ]; then
echo "BUILD_ID=$timestamp" >> /etc/os-release
fi
Loading