Skip to content
Snippets Groups Projects
Unverified Commit 570f7a50 authored by Luca Weiss's avatar Luca Weiss Committed by Oliver Smith
Browse files

community/device-fairphone-fp4: add qbootctl & swclock-offset (MR 3529)

The qbootctl service tells the bootloader that the current boot has
succeeded, so that the bootloader doesn't switch to the other slot after
~7 tries.

The swclock-offset dependency ensures that the time is set correctly
after a reboot, caused by the read-only RTC on Qualcomm.

[ci:skip-build]: already built successfully in CI
parent 29d3abe9
No related branches found
No related tags found
No related merge requests found
Pipeline #202966 passed
......@@ -2,8 +2,8 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=device-fairphone-fp4
pkgdesc="Fairphone 4"
pkgver=0.8
pkgrel=2
pkgver=0.9
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -15,8 +15,11 @@ depends="
mkbootimg
postmarketos-base
postmarketos-update-kernel
qbootctl
swclock-offset
"
makedepends="devicepkg-dev"
install="$pkgname.post-install $pkgname.post-upgrade"
source="
90-feedbackd-aw8695.rules
deviceinfo
......
#!/bin/sh
rc-update add qbootctl default
device-fairphone-fp4.post-install
\ No newline at end of file
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