Minecrell
|
de2bba9e58
|
device/device-*: automatically add deviceinfo_year from wiki (!1036)
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
|
2020-03-09 10:06:06 +01:00 |
|
Danct12
|
a415548b1d
|
device/*: remove deviceinfo_nonfree (!935)
[ci:ignore-count]
Signed-off-by: Danct12 <danct12@disroot.org>
|
2020-02-10 00:58:03 +03:00 |
|
Oliver Smith
|
71a9fec125
|
sony-sirius: use mesa-freedreno, change to armv7 (!450)
Switch to armv7, because we're not building linux-postmarketos-qcom for
armhf anymore.
|
2019-06-30 18:54:08 +02:00 |
|
Luca Weiss
|
bbec7c41ea
|
Add deviceinfo_codename variable (!114)
For postmarketOS/pmaports#157 [skip ci]
|
2018-12-26 21:49:10 +01:00 |
|
Craig Tatlor
|
58f51f009a
|
aports/device: add support for the sony xperia z2 (sirius)
|
2018-05-02 22:53:49 +02:00 |
|