- Dec 21, 2021
-
-
-
-
-
Path locations have changed. Always fun breaking backwards compatibility in minor releases
-
-
- Dec 20, 2021
-
-
[ci:skip-build] already built successfully in CI
-
- Dec 19, 2021
-
-
Clayton Craft authored
By setting the `install_if` to include postmarketos-ui-sway instead of sway, apk doesn't seem to be confused if it is also trying to install some other package with `provides=sway` in it. fixes #1343 [ci:skip-build] already built successfully in CI
-
And add patches for CVE-2021-39685 [ci:skip-build] Already built on CI in MR
-
Xorg needs an Xwrapper.config script with the line 'needs_root_rights=yes' to get tinydm + sxmo to work
-
This configures bootmisc to clear /tmp on bootup. I think most folks expect distros to do this, many even mount /tmp as tmpfs. I don't think that's a great idea in pmOS since RAM is usually limited on many devices. So this, clearing it on boot, seems like a reasonable compromise. Fixes #1342
-
Small tweaks: * enable atomatic flashing of kernel to boot partition on upgrades * remove rootston.ini
-
[ci:skip-build] Already built fine on CI
-
- Dec 18, 2021
-
-
[ci:skip-build] Already built fine on CI in MR
-
[ci:skip-build] Already built on CI in MR
-
Recent libqmi update in Alpine [1] splits off binary utilities into a subpackage. This breaks the selection script which depends on qmicli. Add the new qmi-utils as a dependency to make sure the script can continue to work. [1] - https://gitlab.alpinelinux.org/alpine/aports/-/commit/a1e61165f41053926d32aa76f465a12585efff37
-
-
- Dec 17, 2021
-
-
[ci:skip-build] Already built on CI in MR
-
[ci:skip-build] Already built on CI in MR
-
NOTE: Should be likely backported without the kernel config changes since Alpine 3.15 still has the older gcc version. [ci:skip-build] Already built successfully on CI
-
[ci:skip-build] Already built on CI in MR
-
Alexey Minnekhanov authored
Contains latest CVE fixes. Also mark myself as maintainer [ci:skip-build] Already built on CI in MR
-
Alexey Minnekhanov authored
-
[ci:skip-build] already built successfully in CI
-
- Dec 16, 2021
-
-
Clayton Craft authored
[ci:skip-build] already built successfully in CI
-
youtube-dl is dead and yt-dlp is the successor to the project.
-
The downstream kernel provider does not exist any more (see samsung-m0-downstream if you really want the vendor kernel), so remove this as it is unused.
-
cmdline probably wasn't being applied properly as there's no downstream kernel provider any more.
-
Alexey Minnekhanov authored
https://gitlab.alpinelinux.org/alpine/aports/-/commit/3a2eb3720b219388403f891319a8121e46969900 [ci:skip-build] Builds locally, no point to build on Gitlab CI
-
-
Should fix CVE-2021-39685 [ci:skip-build] Already built on CI in MR
-
-
Both grouper and tilapia currently uses main/linux-postmarketos-grate Signed-off-by:
David Heidelberg <david@ixit.cz>
-
With selinux enabled, build fails with gcc-11 with multiple errors like this: /home/pmos/build/src/android_kernel_oneplus_sm8250-0c1bed1067131a0bd3e56c1cbdd3473606c5a48a/out/../security/selinux/hooks.c:5553:(.text+0xb34): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss.rtic' Selinux is not required for pmOS, so this change should be safe.
-
package replaced by android-mkdtboimg (!2729)
-
Clayton Craft authored
rc-update fails if this service is not in the default runlevel,which is the case if it's a brand new installation, or would be the case later on upgrading this package again after the service was already removed from the runlevel. The issue that c47c62e3 set out to solve isn't fatal, if polkit fails to start by openrc then users can manually remove it from the runlevel. partially reverts c47c62e3 [ci:skip-build] already built successfully in CI
-
Casey authored
This upgrades ttyescape to use buffyboard, a new fbkeyboard replacement by @cherrypicker. It adds a lot of missing keys and uses the same layout as Phosh's Squeekboard, so should feel much more like home for Phosh users. This also switches to the new HKDM daemon for hotkey handling, replacing triggerhappy. [ci:skip-build] already passed
-
it's started by dbus [ci:skip-build] already built successfully in CI
-
- Dec 15, 2021
-
-
Clayton Craft authored
A recent(?) update in shellcheck made this fail, possibly because the test in shellcheck was fixed(?) or ??? The failure this fixes is: Test with shellcheck: ./main/msm-firmware-loader/msm-firmware-loader.sh In msm-firmware-loader.sh line 49: if [ -z "${FW_PARTITIONS##*$PARTNAME*}" ] && [ -n "$PARTNAME" ] ^-------^ SC2295 (info): Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. [ci:skip-build] already built successfully in CI
-
- Dec 14, 2021
-
-
Alexey Minnekhanov authored
Simple upgrade with few generic kernel features enabled * IWD support * F2FS * NTFS3_FS * USB mass storage support * disable MTD and build more things as modules to reduce kernel size to compensate some new built-in options, as kernel doesn't boot otherwise. No new things for pmOS's devices (yet). Should work same as before. [ci:skip-build] Already built on CI in MR
-