- Sep 01, 2024
-
-
achill (fossdd) authored
I'm using the pi3 for some important tasks at home and would like to maintain it. [ci:skip-build]: already built successfully in CI
-
- Aug 04, 2023
-
-
The file is automatically packed by devicepkg-dev utils Relates #1836
-
- Sep 19, 2021
-
-
[ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]: built all the device packages successfully in CI already
-
- Jul 07, 2021
-
-
[ci:ignore-count] [ci:skip-vercheck] needed for the postmarketos-ui-* packages in this series [ci:skip-build] already built ui-* packages in CI, and device pacakges are just trivial deviceinfo change (manually built some just to verify)
-
- May 24, 2020
-
-
[ci:ignore-count], [ci:skip-build]
-
- 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 26, 2018
-
-
Luca Weiss authored
For #157 [skip ci]
-
- Aug 23, 2018
-
-
Oliver Smith authored
-
- Jun 29, 2018
-
-
yangxuan8282 authored
aarch64 support for Raspberry Pi 3
-
- 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.
-