- Jun 09, 2018
-
-
yangxuan8282 authored
* add missing dependencies bluez (which provide bluetooth) * update rpi bluetooth firmware to lateset * fix install openrc init name (since the package rename to firmware-pi-bluetooth, so the previous $pkgname need to change to pi-bluetooth)
-
Oliver Smith authored
The package starts with "linux-", which means the "native" cross compilation type is used: https://wiki.postmarketos.org/wiki/Build_internals#Cross-compile_types When using that, !tracedeps needs to be in the options, otherwise the dependency tracing step fails the build. I've tested that this commit fixes the build. Fixes #1546
-
- Jun 07, 2018
-
-
yangxuan8282 authored
-
yangxuan8282 authored
Adds support for latest raspberry pi 3B+.
-
Oliver Smith authored
-
- Jun 04, 2018
-
-
Oliver Smith authored
-
Oliver Smith authored
This was forked from Alpine, but it's no longer necessary. Close #1530
-
Ricardo Rodrigues authored
-
George Hopkins authored
-
- Jun 01, 2018
-
-
Oliver Smith authored
Disable checks for good. * half of them would not run anyway because they require X11 * falkon-cookietest hangs for more than 30 minutes with 100% CPU usage while cross compiling for armhf
-
George Hopkins authored
-
yangxuan8282 authored
-
Bhushan Shah authored
We already have it limited by the ID_PART_ENTRY_NAME, it is very less likely that someone will have sdcard with the partition names which are similar to modem partition. This fixes rmtfs for @MartijnBraam who for some reason have internal mmc as mmcblk1 and not 0.
-
Bhushan Shah authored
Plasma Mobile uses the telepathy-ofono through telepathy, telepathy-ofono was developed by canonical for ubuntu touch and it is also used by dialer-app of ubports. telepathy-ofono is alternative to telepathy-ring.
-
Bhushan Shah authored
This is basically too old stuff from meego times, and is added only because telepathy-ofono needs it for now, I will talk with ubports people to get telepathy-ofono ported to libqofono so we can dump this 6 year old unmaintained library. (patches to make it build with qt5 and modern compiler are taken from ubuntu packaging)
-
Bhushan Shah authored
This is used by the telepathy-ofono/telepathy-ring to provide the telepathy account which is in turn used by plasma mobile dialer to do telephony.
-
Bhushan Shah authored
libphonenumber is used by the telepathy-ofono, it is library by Google to parse, format and validate international phone number
-
Bhushan Shah authored
This patchset is based on the branch on the sysmocom.de git, https://git.sysmocom.de/ofono/log/?h=lynxis/voicecall The original branch was based on old ofono so this patches are manually merged to ofono 1.21 and tested on debian initially.
-
George Hopkins authored
-
Martijn Braam authored
This makes the flasher work when no flash_method attribute exists on the args variable, which happens when it is invoked through the pmbootstrap export --odin command. This is a regression introduced in b29cc877 This fixes #1527
-
Mayeul Cantan authored
As documented here: https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Trend_lite_(s7390g) This might be set on other devices as well. This patch also bumps postmarketos-mkinitfs one minor version.
-
- May 30, 2018
-
-
Oliver Smith authored
-
- May 29, 2018
-
-
Daniele Debernardi authored
-
- May 28, 2018
-
-
Oliver Smith authored
-
Oliver Smith authored
-
Decatf authored
* linux-samsung-p4wifi: Use libressl-dev * linux-samsung-p4wifi: Update to kernel based on mainline tegra_defconfig Previously it was based on the config from a mainline-ish kernel for Android. The remaining Android specific patches have been dropped. It is now mainline with out-of-tree drivers and corresponding hardware specific patches/fixes/hacks.
-
Klaus authored
-
- May 24, 2018
-
-
Oliver Smith authored
-
- May 21, 2018
-
-
yangxuan8282 authored
* add some plugins for postmarketos-ui-xfce4 * make start_xfce4.sh start xfce4 properly and add related dependencies
-
- May 20, 2018
-
-
Oliver Smith authored
armhf tends to be outdated, just like it is right now. The Alpine aports have binutils-2.30-r2, and the x86_64 version has that version as well. But the armhf version is still at -r1, which caused the test case to fail.
-
Oliver Smith authored
-
Sicelo authored
* Add wrapper for i3status for better battery status reporting on N900/bq27200 * New hotkeys "asdfg" to switch workspaces
-
- May 18, 2018
-
-
Bhushan Shah authored
This is used by shell to show network status in top bar.
-
Bhushan Shah authored
libqofono provides the Qt/QML bindings for the ofono, and are used by Plasma Mobile and nemo/sailfishos.
-
- May 16, 2018
-
-
Oliver Smith authored
This new mesa package isn't built for armhf yet in Alpine, but the previous one breaks plasma mobile right now.
-
Oliver Smith authored
Alpine provides binaries for these now.
-
Bhushan Shah authored
This makes sure that symlinks which are needed by rmtfs is created before rmtfs is started (modem partitions)
-
Bhushan Shah authored
- Depend on ofono from device-lg-hammerhead - From postinstall script of device-lg-hammerhead enable ofono by default
-
Bhushan Shah authored
On my device the rpmsg0 have DATA5_CNTL under name attribute instead of rpmsg_name ``` looking at device '/devices/platform/smd/smd:modem/smd:modem.rpmsg_chrdev.0.0/rpmsg/rpmsg_ctrl1/rpmsg0': KERNEL=="rpmsg0" SUBSYSTEM=="rpmsg" DRIVER=="" ATTR{dst}=="0" ATTR{src}=="0" ATTR{name}=="DATA5_CNTL" ``` So check for name instead of rpmsg_name.
-
Bhushan Shah authored
We need udev running so that we can ensure that the partitions are correctly symlinked before they are used.
-