Skip to content

Commit f4be54c

Browse files
committed
debos: image: Workarounds for U-Boot+Android
Install u-boot-efi-dtb and qbootctl as workaronds on board such as RB1 that use an Android boot where the boot counter might kick in, and as a way to pass the latest device tree to U-Boot. Signed-off-by: Loïc Minier <[email protected]>
1 parent 50adca2 commit f4be54c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

debos-recipes/qualcomm-linux-debian-image.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ actions:
6969
# Depends on grub packages
7070
- shim-signed-
7171

72+
- action: apt
73+
description: Support boards with U-Boot and and Android boot architecture
74+
recommends: true
75+
packages:
76+
# marks the current Android boot partition as booted successfully
77+
- qbootctl
78+
# will copy the latest DTBs to /boot/dtbs for U-Boot to pick up
79+
- u-boot-efi-dtb
80+
7281
- action: run
7382
description: Create task to grow root filesystem on first boot
7483
chroot: true

0 commit comments

Comments
 (0)