- Mar 29, 2020
-
-
[ci:skip-build] Requires more than 3h to build on CI, builds locally
-
-
-
The upstream linux-rpi package has been modified: the dtb files are now located in /boot/dtbs.
-
- Mar 28, 2020
-
-
Jami Kettunen authored
These files are just a copy paste of the regular OnePlus 5 ones with adjusted codename, display name and screen height. The used kernel is linux-oneplus-msm8998 (shared with cheeseburger).
-
Jami Kettunen authored
The line is redundant as the touchscreen is detected and works fine without it.
-
Jami Kettunen authored
This is in preparation for adding in support for the OnePlus 5T (dumpling) on top of the regular OnePlus 5 (cheeseburger). Both devices use the same kernel so the name change just makes sense.
-
Jami Kettunen authored
Might as well update the downstream kernel when someone (nathanchance) is merging in updates as they come out for the linux-stable 4.4.y series ¯\_(ツ)_/¯
-
Jami Kettunen authored
It seems "makeinfo" from "texinfo" package is required during the build now, so simply add this to makedepends line on all APKBUILDs. [ci:skip-vercheck]
-
-
-
-
Oliver Smith authored
-
- Mar 27, 2020
-
-
Luca Weiss authored
-
- Mar 26, 2020
-
-
-
-
-
Maksym Pertsov authored
-
Clayton Craft authored
This fixes a bug where the package does not install some files as expected. For the librem5 package, this also generates the modemmanager subpackage, which was missed in testing/review earlier.
-
Clayton Craft authored
This upgrades the package to include: - Support for usb serial console (only in OS, not in u-boot) - udev rule to fix phone calls with modemmanager using the broadmobi modem in the phone - The beginnings of usb network support (still not functional yet) - Enable framebuffer in the deviceinfo, pmos logo on boot! The udev rule and module configs were gathered from upstream Purism PureOS.
-
- Mar 25, 2020
-
-
Ferenc Bakonyi authored
-
- Mar 24, 2020
-
-
Alexey Minnekhanov authored
CONFIG_INPUT_UINPUT is needed for !1012 - linter fix: remove unneeded HOSTCC - use downstreamkernel_package - _abi_release was never used - this package is only enabled for aarch64, so always use modules_install dbts_install in package(), remove redundant switch case
-
- Mar 23, 2020
-
-
Clayton Craft authored
This adds new subpackages for phosh, plasma, and a new dependency on the phone device package for wys (in Alpine Linux) This adds subpackages for pulseaudio, phosh, and plasma mobile, and includes some configuration files from upstream Purism for udev and pulseaudio that help with audio a bit (though phone audio routing is still weird/broken for now..) The separate subpackages for phosh and plasma are necessary becuase they each use a different modem handling daemon (modem manager and ofono, respectively).
-
Clayton Craft authored
-
Clayton Craft authored
Note: version is arbitrary, and doesn't reflect upstream u-boot versioning at all since this is based off a fork.
-
Add a vibration feedback, along with the LED feedback when booting. This is suggested by TL Lim. When trying to power up the phone with holding it in the hand, vibration feedback is more obvious than LED. Signed-off-by:
Icenowy Zheng <icenowy@aosc.io>
-
Started porting pmOS to Xiaomi Redmi Note 5 Pro (whyred). What works so far: - Booting - SSH over USB - SD card detection (haven't tried flashing to internal storage because i'm afraid of bricking the device due to anti-rollback) - Vibration and LEDs - Screen - Hardware buttons - Touchscreen Untested: - WiFi - Camera - Audio - Bluetooth - GPS - Calls, SMS, Cellular network
-
Alexey Minnekhanov authored
-
-
- Mar 22, 2020
-
-
The point of this program was to have something to play with once weston boots up. It does not make sense to ship this with postmarketos-ui-plasma-mobile. Related: postmarketos-demos#1
-
- Mar 21, 2020
-
-
[ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
-
At the moment the function does not handle all cases correctly. For example, it cannot say which package was changed when a file in a subdirectory of a package was changed. This is used e.g. in device-samsung-golden: device-samsung-golden ├── APKBUILD ├── deviceinfo ├── downstream │ ├── init-usb-hook.sh │ ├── module-config.conf │ └── modules-load.conf └── kwin.sh At the moment, changing a file under "downstream" would attempt building a "downstream" package, instead of device-samsung-golden. Refactor the function a bit to walk up the directory hierarchy, until we find an APKBUILD.
-
For APKBUILD linting we care only about APKBUILD files that were changed, not to which package they belong or whatever. The "with_directory" option of get_changed_packages() really meant "just give me changed files", which means that we can just use get_changed_files() instead.
-
All users of get_changed_files() check if the file was removed, so it seems like most of them do not need files that were removed. Also, there is no need to have files listed twice, so we should return a set instead of a list.
-
Oliver Smith authored
It seems that the .gitlab-ci.yml did not trigger properly when the file was changed last time, and now it does in this MR. Fix the file to make it pass.
-
- Proper WiFi support (building modules, firmware package) - Architecture change to armv7 - Fix no MAC address on USB networking [ci:skip-build]: already built successfully in CI
-
The Samsung GT-I9100 is armv7, not armhf. [ci:skip-build]: already built successfully in CI Signed-off-by:
Paul Cercueil <paul@crapouillou.net>
-
-