- Feb 14, 2020
-
-
- 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
-
-
- Feb 05, 2020
-
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
-
- Feb 04, 2020
-
-
Alexey Minnekhanov authored
-
- Feb 03, 2020
-
-
MP:[AL13]:maemo/gconf/APKBUILD:17:cd "$builddir" can be removed in phase 'build' MP:[AL13]:maemo/gconf/APKBUILD:30:cd "$builddir" can be removed in phase 'check' MP:[AL13]:maemo/gconf/APKBUILD:35:cd "$builddir" can be removed in phase 'package' MP:[AL32]:maemo/gconf/APKBUILD:12:unnecesary usage of braces: ${pkgver}
-
main/gconf was removed upstream in Alpine: https://gitlab.alpinelinux.org/alpine/aports/commit/0878ac0f6e3d39cd0a748735c88f825fe9e1b8a5 However, some packages in maemo/ (e.g. libhildon) still depend on it. This breaks the package parsing in bpo: https://builds.sr.ht/~postmarketos/job/146132 ERROR: Package 'gconf-dev': Could not find aport, and could not find this package in any APKINDEX! Add it to maemo/ for now to fix the error.
-
-
Ruby Iris Juric authored
-
- Feb 02, 2020
-
-
- Feb 01, 2020
-
-
Support for the downstream kernel has been removed entirely. This is because the downstream kernel only has support for the armhf architecture, whereas linux-postmarketos-qcom-msm8916 is only built for aarch64. Since pmbootstrap has no way to handle having two kernels on differing architectures, the decision was made to remove the downstream kernel and only support mainline.
-
- Jan 31, 2020
-
-
Oliver Smith authored
Related: https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2793
-
- Jan 30, 2020
-
-
Minecrell authored
So far, the -x11 subpackage for asus-me176c was used to install the Xorg Intel driver (xf86-video-intel). But these days many distributions actually recommend using the standard Xorg modesetting driver instead, see e.g. - Debian: https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/ - Fedora: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/AUPYPJMFJZMHPEKN24LBABZKIEOV4NU5/ - KDE: https://community.kde.org/Plasma/5.9_Errata#Intel_GPUs The standard Xorg modesetting driver is included in the main xorg-server package. Not installing xf86-video-intel saves about ~73 MiB of disk space (because it also pulls in many unneeded dependencies). Xfce seems to be working just fine with the modesetting driver. (And most users will probably prefer Wayland anyway...)
-