- Mar 15, 2020
-
-
Lauren Kelly authored
Signed-off-by:
Lauren Kelly <lauren.kelly@msn.com>
-
Lauren Kelly authored
Signed-off-by:
Lauren Kelly <lauren.kelly@msn.com>
-
Lauren Kelly authored
Signed-off-by:
Lauren Kelly <lauren.kelly@msn.com>
-
Lauren Kelly authored
Signed-off-by:
Lauren Kelly <lauren.kelly@msn.com>
-
Lauren Kelly authored
This commit adds support for the Alcatel OneTouch Pop 7S (pop7lte), a 2014 MSM8226-based tablet, using manufacturer's downstream kernel. Currently working: display, USB networking, Weston Firmware is packaged for WiFi and audio but the downstream kernel tree doesn't seem to include drivers for the qcom wlan chip, only wcnss. Additionally, audio mixer config is missing as I haven't been able to find it in the stock Android 4.2.x ROM's filesystem yet. Please note that this commit adds support *only* for model P330X, which is not to be confused with similarly-named incompatible devices, the Pop 7 (also 2014 w/ MT8312) and the Pop 7 LTE (2016 w/ MSM8909). Signed-off-by:
Lauren Kelly <lauren.kelly@msn.com>
-
At the moment we assume that all files except in /.* belong to a package. Now that .shared-patches was moved to device/.shared-patches that does not work correctly anymore. This method should really check to which package the files belong (e.g. walk up directories until it finds an APKBUILD) instead of assuming they are directly in the same directory as the APKBUILD. For now just ignore **/.* (i.e. all files in dot folders), to unblock the MR since it's a critical fix.
-
All the downstream kernels reference ../../.shared-patches in their symlinks. Now that we have moved device ports to device/testing/*, those symlinks are no longer working. Changing the path would require fixing all downstream packages *and* a new pmbootstrap release. Overall it seems easier to move the .shared-patches folder to device/.shared-patches. Since it is only relevant for downstream kernel packages in device/ that might be a better place in general.
-
- Mar 14, 2020
-
-
The application has now it's own repository and is not built anymore using these files.
-
Minecrell authored
-
Oliver Smith authored
Fix error: ERROR: Could not find deviceinfo file for selected device
-
Oliver Smith authored
Require support for new device directory structure.
-
Oliver Smith authored
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
-
pmbootstrap now configures consistent QEMU hardware for all architectures. This means that the device package for amd64/aarch64 is now almost identical, except for the architecture and the name of the serial port. pmbootstrap always uses virtio-gpu now (but not necessarily virgl), so there is only one consistent set of initfs modules we need to configure for both architectures. Also add the xfce4 package from amd64 to aarch64, exactly the same problem with the wallpaper exists there.
-
We haven't been maintaining linux-postmarketos-mainline/stable very well. Let's recommend use of one of the Alpine kernels which are actively updated with new LTS updates (see #464). This simplifies upcoming refactoring of the QEMU device ports, which may (or may not) work with the more minimal kernel configurations in linux-postmarketos-mainline/stable.
-
For some reason, the default SDL UI has been using 1024x768 for a while now. This causes the splash screen to look weird because it is too small. Now that pmbootstrap tries to configure 1024x768 in all cases we can change the resolution for the device ports.
-
QEMU has its own DHCP server, which provides the necessary routes and DNS server to access THE INTERNET. Trying to make QEMU provide something similar to our usual USB network (by starting our our DHCP server) will just confuse everything and break Internet access in most cases. Remove all our custom setup and let QEMU handle all the hard work.
-
mesa-dri-swrast and mesa-dri-virtio are actually provided by the same package in Alpine now, so the selection in pmbootstrap does not have any use. Always install mesa-dri-gallium instead.
-
-
This is needed for touchscreen input in osk-sdl.
-
This is needed for audio to work properly. Also change meson buildtype to "plain", see https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
-
Oliver Smith authored
Plasma isn't available in Alpine for armhf. [ci:skip-vercheck]
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
[ci:skip-build]: already built successfully in CI [ci:skip-vercheck]
-
-
- Mar 13, 2020
-
-
Oliver Smith authored
-
Bart Ribbers authored
Fixes an issue where notifications aren't centered on the screen
-
Bart Ribbers authored
-
Bart Ribbers authored
-
- Mar 12, 2020
-
-
Konrad Dybcio authored
-
- Mar 11, 2020
-
-
It is no longer necessary, as input patch has been backported https://gitlab.alpinelinux.org/alpine/aports/merge_requests/5277
-
Adds samsung-matissevewifi support using msm8916-mainline/linux kernel. - Device can boot. - USB network is working. - Can connect to device using SSH.
-
- Update to Linux 5.6-rc5 - Basic audio support on samsung-gt510wifi (speaker is WIP) - Initial support for samsung-matissevewifi - Enable some kernel config options for elogind/Anbox/fbkeyboard
-
SM-A500F is pretty much identical to SM-A500FU (note the U), but it needs different firmware for some reason.
-
- Mar 10, 2020
-
-
Tools to work with Android Verified Boot 2.0 images (vbmeta)
-
This property was never actually used anywhere, as far as I can tell.
-
Daniele Debernardi authored
-
- Mar 09, 2020
-
-
dtbtool-sprd is a version of dtbtool which is meant for Spreadtrum devices. Spreadtrum uses different header magic.
-
All device ports have been changed in one of the previous commits, so do one pkgrel bump for all of them using: $ pmbootstrap pkgrel_bump device-* [ci:ignore-count]
-
Don't set any deviceinfo_year for qemu-* and tablet-x64uefi, it wouldn't be very accurate.
-