Commit graph

924 commits

Author SHA1 Message Date
Minecrell
f9cb1dff3d
asus-me176c: use fastboot-bootpart flasher (!930)
Flash (split) boot partition to the "APD" partition.
It's a rather useless partition with media files for demo purposes.
Perfect for a small(-ish) boot partition with ~300 MB.
2020-02-10 01:45:10 +03:00
Danct12
a415548b1d
device/*: remove deviceinfo_nonfree (!935)
[ci:ignore-count]

Signed-off-by: Danct12 <danct12@disroot.org>
2020-02-10 00:58:03 +03:00
Federico Amedeo Izzo
9d9f36604d
amazon-tank: new device (Amazon Fire TV Stick) (!939) 2020-02-10 00:17:25 +03:00
Clayton Craft
048a5524f5
purism-librem5: add patch for enabling host usb mode on devkit (!925)
This addresses the issue here, but only for the devkit:
https://source.puri.sm/Librem5/linux-next/issues/114

I didn't patch the dts for the phone because:
1) I don't have one to test
2) it might negatively impact batter life (I'm only speculating)

[ci:skip-build]: already built successfully in CI
2020-02-07 19:16:13 +01:00
Clayton Craft
38a23b2aa0
purism-librem5: upgrade to latest 5.3 purism kernel (!925) 2020-02-07 19:16:13 +01:00
silver
5807363964
samsung-apexq: add wifi firmware package (!919) 2020-02-03 20:33:30 +01:00
Minecrell
fcc2a2a1ac
asus-me176c: upgrade mainline kernel to 5.4.17 (LTS) (!922) 2020-02-03 02:45:18 +03:00
srxl
c2fd969169
motorola-harpia: upgrade to mainline kernel (!682)
Support for the downstream kernel has been removed entirely. This is
because the downstream kernel only has support for the armhf
architecture, whereas linux-postmarketos-qcom-msm8916 is only built
for aarch64. Since pmbootstrap has no way to handle having two
kernels on differing architectures, the decision was made to remove
the downstream kernel and only support mainline.
2020-02-01 15:19:53 +03:00
Minecrell
83a0a953af
asus-me176c: remove -x11 subpackage (!917)
So far, the -x11 subpackage for asus-me176c was used to install
the Xorg Intel driver (xf86-video-intel). But these days many
distributions actually recommend using the standard Xorg modesetting
driver instead, see e.g.
  - Debian: https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/
  - Fedora: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/AUPYPJMFJZMHPEKN24LBABZKIEOV4NU5/
  - KDE: https://community.kde.org/Plasma/5.9_Errata#Intel_GPUs

The standard Xorg modesetting driver is included in the main xorg-server
package. Not installing xf86-video-intel saves about ~73 MiB of disk space
(because it also pulls in many unneeded dependencies).

Xfce seems to be working just fine with the modesetting driver.
(And most users will probably prefer Wayland anyway...)
2020-01-30 22:50:57 +01:00
Ferenc Bakonyi
14eef2d5f4
lg-hammerhead: fix framebuffer console and power key in initfs (!915) 2020-01-30 22:48:42 +03:00
Minecrell
b9ca5e66ff
asus-me176c: install mesa-vulkan-intel as Vulkan driver (!910)
The Intel graphics in asus-me176c have (incomplete) Vulkan support
in Mesa. Make it possible to use Vulkan by installing the Intel
driver that is necessary for it.
2020-01-29 01:09:53 +03:00
Minecrell
4a844dc630
asus-me176c: reduce rootfs size by installing only needed Mesa driver (!910)
The mesa-dri-intel package is deprecated since it was replaced with
mesa-dri-classic and mesa-dri-gallium. Installing mesa-dri-intel
causes both packages to be installed.

The Intel graphics in asus-me176c are not supported by the new
Gallium "iris" driver, therefore asus-me176c can only use the old
i965 driver available in mesa-dri-classic.

Removing mesa-dri-gallium reduces the disk space needed for a minimal
installation on asus-me176c:
  - Before: 329M
  - After:  256M (-73M)
2020-01-29 01:09:45 +03:00
Bart Ribbers
71557f7f0c
device-*: rebuild for the new splash screen generation 2020-01-28 15:40:18 +01:00
HenriDellal
a5cf21b4d4
device/device-samsung-p4wifi: fix APKBUILD (!889) 2020-01-28 15:21:10 +01:00
HenriDellal
e5d0607625
device/device-samsung-i927: fix APKBUILD (!889) 2020-01-28 15:21:07 +01:00
HenriDellal
583d2fce32
device/device-ouya-ouya: fix APKBUILD (!889) 2020-01-28 15:21:01 +01:00
Jami Kettunen
264f5dccb1
oneplus-cheeseburger: new device (OnePlus 5) (!908) 2020-01-28 14:28:09 +03:00
CUI Hao
0326ffefa7
zuk-z2-row: new device (!898) 2020-01-28 02:13:31 +03:00
Minecrell
227c63f18c
sony-sirius: use stable mesa-dri-freedreno (!895) 2020-01-26 23:23:17 +01:00
Minecrell
93ee2de6c8
sony-castor-windy: use stable mesa-dri-freedreno (!895) 2020-01-26 23:22:58 +01:00
Minecrell
1af1fbb490
lg-hammerhead: use stable mesa-dri-freedreno (!895) 2020-01-26 23:22:58 +01:00
Minecrell
e599774662
asus-flo: use stable mesa-dri-freedreno (!895) 2020-01-26 23:22:58 +01:00
Minecrell
6ea8296ac6
samsung-golden: depend only on mesa-git-dri-gallium (!896)
mesa-git-dri-gallium covers all Gallium DRI drivers
(including lima and kmsro).

Also mesa-git-dri-gallium now depends directly on all relevant
mesa-git subpackages, so the subpackages do not need to be specified
in each device APKBUILD anymore.
2020-01-26 02:38:10 +01:00
Minecrell
d4f0417a1d
purism-*: depend only on mesa-git-dri-gallium (!896)
mesa-git-dri-gallium covers all Gallium DRI drivers
(including lima and kmsro).

Also mesa-git-dri-gallium now depends directly on all relevant
mesa-git subpackages, so the subpackages do not need to be specified
in each device APKBUILD anymore.
2020-01-26 02:38:10 +01:00
Minecrell
38ed2425f1
pine64-*: depend only on mesa-git-dri-gallium (!896)
mesa-git-dri-gallium covers all Gallium DRI drivers
(including lima and kmsro).

Also mesa-git-dri-gallium now depends directly on all relevant
mesa-git subpackages, so the subpackages do not need to be specified
in each device APKBUILD anymore.
2020-01-26 02:38:09 +01:00
red-black-bonsai
10d8f5d4b0
medion-kai: get wifi working (!904) 2020-01-23 15:43:30 +01:00
Clayton Craft
83d79ea914
purism-librem5: new device (Purism Librem 5) (!869)
This adds a device package for the Librem 5 phone

[ci:skip-build]: already built successfully in CI
2020-01-19 11:57:54 +01:00
Clayton Craft
dc18bfba2e
purism-librem5dev: rebase on upstream flasher script & uboot image format, new kernel/uboot (!869)
This updates the uuu flasher script to conform to what Purism uses, and
changes the package to use the new M4 + uboot image that is generated by
the librem5 u-boot package.

It also changes the kernel/uboot to the 'generic' librem5 kernel/uboot.
2020-01-19 11:58:47 +01:00
Clayton Craft
0d291a4f42
device/linux-purism-librem: rename package & upgrade to Purism 5.3 kernel (!869)
The librem5 devkit and phone share the exact same kernel/branch, so this
package is renamed to be a bit more generic, and update to the latest
version in the Purism kernel tree.
2020-01-19 11:58:06 +01:00
Minecrell
29b692df69
purism-librem5dev: use mesa-git instead of custom mesa fork (!869)
The package is quite outdated - most patches should have already landed
upstream now, so we can make use of mesa-git instead of a custom fork.
2020-01-19 11:57:04 +01:00
1Maxnet1
947378c5cd
samsung-kylessopen: change arch: armhf -> armv7 (!851)
[ci:skip-build]: already built successfully in CI
2020-01-19 10:34:59 +01:00
Konrad Dybcio
b52b745ae0
sony-honami: modernize, use latest gcc (!885) 2020-01-18 21:58:18 +01:00
HenriDellal
be556bee37
device/device-oneplus-bacon: fix APKBUILD (!874)
[ci:ignore-count] [ci:skip-build]
2020-01-17 18:39:52 +01:00
HenriDellal
1164a8fb20
device/device-pine64-pinetab: fix APKBUILD (!874) 2020-01-17 18:39:30 +01:00
HenriDellal
7bd3713462
device/device-nokia-n900: fix APKBUILD (!874) 2020-01-17 18:39:27 +01:00
HenriDellal
797f98a49e
device/device-zte-p731a20: fix APKBUILD (!874) 2020-01-17 18:39:25 +01:00
HenriDellal
13e3c7d856
device/device-htc-vision: fix APKBUILD (!874) 2020-01-17 18:39:24 +01:00
HenriDellal
70a8b1363b
device/device-xiaomi-kenzo: fix APKBUILD (!874) 2020-01-17 18:39:22 +01:00
HenriDellal
6faab8c72b
device/device-t2m-flame: fix APKBUILD (!874) 2020-01-17 18:39:21 +01:00
HenriDellal
897a06807b
device/device-sony-honami: fix APKBUILD (!874) 2020-01-17 18:39:20 +01:00
HenriDellal
dcd83e579e
device/device-sony-amami: fix APKBUILD (!874) 2020-01-17 18:39:18 +01:00
HenriDellal
868b67e32a
device/device-semc-smultron: fix APKBUILD (!874) 2020-01-17 18:39:17 +01:00
HenriDellal
a082b4d3df
device/device-samsung-maguro: fix APKBUILD (!874) 2020-01-17 18:39:15 +01:00
HenriDellal
6c0a5adc88
device/device-samsung-lt023g: fix APKBUILD (!874) 2020-01-17 18:39:14 +01:00
HenriDellal
b268780990
device/device-samsung-kminilte: fix APKBUILD (!874) 2020-01-17 18:39:12 +01:00
HenriDellal
4cc65595ec
device/device-samsung-i9195: fix APKBUILD (!874) 2020-01-17 18:39:11 +01:00
HenriDellal
be621aed08
device/device-samsung-i9100: fix APKBUILD (!874) 2020-01-17 18:39:09 +01:00
HenriDellal
adcd4e6f8e
device/device-samsung-golden: fix APKBUILD (!874) 2020-01-17 18:39:08 +01:00
HenriDellal
8fb6575074
device/device-raspberry-pi3: fix APKBUILD (!874) 2020-01-17 18:39:07 +01:00
HenriDellal
ad9b5be90e
device/device-raspberry-pi: fix APKBUILD (!874) 2020-01-17 18:39:05 +01:00
HenriDellal
4fb3b0677a
device/device-qemu-vexpress: fix APKBUILD (!874) 2020-01-17 18:39:03 +01:00
HenriDellal
0328a95883
device/device-qemu-amd64: fix APKBUILD (!874) 2020-01-17 18:39:02 +01:00
HenriDellal
bd112124bf
device/device-qemu-aarch64: fix APKBUILD (!874) 2020-01-17 18:38:59 +01:00
HenriDellal
3ca414a4ce
device/device-purism-librem5dev: fix APKBUILD (!874) 2020-01-17 18:38:57 +01:00
HenriDellal
414dd9d74e
device/device-pine64-pinephone: fix APKBUILD (!874) 2020-01-17 18:38:56 +01:00
HenriDellal
0dba888ca4
device/device-pine64-dontbeevil: fix APKBUILD (!874) 2020-01-17 18:38:53 +01:00
HenriDellal
72c6faab83
device/device-pine64-a64lts: fix APKBUILD (!874) 2020-01-17 18:38:36 +01:00
HenriDellal
038943efdd
device/device-nokia-n9: fix APKBUILD (!874) 2020-01-17 18:12:52 +01:00
HenriDellal
3430d3e782
device/device-motorola-titan: fix APKBUILD (!874) 2020-01-17 18:12:50 +01:00
HenriDellal
7491b245f4
device/device-motorola-potter: fix APKBUILD (!874) 2020-01-17 18:12:49 +01:00
HenriDellal
26bfb17181
device/device-motorola-osprey: fix APKBUILD (!874) 2020-01-17 18:12:48 +01:00
HenriDellal
ec580123be
device/device-motorola-harpia: fix APKBUILD (!874) 2020-01-17 18:12:46 +01:00
HenriDellal
b40ff71d5f
device/device-motorola-athene: fix APKBUILD (!874) 2020-01-17 18:12:45 +01:00
HenriDellal
57d2dbe88b
device/device-lg-mako: fix APKBUILD (!874) 2020-01-17 18:12:44 +01:00
HenriDellal
630e18e1df
device/device-lg-hammerhead: fix APKBUILD (!874) 2020-01-17 18:12:43 +01:00
HenriDellal
da11be3bf3
device/device-htc-flounder: fix APKBUILD (!874) 2020-01-17 18:12:42 +01:00
HenriDellal
fbb494ec1f
device/device-htc-ace: fix APKBUILD (!874) 2020-01-17 18:12:40 +01:00
HenriDellal
05ae9a300c
device/device-asus-tf101: fix APKBUILD (!874) 2020-01-17 18:12:39 +01:00
HenriDellal
4dd592d189
device/device-asus-me176c: fix APKBUILD (!874) 2020-01-17 18:12:38 +01:00
HenriDellal
d8b45af3ee
device/device-amazon-thor: fix APKBUILD (!874) 2020-01-17 18:12:36 +01:00
HenriDellal
32f8b3d007
device/device-planet-geminipda: fix APKBUILD (!874) 2020-01-17 18:12:35 +01:00
HenriDellal
0e4562e82f
device/device-samsung-a5ulte: fix APKBUILD (!874) 2020-01-17 18:12:33 +01:00
HenriDellal
12db6cdcc6
device/device-oneplus-oneplus2: fix APKBUILD (!874) 2020-01-17 18:12:32 +01:00
HenriDellal
89eb954b9d
device/device-motorola-maserati: fix APKBUILD (!874) 2020-01-17 18:12:31 +01:00
HenriDellal
ff05d53ce1
device/device-asus-t00f: fix APKBUILD (!874)
[ci:skip-build]
[ci:skip-vercheck]
2020-01-17 18:12:29 +01:00
HenriDellal
4a8178e536
device/device-sony-sirius: fix APKBUILD (!874) 2020-01-17 18:12:28 +01:00
HenriDellal
746d5e3d1d
device/device-zte-kis3: fix APKBUILD (!874) 2020-01-17 18:12:27 +01:00
HenriDellal
05ef1bd67a
device/device-yu-tomato: fix APKBUILD (!874) 2020-01-17 18:12:25 +01:00
HenriDellal
3788a93d5e
device/device-xiaomi-tissot: fix APKBUILD (!874) 2020-01-17 18:12:24 +01:00
HenriDellal
d49494ad59
device/device-xiaomi-santoni: fix APKBUILD (!874) 2020-01-17 18:12:23 +01:00
HenriDellal
e8240f8c9c
device/device-xiaomi-mido: fix APKBUILD (!874) 2020-01-17 18:12:21 +01:00
HenriDellal
e5457d9459
device/device-xiaomi-ido: fix APKBUILD (!874) 2020-01-17 18:12:20 +01:00
HenriDellal
62730f9cee
device/device-xiaomi-cancro: fix APKBUILD (!874) 2020-01-17 18:12:18 +01:00
HenriDellal
051e993606
device/device-xiaomi-armani: fix APKBUILD (!874) 2020-01-17 18:12:17 +01:00
HenriDellal
bc7a57612c
device/device-xiaomi-aries: fix APKBUILD (!874) 2020-01-17 18:12:15 +01:00
HenriDellal
71bc4d7a5c
device/device-wingtech-wt88047: fix APKBUILD (!874) 2020-01-17 18:12:14 +01:00
HenriDellal
268d2e0803
device/device-wileyfox-crackling: fix APKBUILD (!874) 2020-01-17 18:12:13 +01:00
HenriDellal
de79e9b1bc
device/device-wiko-ufeel: fix APKBUILD (!874) 2020-01-17 18:12:11 +01:00
HenriDellal
fb1160d735
device/device-wiko-lenny3: fix APKBUILD (!874) 2020-01-17 18:12:09 +01:00
HenriDellal
e093128e17
device/device-wiko-lenny2: fix APKBUILD (!874) 2020-01-17 18:12:08 +01:00
HenriDellal
570f87fada
device/device-teclast-x80pro: fix APKBUILD (!874) 2020-01-17 18:12:07 +01:00
HenriDellal
181c41596e
device/device-tablet-x64uefi: fix APKBUILD (!874) 2020-01-17 18:12:05 +01:00
HenriDellal
4f726b8d28
device/device-surftab-wintron7.0: fix APKBUILD (!874) 2020-01-17 18:12:04 +01:00
HenriDellal
7cd0cfce3a
device/device-sony-yuga: fix APKBUILD (!874) 2020-01-17 18:12:02 +01:00
HenriDellal
fd6ff4bf6b
device/device-sony-tulip: fix APKBUILD (!874) 2020-01-17 18:12:01 +01:00
HenriDellal
3055f7a104
device/device-sony-taoshan: fix APKBUILD (!874) 2020-01-17 18:11:59 +01:00
HenriDellal
34777f73f3
device/device-sony-suzu: fix APKBUILD (!874) 2020-01-17 18:11:58 +01:00
HenriDellal
ef0e1d4c50
device/device-sony-seagull: fix APKBUILD (!874) 2020-01-17 18:11:56 +01:00
HenriDellal
5fe2014753
device/device-sony-scorpion: fix APKBUILD (!874) 2020-01-17 18:11:54 +01:00
HenriDellal
31f00f9aed
device/device-sony-nicki: fix APKBUILD (!874) 2020-01-17 18:11:53 +01:00