- Jan 22, 2024
-
-
Pablo Correa Gomez authored
[ci:ignore-count]
-
- Sep 25, 2023
-
-
[ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
- Oct 11, 2022
-
-
This is now installed by postmarketos-base when appropriate.
-
- Apr 05, 2022
-
-
mesa-dri-swrast no longer exists and just installs, mesa-dri-gallium. However, this might not always be the case, so let's change it before it causes any issues. [ci:ignore-count] [ci:skip-build]
-
- Jan 22, 2022
-
-
Oliver Smith authored
[ci:ignore-count]
-
- Sep 19, 2021
-
-
[ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]: built all the device packages successfully in CI already
-
- Apr 11, 2021
-
-
Oliver Smith authored
-
- May 24, 2020
-
-
[ci:ignore-count], [ci:skip-build]
-
- May 02, 2020
-
-
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
-
- 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
-
-
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]
-
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
-
- Feb 09, 2020
-
-
[ci:ignore-count] Signed-off-by:
Danct12 <danct12@disroot.org>
-
- Jan 28, 2020
-
-
Bart Ribbers authored
-
- Jan 17, 2020
-
-
- Jun 29, 2019
-
-
Luca Weiss authored
codespell --skip="./.git,*.patch,*.diff,config-*.*" [ci:skip-build] [ci:skip-vercheck]
-
- Dec 26, 2018
-
-
Luca Weiss authored
For #157 [skip ci]
-
- Nov 27, 2018
-
-
Oliver Smith authored
Use the device's architecture instead of noarch. Because the device packages should never be built for other architectures, even if all depends can be built for other arches as well. This simplifies package building as part of the new build infrastructure effort. pmbootstrap has also been changed to output this by default in aportgen.
-
- Aug 23, 2018
-
-
Oliver Smith authored
-
- Jun 30, 2018
-
-
Oliver Smith authored
* Travis and Coveralls badges * aports: instead of <https://github.com/postmarketOS>, use <https://postmarketos.org> * References to full URLs to issues and pull requests replaced with a hash and the number * grsec check: simplify error message, remove link to github issue (nobody is using that anymore anyway)
-
- Mar 07, 2018
-
-
Daniele Debernardi authored
* deviceinfo: remove external_disk_install and external_disk, use external_storage instead * Complain when external_disk* is used
-
- Feb 25, 2018
-
-
Oliver Smith authored
* device-*: add postmarketos-base to depends * aportgen: add postmarketos-base to depends * Add test case * postmarketos-base: Don't depend on devicepkg * msm-fb-refresher: Enable service in post-install
-
- Jan 06, 2018
-
-
Oliver Smith authored
* Devices: depend on mesa-dri-swrast (where it makes sense) * Device wizard: add mesa-dri-swrast by default * Closes #1013.
-
- 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 17, 2017
-
-
Oliver Smith authored
Placing such files in /tmp/ is an unnecessary attack vector, as @pavelmachek showed. All udev rules, which mentioned /tmp/weston.log do not contain any path anymore. Logs can be read with: logread -f /var/log/messages | grep weston See also: <https://wiki.alpinelinux.org/wiki/Syslog>
-
- Oct 04, 2017
-
-
Pablo Castellano authored
* Remove empty build() functions * Remove obsolete '|| return 1' statements
-
- Sep 11, 2017
-
-
Pablo Castellano authored
- 90-android.rules -> 90-android-touch-dev.rules - reduce_lzo_compression.patch -> 02_reduce_lzo_compression.patch - mdss_fb_refresh_rate.patch -> 02_mdss_fb_refresh_rate.patch - aeea3592a13bf12861943e44fc48f1f270941f8d.patch -> 00_fix_return_address.patch - gpu-msm-fix-gcc5-compile.patch -> 02_gpu-msm-fix-gcc5-compile.patch - udev-hack.sh -> udev-v4l-hack.sh - Separate udev-v4l-hack.sh from profile.sh
-
- 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
-
- Aug 07, 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
-
- Jun 27, 2017
-
-
Nutcake authored
-