- Dec 07, 2020
-
-
[ci:skip-build]: already built successfully in CI
-
- Nov 13, 2020
-
-
- Oct 20, 2020
-
-
Hendrik Borghorst authored
* add LCD panel type selection * adjust alsa configs Signed-off-by:
Hendrik Borghorst <hendrikborghorst@gmail.com> Co-Authored-By:
Martijn Braam <martijn@brixit.nl> Co-Authored-By:
Oliver Smith <ollieparanoid@postmarketos.org>
-
- May 24, 2020
-
-
[ci:ignore-count], [ci:skip-build]
-
- Mar 18, 2020
-
-
- Mar 14, 2020
-
-
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
-
- Mar 09, 2020
-
-
Download: https://wiki.postmarketos.org/index.php?title=Special:CargoExport&tables=Devices&&fields=Codename%2C+Released&&group+by=Codename&order+by=%60Codename%60%2C+%60Released%60&limit=5000&format=csv cd device for device in device-*; do year=$(grep -oP "${device#device-},\K2\d{3}" ../results.csv) [[ -n "$year" ]] || continue sed -i "s/deviceinfo_date=\"\"/deviceinfo_year=\"$year\"/" "$device/deviceinfo" done devices=$(git ls-files -m -- . | xargs dirname | sort -u | xargs echo) pmbootstrap checksum $devices
-
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
-
- Dec 09, 2019
-
-
Move getty configuration from the .post-install script to deviceinfo.
-
- Nov 17, 2019
-
-
Stock Android on PineTab is detected as 1f3a:1007. Use those values as USB idVendor and idProduct on postmarketOS, too. idVendor 1f3a is "Allwinner Technology Co., Ltd." idProduct 1007 is unknown to databases.
-
- Sep 18, 2019
-
-
[ci:skip-build]: mesa binary package is currently being built, let's not make CI build the mesa package too for this trivial rename
-
- Aug 06, 2019
-
-
Daniele Debernardi authored
Use deviceinfo_framebuffer_landscape during splash screen generation. Also add the postmarketos-splash arguments variable to the computation of the hash for the cache. Adjust device-pine-pinetab to use the new variable, and therefore rotate its splash screen. [ci:skip-build]: already built successfully in CI
-
- Aug 03, 2019
-
-
Luca Weiss authored
Thanks to Martijn Braam for additional patches that were squashed into this one. [ci:skip-build]: won't finish in time
-
- Jan 20, 2019
-
-
Luca Weiss authored
-
Luca Weiss authored
The Pine boots, Weston shows on a HDMI display. [skip ci]: doesn't finish in time; ollieparanoid tested that this compiles for armhf, aarch64, armv7
-
- Jan 10, 2019
-
-
Clayton Craft authored
This adds the new deviceinfo parameters for specifying binary:offset for the embed_firmware method, and removes the old method.
-
- Dec 26, 2018
-
-
Luca Weiss authored
For #157 [skip ci]
-
- Sep 16, 2018
-
-
Martijn Braam authored
* Added linux-postmarketos-allwinner kernel * Added copy of alpines u-boot package with pine-a64lts support * Changed postmarketos-mkinitfs to add the plain .dtb file to the boot partition
-
- Aug 23, 2018
-
-
Oliver Smith authored
-
- Jun 21, 2018
-
-
Oliver Smith authored
Adds deviceinfo_disable_dhcpcd and sets it to true for the pi. Related: #1547.
-
- May 29, 2018
-
-
Daniele Debernardi authored
-
- Mar 16, 2018
-
-
NotKit authored
Note about PMOS_NO_SAFESTRAP kernel cmdline: This can be used to forcefully skip SafeStrap partition mount in device initramfs hook, for example when booting with droid4-kexecboot on device with SafeStrap configured as well.
-