- Sep 19, 2021
-
-
[ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]: built all the device packages successfully in CI already
-
- Sep 12, 2020
-
-
- 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]
-
- Nov 27, 2018
-
-
Konrad Dybcio authored
-
- Apr 13, 2018
-
-
Mayeul Cantan authored
-
- Mar 30, 2018
-
-
Aerotinge authored
Signed-off-by:
Aerotinge <wang.wander@gmail.com>
-
- Mar 12, 2018
-
-
Oliver Smith authored
There was a space at the end of the line, which the deviceinfo parser couldn't handle. Fixes #1325.
-
- Mar 10, 2018
-
-
Ethan R. Jones authored
-
- Mar 07, 2018
-
-
Daniele Debernardi authored
* deviceinfo: remove external_disk_install and external_disk, use external_storage instead * Complain when external_disk* is used
-
- Dec 21, 2017
-
-
Attila Szöllősi authored
* Rename deviceinfo variable flash_methods to flash_method * Update pmb.config.deviceinfo_attributes / add sanity check * Add test case that parses all deviceinfo files
-
- Oct 20, 2017
-
-
clayton craft authored
@drebrez deserves much credit for this one for all the testing, bisecting and for fixing everything. Thank you very much! --- * devices which need a custom weston.ini ship it with a install_if subpackage, so it only gets installed when weston is installed. This sounds complicated, but is actually pretty clean in the APKBUILD. * postmarketos-ui-weston: has a weston.ini.default, which enables xwayland and uses fbdev as backend (because that's what most devices use!). It defaults to the weston.ini.default if there is no weston.ini (as installed by the device package). * changed spaces to tabs for consistency, general minor refactoring of device-APKBUILDs
-
- Oct 02, 2017
-
-
drebrez authored
-
- Sep 08, 2017
-
-
drebrez authored
-
- Aug 25, 2017
-
-
drebrez authored
-
- Aug 24, 2017
-
-
SaiKarthik Karra authored
Booting works, SSH does not work yet (missing UDEVTMPFS?), screen does not work yet.
-
- Aug 18, 2017
-
-
Attila Szöllősi authored
-
- Jul 28, 2017
-
-
Oliver Smith authored
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
-
- Jul 23, 2017
-
-
Martijn Braam authored
Thanks, Martijn Braam! * Made postmarketos-mkinitfs use postmarketos-splash to generate splash images * Added screen sizes to all deviceinfo files * Bumped pkgrel for all device packages
-
- Jul 21, 2017
-
-
clayton craft authored
This re-enables the XWayland module for devices which did not use the 'dirty hack' that was removed in #201.
-
- Jul 08, 2017
-
-
Oliver Smith authored
Minor changes: * device-lg-hammerhead: remove left-over comment * device-samsung-i9100: remove fastboot section
-
- Jul 06, 2017
-
-
Oliver Smith authored
-
- Jul 04, 2017
-
-
Oliver Smith authored
-
- Jun 30, 2017
-
-
Attila Szöllősi authored
* Add device: sony-amami * Add kernel package for sony-amami
-
- Jun 29, 2017
-
-
Oliver Smith authored
-
- May 26, 2017
-
-
Oliver Smith authored
Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
-