- Mar 11, 2024
-
-
- Mar 10, 2024
-
-
Henrik Grimler authored
Our config.txt is replaced (mv'ed to config.txt.old, maybe by alpine's initramfs-generator?) and so our configuration does not have an effect. Put our config stuff in usercfg.txt instead, which is included by config.txt. Fixes: https://gitlab.com/postmarketOS/pmaports/-/issues/2471 [ci:skip-build]: already built successfully in CI
-
Henrik Grimler authored
Our config.txt is replaced (mv'ed to config.txt.old, maybe by alpine's initramfs-generator?) and so our configuration does not have an effect. Put our config stuff in usercfg.txt instead, which is included by config.txt. Also update vmlinuz name, should be vmlinuz-rpi and not vmlinuz-rpi4.
-
Henrik Grimler authored
Name of package in aports is linux-rpi these days. linux-rpi provides linux-rpi4 for backward compatibility, so depending on linux-rpi4 still works, but lets use real package name so that it is easier to find.
-
Sometimes, there can be more than 10M of stuff collected for logging, which breaks things.. bump the size to 32M which should still be small enough for low end / old devices. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
[ci:skip-build]: already built successfully in CI
-
These are now provided by linux-firmware-brcm, which subsequently causes a conflict between these packages. Fix it by removing the symlinks from the device package. Closes https://gitlab.com/postmarketOS/pmaports/-/issues/2616 [ci:skip-build]: already built successfully in CI
-
Changes: - use msm-firmware-loader - use soc-qcom-msm8953 - cleanup firmware package - add tqftpserv as a dependency for modem - add modules-initfs with panel and touchscreen modules [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
- add huawei-milan config: - add Lenovo ThinkSmart View (CD-18781) config - add Motorola G5 Plus (potter) config
-
-
- Mar 09, 2024
-
-
Since kernel 6.5 (I believe) the ucm config need to be adjusted because the mic way too sensitive. The other party hears a freight train riding rails that are almost perpendicular ... This is an attempt to get the mic to work nicely. [ci:skip-build]: already built successfully in CI
-
- Mar 08, 2024
-
-
Adam Thiede authored
[ci:skip-build]: already built successfully in CI
-
- Mar 07, 2024
-
-
Arnav Singh authored
[ci:skip-build]: already built successfully in CI
-
- Mar 06, 2024
-
-
Makes modem work on fairphone-fp4 (sm6350/sm7225) and fairphone-fp5 (sc7280/qcm6490) Patches are submitted upstream: https://github.com/andersson/tqftpserv/pull/13 [ci:skip-build]: already built successfully in CI
-
- Mar 05, 2024
-
-
[ci:skip-build]: already built successfully in CI
-
-
Denis Burkov authored
[ci:skip-build]: already built successfully in CI
-
-
-
-
-
They were used to install `oem-{amd,intel}-nonfree-firmware` but they had been merged into `oem-{amd,intel}` by c6306cb9
-
- Mar 04, 2024
-
-
postmarketos-base-ui-plasma: remove unnecessary override files, and move kscreenlocker override back to plasma-mobile (MR 4882) A bunch of override files in postmarketos-base-ui-plasma seem to have come from the plasma-mobile ui package, which probably shouldn't be on desktop and bigscreen. With Plasma 6, a lot of the overrides are now no longer necessary for Plasma Mobile. Situation with each file: - 000-gschema.override - This likely was for changing maliit themes and GTK title bar layout for Plasma Mobile, maliit theming was dropped (https://github.com/maliit/keyboard/pull/108), and title bar layout is now handled within Plasma Mobile - kdeglobals - This was for setting the look-and-feel on Plasma Mobile and default browser, it's now handled within Plasma Mobile envmanager - kwinrc - These were settings for disabling window decorations and setting the vkbd to maliit, which is now handled in Plasma Mobile envmanager - kscreenlockerrc - This is to autolock the screen after login (tinydm autologs in), the file was for Plasma Mobile, I don't think we want it for Desktop since SDDM is used there
-
Drop duplicated dependencies, which have been already included in postmarketos-base-ui-plasma: - dnsmasq - elogind - elogind-openrc - polkit-kde-agent-1 [ci:skip-build]: already built successfully in CI
-
Unfortunately we cannot get to a getty shell unless we also run: setenv SWITCH_SEL 3 from the SBL shell. Furthermore, actually getting kernel output requires setting console=ttySAC2,115200. SWITCH_SEL might be related to the "MUIC" of the device, but the variable also controls whether or not it is possible to get serial output from pads on main board, and seems weird that those pads are affected by MUIC (unless pads are also behind MUIC, but seems like that would be very annoying when developing the device) See also initial MR where mainline support for i9100 was added, where serial output is also discussed: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1598#how-to-get-serial-output [ci:skip-build]: already built successfully in CI
-
Newbyte authored
All of Plasma Bigscreen was removed from aports[1]. It will return with KDE 6.1, according to PureTryOut. But for now, disable this package by making it build on no architectures so that CI works again. [1]: https://gitlab.alpinelinux.org/alpine/aports/-/commit/4e7fa26ea26a81c59ae26d3327bbe13838f19208 [ci:skip-vercheck]: Version does not need to change when changin arches.
-
- Mar 03, 2024
-
-
[ci:skip-build]: already built successfully in CI
-
Martin Jücker authored
add alsa-utils package and the corresponding ucm configuration to enable audio on the p4note
-
- Mar 02, 2024
-
-
[ci:skip-build]: already built successfully in CI
-
cnnrduncan authored
-
- Mar 01, 2024
-
-
Added postmarketos-base-downstream and msm-fb-refresher to jxelte dependencies. The modules_install and firmware_install targets install binary files as the zram files among others. Added the 'mfc_fw.bin' binary to be installed from the firmware package. The '0002-fix-usb-gadget-random-mac.patch' patch make it possible to get ethernet over usb, and the 'disable-charging-bootmode.patch' avoid error messages on dmesg about 'sec_battery_probe'. [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
- Feb 29, 2024
-
-
Adam Thiede authored
[ci:skip-vercheck]: due to changed versioning in upstream
-
- Feb 28, 2024
-
-
Adam Thiede authored
-
Adam Thiede authored
-
[ci:skip-build]: already built successfully in CI
-
- Feb 27, 2024
-
-
[ci:skip-build]: already built successfully in CI
-
Most things in temp come from Alpine's aports repository, which has different rules and does not for example mandate that files are not marked as executable. As such, let's not require packages in there to conform to our rules. [ci:skip-build]: already built successfully in CI
-
Most things in temp come from Alpine's aports repository, which has different rules and does not for example mandate that all files use tabs instead of spaces. As such, let's not require packages in there to conform to our rules.
-