Skip to content

Commit 3dbfd10

Browse files
committed
refactor(debos): drop qbootctl
qbootctl marks the current Android boot partition as successfully booted, which the Android bootloader needs so it doesn't fall back to the other slot after a few boots. This was only required on RB1 where the Android bootloader chainloaded U-Boot from the boot_a/boot_b partitions. As RB1 now boots through the EDK2 bootflow, no supported board depends on this slot handling any more so drop the package. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
1 parent 06f47a0 commit 3dbfd10

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -738,15 +738,6 @@ actions:
738738
{{- end }}
739739
{{- end }}
740740

741-
# this is currently needed on boards such as RB1 which are using Android
742-
# bootloader to check the boot count of the boot_a/boot_b partitions
743-
- action: apt
744-
description: Support boards chainloading from Android bootloader
745-
recommends: true
746-
packages:
747-
# marks the current Android boot partition as booted successfully
748-
- qbootctl
749-
750741
{{- if eq $multimedia "true" }}
751742
# Install the accelerated multimedia stack: out-of-tree kernel drivers and
752743
# closed source user-space from the Qualcomm Linux APT repository.

0 commit comments

Comments
 (0)