- Feb 16, 2020
-
-
Minecrell authored
-
Minecrell authored
wileyfox-crackling was the only user of QCDT. Now that it is also using appended DTBs, there is no need to generate the QCDT image anymore. Another advantage of this is that mainline can then be only booted using lk2nd (as intended), since booting it from the stock bootloader has weird side effects (e.g. no WiFi/BT MAC address set).
-
Minecrell authored
The Wileyfox Swift is the only mainline MSM8916 device using QCDT at the moment. The other devices do not have unique qcom,board-ids that could be used within QCDT. So far this has worked fine for the Wileyfox Swift. However, in preparation to *optionally* load the modem we now need two separate pairs of DTBs (one with modem and one without modem). This is simple to implement using appended DTBs, but not possible with QCDT. So let's stop using QCDT entirely for mainline, and use appended DTBs for wileyfox-crackling.
-
Minecrell authored
Audio must be routed through QDSP6 when using the modem.
-
- Feb 15, 2020
-
-
- use mesa-git (until we have functional mesa-grate-git) Works: - USB - WiFi (tested with IWD) + Bluetooth - Touchscreen - Phosh rotation (rootston.ini) - IIO Light sensor - NFC Not works: - 3D - GPS - GSM (tilapia) - Camera Signed-off-by:
David Heidelberg <david@ixit.cz> [ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Danct12 <danct12@disroot.org> [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
* Depend on correct version of libhybris: This fixes a very nasty bug where libhybris-9.0 would be installed as a dependency of xf86-video-hwcomposer even on Android-7.1-based Halium adaptations. * Add a patch that fixes crash in xf86-video-hwcomposer on Andoird-7.1 ports. Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
- Feb 14, 2020
-
-
Martijn Braam authored
-
That path works just as well as documented at https://doc.qt.io/qt-5/qstandardpaths.html (GenericConfigLocation) and it doesn't depend on the user being created after the package has been installed.
-
-
- Feb 13, 2020
-
-
Thi way Phosh users can connect to a password-protected WiFi by clicking on it in Control Center
-
-
- Feb 12, 2020
-
-
Bart Ribbers authored
-
red-black-bonsai authored
-
Bart Ribbers authored
This reverts commit 60417149. Git confuses me sometimes
-
Bart Ribbers authored
This reverts commit b581a404. I'm not sure I'm awake today
-
Bart Ribbers authored
This reverts commit 62c38cbb. Versioning confuses me sometimes...
-
Bart Ribbers authored
Unnecessary now Alpine has a version that includes the stuff we need
-
Bart Ribbers authored
This fixes a bad performance regression
-
- Feb 11, 2020
-
-
Bart Ribbers authored
Also move from kde/ as it's now in the Alpine repos too
-
Bart Ribbers authored
Also move from kde/ as it's now in the Alpine repos too
-
polkit rely on systemd, so we don't get correctly working setup. This impact non-working backlight control from userspace and other stuff. Signed-off-by:
David Heidelberg <david@ixit.cz>
-
Clayton Craft authored
This enables the out of tree redpine wifi driver currently included in the Purism kernel that these devices boot. There's at least one MR @ purism needed before the mainline wifi driver can be used: https://source.puri.sm/Librem5/linux-next/merge_requests/66 This is based on input from Sebastian Krzyszkowi.
-
- Feb 10, 2020
-
-
- Feb 09, 2020
-
-
-
Flash (split) boot partition to the "APD" partition. It's a rather useless partition with media files for demo purposes. Perfect for a small(-ish) boot partition with ~300 MB.
-
At the moment we store the same initramfs-extra twice on the file system: - /boot/initramfs-<flavor>-extra - /var/cache/postmarketos-mkinitfs/initramfs-<flavor>-extra_<hash> The second copy is exactly the same file, just with the <hash> (for caching) appended to the filename. We can avoid this by appending the hash directly to the filename on the boot partition, i.e. - /boot/initramfs-<flavor>-extra_<hash> This is possible because we only reference initramfs-extra from the main initramfs, and we already replace the path in it dynamically. It will just let the main initramfs load -extra_<hash> instead of just -extra. This saves a few megabytes of disk space on the rootfs.
-
[ci:ignore-count] Signed-off-by:
Danct12 <danct12@disroot.org>
-
-
-
- Feb 07, 2020
-
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
This fixes 1943ead2, which accidentally removed the dev() function that generates the mesa-git-dev package.. causing mesa-dev to be pulled in in cases where mesa-dev is required (and failing because mesa-dev is older) [ci:skip-build]: already built successfully in CI
-
-
This addresses the issue here, but only for the devkit: https://source.puri.sm/Librem5/linux-next/issues/114 I didn't patch the dts for the phone because: 1) I don't have one to test 2) it might negatively impact batter life (I'm only speculating) [ci:skip-build]: already built successfully in CI
-