- Jun 28, 2020
-
-
laserbeamh authored
Upload New File Upload New File Upload New File Upload New File Add new directory Upload New File Upload New File Delete .gitkeep Delete .gitkeep Update deviceinfo Update APKBUILD Update APKBUILD Apply recent update for APKBUILDs and deviceinfo Update kernel version Add patches to avoid bootloop Add 'deviceinfo_rootfs_image_sector_size=4096' to deviceinfo Enable RNDIS Add package to make framebuffer work
-
- Apr 26, 2020
-
-
xiaomi-beryllium: update checksums xiaomi-beryllium: set mainline pkgver to 5.2.0 fix linter xiaomi-beryllium: add firmware package firmware-xiaomi-beryllium: fix linting warnings firmware-xiaomi-beryllium: fix linting warnings xiaomi-beryllium: set rootfs sector size to 4096 xiaomi-beryllium: fix deviceinfo checksum Apply suggestion to device/testing/device-xiaomi-beryllium/deviceinfo Apply suggestion to device/testing/device-xiaomi-beryllium/deviceinfo xiaomi-beryllium: unquote pkgnames xiaomi-beryllium: fix checksums [ci:skip-build]: already built successfully in CI
-
[ci:skip-vercheck]
-
- Apr 25, 2020
-
-
https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1169 got merged a bit too early (that's not a breaking change though) [ci:skip-vercheck] [ci:skip-build]
-
TP:[AL3]:APKBUILD:5:pkgname must not be quoted [skip ci]: won't finish within 3 hours
-
https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1910 [skip ci]: CI fails because it can't download every release tarball to check checksums in 3h.
-
David Heidelberg authored
Normal libdrm is enough for everything now. Signed-off-by:
David Heidelberg <david@ixit.cz>
-
Alexey Minnekhanov authored
Follow-up to https://gitlab.alpinelinux.org/alpine/aports/-/commit/cbc6b9fcd706f2a84d4c36c5bdd68a09bbc3516f Build locally for both armv7 and aarch64 fine. [ci:skip-build] x86_64 build is disabled anyway Signed-off-by:
Alexey Min <alexey.min@gmail.com>
-
- Apr 24, 2020
-
-
-
[ci:skip-build] Already built on CI in MR
-
- Apr 23, 2020
-
-
This gets the Samsung Galaxy Tab S 10.5 Wifi (samsung-chagallwifi) working at a very basic level. Full instructions of how to flash the device etc are already on the wiki at https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Tab_S_10.5_WiFi_(chagallwifi)
-
All parts using it already has it inside, no standalone build required. Signed-off-by:
David Heidelberg <david@ixit.cz>
-
Signed-off-by:
David Heidelberg <david@ixit.cz>
-
- remove dep on libdrm-grate, libdrm is enough - add armv7 (keep deprecated armhf for now) Signed-off-by:
David Heidelberg <david@ixit.cz>
-
fixes https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1176 [ci:skip-vercheck] does not require rebuild
-
fixes the desktop file: * add -- to make cage ignore kodi's arguments * add --standalone to kodi's arguments update the dependencies: * add upower as kodi tries to communicate with it to read battery status * add pulseaudio as kodi complains it is missing * add elogind as it is required for cage to run * remove xorg-server Fixes #469
-
- Apr 22, 2020
-
-
Minecrell authored
- Update to Linux 5.7-rc2 - Initial support for BQ Aquaris X5 (bq-paella/picmt) - Add speaker for samsung-gt510wifi/matissevewifi - Add flash LED for wileyfox-crackling
-
Minecrell authored
- Enable speaker on samsung-gt510wifi/matissevewifi - Replace deprecated mesa-dri-freedreno package with mesa-dri-gallium - Build natively (this is just a trivial copy)
-
-
-
* Upgrade to the released stable version of upstream u-boot. * Added patch to make the led on the Pinebook Pro light up earlier * Added the update-u-boot script from Alpine with updates for the rk3399 devices
- Apr 21, 2020
-
-
Martijn Braam authored
-
- Apr 20, 2020
-
-
Oliver Smith authored
Remove mirrordir_pmos and change stable branch name to v20.05. Related: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/1912#note_327544608
-
Changes: - Add audio package dependency; - Replace panel driver with one from stock kernel (thanks to bnister); - Change keyboard layout so it's fully supported in X11. [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]
-
-
-
-
- Apr 19, 2020
-
-
[ci:skip-build] Already built successfully on CI in MR
-
- Apr 18, 2020
-
-
[ci:skip-build] already built on CI in MR
-
This commit adds initial support for sprdphone sound card and sc8830-audio device. sc8830-audio is common audio device used in different Spreadtrum SoCs. This configuration was tested on Nobby 230 (SC7715GA), Finepower F1 (SC7731C), Samsung Galaxy J1 mini (SC8830). It should work for many other SoCs as well. Now, if someone wants to have somewhat working audio, they just have to add soc-sprd-audio-sc8830 package to depends of device- package and that's it. soc-sprd-audio is only for generic configuration (set sprdphone as default sound card and provide headphone jack detection). What works: - Speaker and headphones output; - Headphone jack detection (based on udev rules from device-xiaomi-santoni); - Microphone works on both headphones and device itself. Spotted issues: - Recording volume is low; - Recording is done only on right channel.
-
-
-
- Apr 16, 2020
-
-
With the camera driver (VIDEO_EXYNOS_FIMC_IS) enabled, the system would randomly panic during startup. Even though the camera does not currently work on this system, the driver is nonetheless enabled to make the flashlight work. The panics seem to be triggered by udev's "v4l_id", which queries capabilities of video4linux devices. This change adds a udev rules file, to override the behavior of udev's default rules for v4l.
-
- Apr 14, 2020
-
-
Minecrell authored
- Cleanup kernel cmdline: - earlycon can automatically detect the memory address of the UART controller based on the device tree - the comma before n8 in console=ttyMSM0,115200,n8 is actually invalid so this was not parsed correctly. However, it is the default anyway so we might as well remove it completely - Configure deviceinfo_getty for all devices - Workaround probe issue of display by adding a softdep on the panel module. This allows the display to work when excluding proprietary firmware (just a weird side effect, see comment in modprobe.conf...)
-
Minecrell authored
The device port gets increasingly hard to maintain with all the differences between the downstream and the mainline kernel. Especially deviceinfo has quite some duplication only because the downstream kernel needs to be handled as well. The mainline port has much more features working. The only limitation compared to the downstream kernel is the lack of a proper charging driver. But even on downstream postmarketOS the battery driver is not working properly for some reason. For charging, a downstream installation in recovery seems more suitable at the moment. Eventually we will build some functionality into the bootloader to load a simple downstream initramfs when the device gets booted for charging.
-
- Apr 13, 2020
-
-
Dang Huynh authored
Signed-off-by:
Danct12 <danct12@disroot.org> [ci:skip-build]
-
Antoine Fontaine authored
working towards #458. See [1] for an explaination [1]: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1131#note_318923711
-
Federico Amedeo Izzo authored
The dts for oneplus bacon was already present in linux-postmarketos. I adjusted the APKBUILD and deviceinfo to be able to use both downstream and mainline kernels
-