- Feb 20, 2020
-
-
- Feb 19, 2020
-
-
Bart Ribbers authored
[ci:skip] Unbreak the builder
-
-
Bart Ribbers authored
-
Bart Ribbers authored
-
-
Martijn Braam authored
This updates the UCM2 files for the 5.5 kernel and adds a voicecall profile that enables the audio between the modem and the speaker/mic
-
Dang Huynh authored
-
- Feb 18, 2020
-
-
Bhushan Shah authored
They are to be used on PlaMo on aarch64 device, so enable the builds for all architectures. [ci:skip-vercheck]
-
- Feb 17, 2020
-
-
In the regex [a-z-0-9] you don't need a backslash before the minus in the middle, so remove that to bring it in line with other regexes. In the regex [a-z\/-0-9] you do need a backslash in front of the minus though, otherwise only the numbers 0 and 9 are allowed by the regex.
-
Note: This port is a revised copy of the nokia-rm885 port
-
The patch set for asus-me176c is really small at this point, and there is no need to make a new tag for each minor kernel update. Usually the previous patch set will still apply correctly. Refactor the APKBUILD to build the kernel similar to linux-lts in Alpine, and use the original kernel tarball together with a small patch file on top. Also enable Android-related options in the kernel so we can test Anbox on asus-me176c.
- Feb 16, 2020
-
-
Minecrell authored
At the moment we check that the kernel variants for a device package match the suffix of an existing linux-postmarketos-<suffix> package. However, in most cases the name of the kernel subpackage has nothing to do with the actual kernel that is used: - the kernel subpackages usually have generic names like "mainline" or "downstream", which have nothing to do with the actual suffixes like "qcom-msm8916", "allwinner" or "novathor" - pine64-dontbeevil uses kernel subpackages to switch between "longts" and "shortts" device tree variants. Both are actually using linux-postmarketos-allwinner. So far we have been whitelisting names like "longts" or "shortts", but the check does not seem very useful overall. Removing it fixes the following CI failure for MSM8916: RuntimeError: Invalid kernel subpackage name 'mainline-modem', valid: ['downstream', 'rpi', 'rpi2', 'longts', 'shortts', 'stable', 'mainline', 'allwinner', 'qcom-msm8916', 'qcom-msm8974', 'novathor']
-
Minecrell authored
-
Minecrell authored
-
Minecrell authored
-
Minecrell authored
-
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
-