Skip to content
Snippets Groups Projects
Commit 7f1a1fb4 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Add an empty u-boot environment to mx6qsabrelite images


The Apertis update manager needs a valid u-boot environment to handle
the rollback. Do it an image generation so that every image
distributed already have a valid env.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent fd424d7d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !73. Comments created here will be created in the context of that merge request.
......@@ -100,6 +100,12 @@ actions:
source: /usr/lib/u-boot/mx6qsabrelite/u-boot.imx
offset: {{ sector 2 }}
- action: raw
description: Install U-Boot environment
origin: filesystem
source: /usr/share/u-boot-env-imx6/u-boot.env
offset: 0xC0000
- action: run
description: "Save installed package status"
chroot: false
......
......@@ -93,6 +93,9 @@ actions:
{{ if eq $architecture "armhf" }}
- action: overlay
source: overlays/initramfs-modules-imx6
- action: overlay
source: overlays/u-boot-env-imx6
{{ end }}
- action: overlay
......
bootcount=0
File added
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