Commit graph

2254 commits

Author SHA1 Message Date
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
Bart Ribbers
1169237af6
phosh/phoc: remove, upstreamed (!857) 2020-01-04 12:59:27 +03:00
Bart Ribbers
1261285536
phosh/phosh: remove, upstreamed (!857) 2020-01-04 12:59:25 +03:00
Alexey Min
366cdf8aed
kde/itinerary: hotfixes (!854)
also disable armhf, kpublictransport is disabled for armh
2020-01-03 15:04:42 +03:00
Luca Weiss
5b660d9451
kde/itinerary: new aport (!849)
Not the newest commit because that requires the next frameworks version.
2020-01-03 12:02:39 +03:00
Oliver Smith
a3a63f2151
main/pmbootstrap: upgrade to 1.13.0 2020-01-03 05:33:13 +01:00
Oliver Smith
5ca275d1ef
maemo/gtk+2.0-maemo: remove version from provides (!853)
With this patch and pmbootstrap!1851, finally resolve the long-standing
issue that gtk+2.0-maemo would get installed by pmbootstrap whenever
something depends on gtk+2.0. (Currently on x86_64 only, because maemo
is disabled for other arches, but still very annoying.)

I've verified that doing 'pmbootstrap install' with qemu-amd64 and
hildon as selected UI still results in gtk+2.0-maemo getting installed.

[ci:skip-build]: already built successfully in CI
2020-01-03 04:50:16 +01:00
George Hopkins
685f838c8b
huawei-y530: change to armv7 (!850)
[ci:skip-build]: already built successfully in CI
2020-01-03 04:45:57 +01:00
Harsh Lathwal
4250586168
yu-tomato: new device (YU Yureka) (!844)
[ci:skip-build]: already built successfully in CI
2020-01-03 03:41:06 +01:00
Minecrell
e0021755b0
main/linux-postmarketos-qcom-msm8916: upgrade to 5.5-rc4 (!848)
- Update to Linux 5.5-rc4
- Fix freeze/crash when accessing reserved memory on Samsung devices
  - This happened e.g. when doing large eMMC writes
    because the disk cache filled all available RAM.
- Fix SD card detection on samsung-serranovelte
  - Disable UHS-1 modes since they appear to be broken in hardware

[ci:skip-build]: already built successfully in CI
2020-01-03 03:23:21 +01:00
Daniele Debernardi
18e5124cba
raspberry-pi4: new device (!843) 2020-01-03 03:16:17 +01:00
Alexey Min
e3d1701d5e
main/mauikit: add kquicksyntaxhighlighter dependency (!831) 2019-12-31 11:54:30 +05:30
Alexey Min
52c2c2e27a
kde/kquicksyntaxhighlighter: new aport (!831)
Needed for maukit apps to run, for example for index file manager
2019-12-31 11:54:30 +05:30
Minecrell
cd6d1b82e3
device-samsung-golden: add mainline kernel (!833) 2019-12-30 19:19:40 +01:00
Minecrell
2c2fbe4236
main/linux-postmarketos-novathor: new aport (!833) 2019-12-30 19:19:40 +01:00
Minecrell
281504d6af
device-samsung-golden: split downstream kernel into separate package (!833)
Prepare for mainline by moving the downstream-specific files
into a separate downstream package.
2019-12-30 19:19:40 +01:00
Minecrell
6171f6de66
device-samsung-golden: use U-Boot Fastboot interface instead of Heimdall (!833) 2019-12-30 19:19:40 +01:00
DolphinChips
9018537264
device-samsung-klte: remove nonfree-firmware from depends of kernel-downstream (!837) 2019-12-30 18:41:56 +01:00
Pops Dylan
7b7c1db0ff
main/postmarketos-base: remove initstepslew from chrony configuration (!838)
Comment out the initstepslew line in /etc/chrony/chrony.conf.
initstepslew can delay booting while chrony sets the time. The
makestep 1 -1 line in the configuration also causes chrony to step
the time (whenever the offset is greater than 1s), making
initstepslew redundant.
2019-12-30 18:34:14 +01:00
Luca Weiss
4cc96c5715
main/abootimg: modernize (!840) 2019-12-30 18:29:22 +01:00
Nikita Travkin
f152e1d636
wileyfox-crackling: optimize module load order (!836)
This fixes warnings on boot.
2019-12-29 02:41:23 +03:00