Daniel Fancsali
0b854b4ec6
linux-google-veryron: enable binfmt_misc as kernel module (MR 4115)
...
This allows the user (upon loading the module) to handle non-native
binaries transparently - after registering the magic number and the
command for handling execution, the programs can be ran as if compiled
for the host architecture. (Similarly how the shebang line allows
the interpreter to be specified for scirpts).
Common use-cases include
* Using qemu user-space emulation to run
x86 binaries on ARM (or the other way around), or simply running
64-bit binaries on 32-bit architectures.
* Allow Java programs to be run transparently.
* Creating cross-architecture chroots (for cross-compilation e.g.)
2023-06-06 12:32:23 +02:00
Willow Barraco
d6423db84d
linux-pine64-pinephonepro: enable NFS_FSCACHE (MR 4141)
2023-06-06 12:29:37 +02:00
Bart Ribbers
5ce24d3869
soc-qcom-sdm845: move PipeWire workaround script to /usr/share (MR 4155)
...
It's not actually supposed to be overwritten by the user...
2023-06-06 12:24:40 +02:00
Oliver Smith
8328063651
device-qemu-amd64: add none kernel subpackage (MR 4148)
...
Add a dummy subpackage that does not install any kernel. This is useful
for testing 'pmbootstrap install' code quickly without actually
downloading and installing a kernel package.
2023-06-06 11:03:35 +02:00
Sicelo A. Mhlongo
80ab66cd2a
device-nokia-n900: improve user experience on i3 (MR 4157)
...
- fix wifi signal quality display, since /proc/net/wireless is no longer
available in omap kernel
Suggested-by: DvaMishkiLapa <thesame.personal@gmail.com>
- add `polkit-elogind` so tools like `loginctl poweroff` and `nmtui` do not
require sudo under i3wm
[ci:skip-build]: already built successfully in CI
2023-06-05 23:50:57 +02:00
Bart Ribbers
bd1ee83338
soc-qcom-sdm845: fix post upgrade (MR 4154)
...
The call_audio_idle_suspend_workaround init service was moved to the
-pulseaudio subpackage, but the -modem subpackage still had a
.post-upgrade referring to it. This moves that to the (recently) new
-pulseaudio package
[ci:skip-build]: already built successfully in CI
2023-06-05 15:27:00 +02:00
Jane Rachinger
5433eecb11
device-pine64-pinebookpro: resize on initial boot (MR 4149)
...
[ci:skip-build]: already built successfully in CI
2023-06-05 15:12:23 +02:00
Bart Ribbers
b982708186
soc-qcom-sdm845: apply workaround for working audio on PipeWire (MR 4139)
...
Out of the box audio is really quiet and distorted on SDM845 devices when
using PipeWire. This can be worked around by forcing audio to 16 bits
(which PulseAudio uses by default and thus works). This seems to be a
kernel problem and should be fixed properly there but for now we can
apply this workaround to at least be able to switch to PipeWire anytime
soon. The actual workaround is applied by Wireplumber so the dependency
for the subpackage is set to that.
Upstream issue https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3193
[ci:skip-build]: already built successfully in CI
2023-06-05 14:45:38 +02:00
Newbyte
e27bc8a84e
linux-purism-librem5: upgrade to 6.3.4pureos1 (MR 4137)
...
[ci:skip-build]: Already built successfully in CI
2023-06-04 10:21:43 +02:00
Newbyte
a002330b81
planet-geminipda: use source_deviceinfo from devicepkg-utils (MR 4129)
2023-06-03 17:44:25 +02:00
Newbyte
614ac1835d
motorola-maserati: use source_deviceinfo from devicepkg-utils (MR 4129)
2023-06-03 17:44:25 +02:00
Oliver Smith
00e4c6d1b2
linux-google-sargo: remove (MR 4146)
...
It doesn't build currently (issue 2146) and also it's not used by any
device package currently (with other ports we support selecting between
mainline and downstream kernel in some cases, but not here).
If it's useful, the build can be fixed and it can be added back in a
future patch.
2023-06-03 14:25:47 +02:00
Newbyte
f757d06824
device-oneplus-lemonade: use mkdtboimg from android-tools (MR 4145)
...
[ci:skip-build]: Built successfully locally and would take too long for
the CI to finish.
2023-06-03 06:35:10 +03:00
Newbyte
690f9bf67d
firmware-google-crosshatch-mainline-dtbo: use mkdtboimg from android-tools (MR 4145)
2023-06-03 06:35:06 +03:00
Newbyte
d4d18a0b81
linux-google-sargo: use mkdtboimg from android-tools (MR 4145)
2023-06-03 06:35:03 +03:00
Newbyte
8bbc90f097
linux-oneplus-instantnoodlep: use mkdtboimg from android-tools (MR 4145)
...
... and work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990
2023-06-03 06:35:00 +03:00
Newbyte
56c96a30e9
linux-oneplus-kebab: use mkdtboimg from android-tools (MR 4145)
...
... and work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990
2023-06-03 06:34:57 +03:00
Newbyte
f5fc3217f0
linux-postmarketos-mediatek-mt6763: use mkdtboimg from android-tools (MR 4145)
...
... and work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990
2023-06-03 06:34:54 +03:00
Newbyte
c4886f93c7
linux-postmarketos-mediatek-mt6768: use mkdtboimg from android-tools (MR 4145)
...
... and work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990
2023-06-03 06:34:51 +03:00
Newbyte
9291b05b2c
linux-xiaomi-cepheus-downstream: use mkdtboimg from android-tools (MR 4145)
...
... and also work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990
2023-06-03 06:34:48 +03:00
Newbyte
2a8a57b08e
linux-postmarketos-stericsson: allocate 128 MB of CMA memory (MR 4144)
...
Closes https://gitlab.com/postmarketOS/pmaports/-/issues/1220
[ci:skip-build] Already build-tested on CI
2023-06-02 19:11:55 +02:00
Clayton Craft
bbbc7b7b2d
purism-librem5: revert ucm, other cleanup (MR 4138)
...
changes:
- don't try to set gnss-share socket in geoclue
- install Alsa UCM configs from purism
Upstream ucm is broken when migrating from the purism ucm, so let's
just use ucm from purism until someone upstreams something that works.
What I upstreamed was based on an older ucm from Purism, what they are
shipping is more correct than upstream ucm...
This reverts commit 70b7813fee
.
fixes #2134
[ci:skip-build] already built successfully in CI
2023-06-02 08:08:14 -07:00
Newbyte
5a2178cb5a
linux-postmarketos-stericsson: upgrade to 6.3.5 (MR 4134)
...
* remove vendor kernel reference
* remove verbose build option
* add mmc busydetect fix patchset
[ci:skip-build] Already build-tested on CI
2023-06-02 12:33:12 +03:00
Denis
6ab29d06fd
xiaomi-pine: update checksum of deviceinfo (MR 4114)
...
[ci:skip-build]: already built successfully in CI
2023-06-01 14:19:49 +02:00
Denis
0806c84144
xiaomi-pine: fix error in device (MR 4114)
2023-06-01 14:19:31 +02:00
Denis
da05e2a230
xiaomi-pine: new device (MR 4114)
2023-06-01 14:19:31 +02:00
Newbyte
bc0ff89fdc
purism-librem5: fix ship mode on Linux 6.3 and higher (MR 4128)
...
Taken from https://source.puri.sm/Librem5/librem5-base/-/merge_requests/353
Closes https://gitlab.com/postmarketOS/pmaports/-/issues/2130
Co-authored-by: Oliver Smith <ollieparanoid@postmarketos.org>
[ci:skip-build] already built successfully in CI
2023-05-31 13:58:34 -07:00
armel.guido
403c33eda6
linux-sony-eagle: update prima codeaurora source (MR 4109)
...
[ci:skip-build]: already built successfully in CI
2023-05-30 22:06:19 +02:00
Hugo Osvaldo Barrera
f0b8dceae5
firmware-pine64-pinebookpro: remove (MR 4112)
...
This has been replaced by linux-firmware-brcm and
linux-firmware-rockchip.
[ci:skip-build]: already built successfully in CI
2023-05-30 22:02:52 +02:00
Hugo Osvaldo Barrera
68d7792bb9
pine64-*: update references to firmware-pine64-pinebookpro (MR 4112)
2023-05-30 22:02:51 +02:00
Hugo Osvaldo Barrera
1edbf01dcb
pine64-pinebookpro: use linux-firmware packages (MR 4112)
...
The `firmware-pine64-pinebookpro` predates the firmware for this device
being available upstream. It is now packaged in two separate packages:
linux-firmware-brcm and linux-firmware-rockchip.
Install those two linux-firmware packages and drop the custom one. This
drop a custom firmware package and also ensure that firmware is kept up to
date with the rest of linux-firmware-*.
The resulting installation includes all the previously included firmware
files and I've confirmed that both sound and wifi work fine (dmesg
indicates bluetooth is available too).
2023-05-30 22:02:51 +02:00
Newbyte
734d4d1572
linux-purism-librem5: upgrade to 6.3.3pureos1 (MR 4126)
...
[ci:skip-build]: Already built successfully in CI.
2023-05-30 18:34:25 +02:00
Clayton Craft
928fa5b9c5
linux-postmarketos-amlogic: upgrade to 6.3.3 (MR 4071)
...
This also enables a few other things for Amlogic SBCs, including some
kernel config that enables video decoding support, however userspace
still doesn't support it (e.g. requires patched ffmpeg)
[ci:skip-build] already built successfully in CI
2023-05-29 11:27:46 -07:00
Ishaaq
5e0a9edcae
samsung-starlte: New device (MR 4123)
...
[ci:skip-build]: already built successfully in CI
2023-05-29 13:16:00 +02:00
Clayton Craft
3fff515886
purism-librem5: don't install custom geoclue service file (MR 4120)
...
Geoclue now supports reading from this path:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/43661
fixes https://gitlab.com/postmarketOS/pmaports/-/issues/2024
[ci:skip-build]: Already built successfully in CI.
2023-05-29 11:37:39 +02:00
Caleb Connolly
9ba1d82f6e
community/linux-postmarketos-qcom-sdm845: upgrade to 6.3.4 (MR 4122)
...
[ci:skip-build]: already built successfully in CI
2023-05-29 02:37:12 +02:00
Oliver Smith
6dc3335119
pine64-pinetab: move from community to testing (MR 4116)
...
[ci:skip-vercheck]
Related: issue 1727
2023-05-28 23:22:05 +02:00
Mighty
eeb6fb22eb
linux-postmarketos-omap: upgrade to 6.3.4 (MR 4124)
...
[ci:skip-build]: already built successfully in CI
2023-05-27 21:44:54 +05:30
M0Rf30
a2e7dc074a
linux-postmarketos-qcom-msm8953: add motorola-ocean max panel brightness level (MR 4121)
...
[ci:skip-build] Already build-tested on CI
2023-05-27 06:39:57 +03:00
Hugo Osvaldo Barrera
d595967928
pine64-pinebookpro: remove reload of udev rules (MR 4113)
...
This package no longer ships any udev rules, so this is no longer
necessary.
[ci:skip-build]: already built successfully in CI
2023-05-25 09:02:05 +02:00
Hugo Osvaldo Barrera
4e056b2242
pine64-pinebookpro: drop unnecessary udev rule (MR 4113)
...
Previously, this extra rule was needed to grant regular users
permissions for the embedded display's backlight. It no longer seems to
be necessary; the presence of this rule is currently a no-op.
Someone else on IRC has tested removing the rule and also confirms this
new behaviour. I suspect this was fixed upstream in eudev.
2023-05-25 09:02:00 +02:00
Luca Weiss
42d8a5abd5
device-fairphone-fp4: add Bluetooth firmware dependency (MR 4110)
...
[ci:skip-build] Already build tested on CI
2023-05-24 17:01:03 +03:00
Luca Weiss
8d81c77f05
firmware-fairphone-fp4: package Bluetooth firmware (MR 4110)
2023-05-24 17:00:55 +03:00
Luca Weiss
9813033c80
linux-postmarketos-qcom-sm6350: upgrade to 6.3.3 (MR 4110)
...
Enable Bluetooth-related options in defconfig since FP4 now has
Bluetooth support.
2023-05-24 17:00:52 +03:00
gtrxAC
5aa28ef117
huawei-plank: new device (MR 4096)
...
[ci:skip-build] already built successfully in CI
2023-05-23 15:19:16 -07:00
M0Rf30
e388dbb57d
linux-postmarketos-qcom-sdm660: upgrade to 6.3.3 (MR 3984)
...
Rebase of sdm660 patchset on top of linux-stable/linux-6.3.y
branch.
Notable changes:
* New device: HMD Global Nokia 6.1 (nokia-pl2)
* New device: Xiaomi Mi A2 (xiaomi-jasmine_sprout)
* usage of pmb:kconfigcheck-community only
* LOCALVERSION is no longer set in kconfig, but at build time
Signed-off-by: Gianluca Boiano <morf3089@gmail.com>
[ci:skip-build] already built successfully in CI
2023-05-23 15:15:13 -07:00
René Kliment
5666109a4a
samsung-p4note: use sparse image (MR 4105)
...
Fixes flashing of rootfs img with heimdall for Samsung Galaxy Note 10.1 N8010.
see https://wiki.postmarketos.org/wiki/Troubleshooting#Heimdall:_Flashing_fails_at_7.25
2023-05-23 22:36:10 +02:00
Jianhua Lu
1db7d64aab
testing/device-xiaomi-elish: add audio speaker support (MR 4087)
2023-05-23 09:41:38 +02:00
Jianhua Lu
b6cc5c0e9f
testing/alsa-ucm-conf-qcom-sm8250: new aport (MR 4087)
2023-05-23 09:41:38 +02:00
Jianhua Lu
866b67e772
testing/firmware-xiaomi-elish: add cirrus and boe variant touchscreen firmware (MR 4087)
2023-05-23 09:41:38 +02:00
Jianhua Lu
30ff0308a2
testing/linux-postmarketos-qcom-sm8250: upgrade to 6.4.0 rc2 (MR 4087)
2023-05-23 09:41:32 +02:00
Anton Bambura
6e2077e604
google-stern: new device (MR 4091)
...
[ci:skip-build]: already built successfully in CI
2023-05-22 08:08:52 +02:00
Anton Bambura
fdd5c560e9
google-cerise: new device (MR 4091)
2023-05-22 08:08:46 +02:00
Newbyte
eee2eaf970
linux-purism-librem5: upgrade to 6.3.2pureos1 (MR 4104)
...
[ci:skip-build]: already built successfully in CI
2023-05-22 07:54:17 +02:00
Ishaaq
9f15da8d46
samsung-starlte: new device (MR 4102)
...
[ci:skip-build]: Already built successfully in CI
2023-05-21 07:32:32 +02:00
hazardchem
4e1f99160d
pine64-pinephonepro: Packages for PinePhone Keyboard with sway and X11 (MR 4078)
...
Copy of the work from this merge as pro model was missed:
https://gitlab.com/postmarketOS/pmaports/-/merge_requests/3845
2023-05-20 11:19:21 +02:00
Anton Bambura
fcf33fccaa
google-willow: add bluetooth firmware (MR 4099)
...
[ci:ignore-count]
[ci:skip-build]: Already built successfully in CI.
2023-05-20 11:15:51 +02:00
Anton Bambura
fc3421e665
google-makomo: add bluetooth firmware (MR 4099)
2023-05-20 11:15:49 +02:00
Anton Bambura
d69cd81186
google-krane: add bluetooth firmware (MR 4099)
2023-05-20 11:15:49 +02:00
Anton Bambura
22df89a1cb
google-kodama: add bluetooth firmware (MR 4099)
2023-05-20 11:15:49 +02:00
Anton Bambura
7f78f74025
google-kenzo: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
af2ae7aa4c
google-katsu: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
a2faf88238
google-kappa: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
fd0c785eb9
google-kakadu: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
36e6a69dd7
google-juniper: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
50d260240b
google-fennel14: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
e859e47589
google-fennel: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
3ed15d3d19
google-damu: add bluetooth firmware (MR 4099)
2023-05-20 11:15:48 +02:00
Anton Bambura
3c20e11910
google-cozmo: add bluetooth firmware (MR 4099)
2023-05-20 11:15:47 +02:00
Anton Bambura
0f4258d37e
google-burnet: add bluetooth firmware (MR 4099)
2023-05-20 11:15:47 +02:00
Anton Bambura
6688808de8
linux-postmarketos-rockchip: enable video decoder (MR 4097)
...
[ci:skip-build]: Already built successfully in CI.
2023-05-20 11:13:25 +02:00
Anton Bambura
07cdab935a
google-bob: enable accelerometer (MR 4098)
...
Fixed in upstream: https://github.com/eudev-project/eudev/pull/239
2023-05-20 11:09:39 +02:00
Anton Bambura
46304c497c
google-kevin: enable accelerometer (MR 4098)
...
Fixed in upstream: https://github.com/eudev-project/eudev/pull/239
2023-05-20 11:09:38 +02:00
Luca Weiss
486de9b306
device-sony-leo: install lk2nd package (MR 4077)
...
This enables us to easily flash lk2nd with pmbootstrap during
installation.
[ci:skip-build]: already built successfully in CI
2023-05-19 18:42:19 +02:00
Luca Weiss
00261bc123
device-oneplus-bacon: install lk2nd package (MR 4077)
...
This enables us to easily flash lk2nd with pmbootstrap during
installation.
2023-05-19 18:42:19 +02:00
Luca Weiss
1e59890385
device-lg-hammerhead: install lk2nd package (MR 4077)
...
This enables us to easily flash lk2nd with pmbootstrap during
installation.
2023-05-19 18:42:19 +02:00
Luca Weiss
5954048db3
device-fairphone-fp2: install lk2nd package (MR 4077)
...
This enables us to easily flash lk2nd with pmbootstrap during
installation.
2023-05-19 18:42:18 +02:00
Hugo Osvaldo Barrera
e9029c9153
pine64-pinebookpro: switch to upstream udev rules (MR 4095)
...
The entries kept locally are now part of the upstream rules. We can rely
on those instead and avoid the duplication.
See: 2703baf556/hwdb/60-evdev.hwdb (L625)
See: 2703baf556/hwdb/60-keyboard.hwdb (L1526)
[ci:skip-build]: already built successfully in CI
2023-05-19 12:11:10 +02:00
Anton Bambura
af105937a2
mt8183 devices: remove audio module load configs (MR 4090)
...
Sound drivers not probing is solved with a patch in 6.1.28-r0 version
of linux-postmarketos-mediatek-mt8183 package.
[ci:ignore-count]
2023-05-19 07:24:32 +00:00
Luca Weiss
44797d1f4e
testing/device-huawei-sturgeon: add mainline subpackages (MR 4053)
...
[ci:skip-build]: already built successfully in CI
2023-05-19 08:11:10 +02:00
Luca Weiss
8ff50a82a8
testing/firmware-huawei-sturgeon: add adsp and more wifi/bt firmware (MR 4053)
2023-05-19 08:11:10 +02:00
Luca Weiss
f77fb2e610
testing/device-asus-sparrow: add mainline subpackages (MR 4053)
2023-05-19 08:11:10 +02:00
Luca Weiss
a26ede4de6
testing/firmware-asus-sparrow: new aport (MR 4053)
2023-05-19 08:11:10 +02:00
Luca Weiss
b1b5f9a8f2
testing/device-lg-lenok: add mainline subpackages (MR 4053)
2023-05-19 08:11:10 +02:00
Luca Weiss
7b4bf89443
testing/firmware-lg-lenok: new aport (MR 4053)
2023-05-19 08:11:10 +02:00
Luca Weiss
476f7fe6ad
testing/linux-postmarketos-qcom-msm8226: adjust kernel config (MR 4053)
...
Enable various configs needed for the apq8026 watches, disable some
options for other platforms and adjust various other configs where it
makes sense.
2023-05-19 08:11:10 +02:00
Luca Weiss
f3adab7539
testing/linux-postmarketos-qcom-msm8226: upgrade to 6.3.0 (MR 4053)
2023-05-19 08:11:05 +02:00
Anton Bambura
8e3cc49cfe
soc-mediatek-mt8183: add symlink to scp.img (MR 4094)
...
Add symlink to the place where kernel expects it to be
[ci:skip-build]: already built successfully in CI
2023-05-19 07:49:49 +02:00
Anton Bambura
68a3bf8610
linux-postmarketos-mediatek-mt8183: add support for video decoder (MR 4093)
...
[ci:skip-build]: already built successfully in CI
2023-05-18 14:41:41 +03:00
Anton Bambura
9c8ccba142
linux-postmarketos-mediatek-mt8183: upgrade to 6.1.28 (MR 4089)
...
[ci:skip-build]: Already built successfully in CI
2023-05-17 18:16:00 +02:00
Anton Bambura
3c629c64e3
google-nyan-blaze: add initfs modules for usb storage (MR 4074)
...
[ci:skip-build]
2023-05-16 23:18:02 +03:00
Anton Bambura
093611357b
google-nyan-big: add initfs modules for usb storage (MR 4074)
2023-05-16 23:18:01 +03:00
Anton Bambura
daea5dade3
google-nyan-blaze: switch from u-boot script to extlinux (MR 4074)
2023-05-16 23:18:01 +03:00
Anton Bambura
5ae8060f6d
google-nyan-big: switch from u-boot script to extlinux (MR 4074)
2023-05-16 23:18:01 +03:00
Anton Bambura
670f23f640
google-nyan-blaze: switch from secondary u-boot to depthcharge (MR 4074)
2023-05-16 23:18:01 +03:00
Anton Bambura
2c6399db1c
google-nyan-big: switch from secondary u-boot to depthcharge (MR 4074)
2023-05-16 23:18:01 +03:00
Anton Bambura
5bfe3ab5b5
linux-google-nyan: add a hack for depthcharge (MR 4074)
...
Prevent kernel self-decompression from overwriting initramfs
Co-authored-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2023-05-16 23:18:01 +03:00
Anton Bambura
08096700f0
linux-google-nyan: upgrade to 6.1.27 (MR 4074)
...
Also, make it smaller and more modular
2023-05-16 23:18:01 +03:00
Newbyte
91adc26f51
linux-purism-librem5: enable lazy RCU (MR 4080)
...
See https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2220
[ci:skip-build]: Already built successfully in CI
2023-05-16 18:40:42 +02:00
Newbyte
f47d58a680
linux-purism-librem5: upgrade to 6.3.1 (MR 4080)
2023-05-16 18:40:41 +02:00