Skip to content

Commit 4e68b1e

Browse files
committed
debos: rootfs: 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 <loic.minier@oss.qualcomm.com>
1 parent 50adca2 commit 4e68b1e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@ actions:
158158
update-locale LANG=en_US.UTF-8
159159
fi
160160
161+
# u-boot-efi-dtb installs a kernel hook and should be installed before the
162+
# kernel to be useful
163+
- action: apt
164+
description: Support boards with U-Boot and and Android boot architecture
165+
recommends: true
166+
packages:
167+
# marks the current Android boot partition as booted successfully
168+
- qbootctl
169+
# will copy the latest DTBs to /boot/dtbs for U-Boot to pick up
170+
- u-boot-efi-dtb
171+
161172
- action: apt
162173
description: Install kernel and firmware packages
163174
recommends: true

0 commit comments

Comments
 (0)