Commit graph

2374 commits

Author SHA1 Message Date
HenriDellal
f60049cb23
device/device-htc-a5ul: fix APKBUILD (!874) 2020-01-17 18:09:23 +01:00
HenriDellal
4689fe78c7
device/device-hisense-m470bsa: fix APKBUILD (!874) 2020-01-17 18:09:22 +01:00
HenriDellal
9f6a0037dc
device/device-gp-peak: fix APKBUILD (!874) 2020-01-17 18:09:20 +01:00
HenriDellal
a95c8ab01b
device/device-google-glass: fix APKBUILD (!874) 2020-01-17 18:09:19 +01:00
HenriDellal
c91b445526
device/device-google-crosshatch: fix APKBUILD (!874) 2020-01-17 18:09:17 +01:00
HenriDellal
d7ee634547
device/device-fairphone-fp2: fix APKBUILD (!874) 2020-01-17 18:09:16 +01:00
HenriDellal
157cf8b922
device/device-fairphone-fp1: fix APKBUILD (!874) 2020-01-17 18:09:15 +01:00
HenriDellal
adeb53f5db
device/device-chuwi-hi10plus: fix APKBUILD (!874) 2020-01-17 18:09:13 +01:00
HenriDellal
342a8f47a9
device/device-bq-chaozu: fix APKBUILD (!874) 2020-01-17 18:09:12 +01:00
HenriDellal
f2e59ca0d6
device/device-asus-z00vd: fix APKBUILD (!874) 2020-01-17 18:09:11 +01:00
HenriDellal
6e4d2a603e
device/device-asus-z00t: fix APKBUILD (!874) 2020-01-17 18:08:56 +01:00
HenriDellal
3e39fcc6e3
device/device-asus-flo: fix APKBUILD (!874) 2020-01-17 18:08:50 +01:00
Luca Weiss
a6ad088e04
main/dmz-cursor-theme: drop (!887)
The package was introduced with unity8 but isn't needed by anything in
pmaports, so drop it.
2020-01-17 17:51:55 +01:00
xawlw
77e8425583
oneplus-bacon: migrate to armv7 (!890) 2020-01-17 08:36:34 +03:00
Daniele Debernardi
3c9c61eb48
CI: skip linting check for cross/ folder (!881) 2020-01-16 00:47:16 +01:00
Oliver Smith
2922b310a1
cross/busybox-static-*: upgrade to 1.31.1-r9 2020-01-15 19:15:31 +01:00
Daniele Debernardi
182cd80dc1
cross/grub-x86: rebuild against grub-efi-x86 2.02-r20 2020-01-15 00:40:24 +01:00
Daniele Debernardi
3fb4fd9c01
cross/grub-efi-x86: upgrade to 2.02-r20 2020-01-15 00:38:58 +01:00
Daniele Debernardi
57edb0f149
cross/gcc-*: bump pkgrel (!879)
Make the version match Alpine's gcc again. Fixes libstdc++ unsatisfiable
constrains related error messages (because the libstdc++ generated by
these cross-* packages has the same pkgver and pkgrel again as the one
provided by Alpine's gcc package).

[ci:skip-build]
2020-01-14 23:17:39 +01:00
Oliver Smith
f329c8f5ac
cross/crossdirect: support rust (!845)
Use the native rustc cross compiler where possible, and fall back to the
qemu rustc if necessary. This should improve speed and reliability.
Without this patch, building squeekbox 1.4.0 for aarch64 with the
pmbootstrap stack just hangs forever.

Related: pmbootstrap#1861
2020-01-14 02:45:18 +01:00
Oliver Smith
fc8b9c39fa
main/hello-world-rust: new aport (!845) 2020-01-14 02:45:18 +01:00
Bart Ribbers
eac532f2eb
kde/itinerary: fix linting issues (!871) 2020-01-14 02:29:30 +01:00
Bart Ribbers
e0d48e44ee
kde/telepathy-logger-qt: fix linting issues (!871) 2020-01-14 02:29:30 +01:00
Bart Ribbers
6f12115f9f
kde/kquicksyntaxhighligher: fix linting issues (!871) 2020-01-14 02:29:30 +01:00
Alexey Min
1110dab8d5
CI: allow failure for aport linting check 2020-01-13 17:01:01 +03:00
Pops Dylan
8760409717
main/postmarketos-mkinitfs: enable profiling with bootchart (!852)
If (a) the kernel command line parameters include PMOS_BOOTCHART2 and
(b) /sbin/bootchartd exists (i.e., the bootchart2 package has been
installed), run /sbin/bootchartd instead of /sbin/init.
2020-01-13 15:44:51 +03:00
Pops Dylan
e068de2de5
main/bootchart2: new aport (!852)
Port bootchart2 to PostmarketOS, with three patches:
1. Modification of /etc/bootchartd.conf so that the collector
will stop after sshd has started.
2. Python 3.8 compatibility
3. Disable the interactive mode of pybootchartgui.

Use bootchart2 to profile system boot or a running system.
1. Add the bootchart2 package to your device.
2. Add the following kernel command line parameters: initcall_debug
printk.time=y quiet
3. To profile system boot
	a. add the following kernel command line parameter: PMOS_BOOTCHART2.
	This parameter causes mkinitfs to start /sbin/bootchartd instead of
	/sbin/init. /sbin/bootchartd then starts /sbin/init.
	b. (optional) modify EXIT_PROC in /etc/bootchartd.conf to define
	when the collector is to stop.
	c. Boot the system. Approximately 20 seconds after sshd starts
	(if using the default value of EXIT_PROC), the collector
	will exit.
4. To profile a running system
	a. use the command '/sbin/bootchartd start' (as root) to start
	profiling
	b. use the command '/sbin/bootchartd stop' (as root) to stop
	profiling
5. When the collector exits, /usr/bin/pybootchartgui will create
a visualization in /var/log/bootchart.png.
2020-01-13 15:43:00 +03:00
Danct12
489a496442
temp/mesa-git: upgrade to 0_git20200110 (!861)
Signed-off-by: Danct12 <danct12@disroot.org>
2020-01-13 00:19:00 +03:00
Danct12
82bd0cce91
hybris/xf86-video-hwcomposer: remove drihybrisproto dependency (!675)
Signed-off-by: Danct12 <danct12@disroot.org>
2020-01-12 19:09:48 +03:00
Danct12
2d0538aa32
hybris/drihybrisproto: removed, included in other apkbuilds (!675)
Signed-off-by: Danct12 <danct12@disroot.org>
2020-01-12 19:08:59 +03:00
Danct12
3ba260f099
hybris/glamor-hybris: update to the latest commit (!675)
Signed-off-by: Danct12 <danct12@disroot.org>
2020-01-12 19:08:59 +03:00
Danct12
37eecb26e6
hybris/drihybris: update to the latest commit (!675)
Signed-off-by: Danct12 <danct12@disroot.org>
2020-01-12 19:08:56 +03:00
Pops Dylan
7e3ee23622
device/device-raspberry-pi: fix boot error caused by missing dtb file (!870)
The upstream linux-rpi package has been modified: the dtb files
are now located in /boot/dtbs.
2020-01-12 18:06:35 +03:00
Alexey Min
c203ee697d
CI: add new requirements for pmbootstrap
02e514f4d3
added a new required program from host system: git
2020-01-12 15:46:10 +03:00
red-black-bonsai
0bc495cf44
medion-kai: new device (!866) 2020-01-10 18:19:29 +01:00
Bart Ribbers
d6ea9107bd
CI: fix linter checking non-APKBUILDs (!867)
Only check APKBUILD files
2020-01-10 02:23:54 +03:00
Bart Ribbers
7c31d47745
CI: skip linting check for temp/ folder (!864)
Since we copy these aports directly from Alpine and try to keep them in
sync, we don't want to differ from upstream because our CI doesn't pass
on linting. If the APKBUILD should be improved, it should be done
upstream which is then synced back to us.
2020-01-09 02:40:38 +03:00
HenriDellal
b97c340c36
nobby-230: new device (!865) 2020-01-09 00:33:52 +03:00
Bart Ribbers
9aec04820c
kde/plasma-camera: upgrade to 0_git20191231 (!859) 2020-01-06 17:03:31 +03:00
Bart Ribbers
7a359510b1
CI: enable APKBUILD linting (!860) 2020-01-06 07:46:00 +01:00
Oliver Smith
6b267e8010
CI: disable test_soname_bump
Temporarily disabled, because the postmarketOS binary repository has
armhf packages for various kde related packages depending on
qt5-qtwebengine-dev, although qt5-qtwebengine-dev isn't available for
armhf anymore. All related pmaports were disabled for armhf, however
currently the binary repository does not delete binary packages yet,
after the corresponding pmaport was deleted/disabled for a given arch.
I'll work on this with high priority, so we can enable the test again.

Related: https://gitlab.com/postmarketOS/build.postmarketos.org/issues/38
2020-01-06 05:03:04 +01:00
Bart Ribbers
d1bd790f9d
main/pmbootstrap: modprobe the required kernel module on boot (!847) 2020-01-06 04:13:38 +01:00
Oliver Smith
3fa07dcb1d
*/*: !armhf where depending on qt5-qtdeclarative
Related: https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2230
2020-01-06 03:41:56 +01:00
Oliver Smith
388e593ab1
Change copyright to 2020 2020-01-06 02:47:56 +01:00
Bart Ribbers
365255c193
CI: split out kconfig check and only run when kernel package has changed (!738) 2020-01-05 19:52:45 +01:00
George Hopkins
ef4a30d29c
device/linux-huawei-y530: fix lookup of symbolic links (!856) 2020-01-04 14:04:23 +03:00
Bart Ribbers
ddb185b677
phosh/purple-mm-sms: remove, upstreamed (!857) 2020-01-04 12:59:28 +03:00
Bart Ribbers
7b9bb5a601
phosh/chatty: remove, upstreamed (!857) 2020-01-04 12:59:28 +03:00
Bart Ribbers
c8be23d4b0
phosh/calls: remove, upstreamed (!857) 2020-01-04 12:59:28 +03:00
Bart Ribbers
e37a541e49
phosh/squeekboard: remove, upstreamed (!857) 2020-01-04 12:59:28 +03:00