Oliver Smith
ec65cb9968
Weston: log to syslog instead of /tmp/weston.log ( #762 )
...
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 >
2017-10-17 20:38:47 +00:00
Pablo Castellano
dbbdf7cfa4
Fix #436 : Clean apkbuilds ( #692 )
...
* Remove empty build() functions
* Remove obsolete '|| return 1' statements
2017-10-04 15:05:00 +00:00
clayton craft
91b846db30
Add device-specific configs for osk-sdl ( #615 )
2017-09-23 01:05:54 +00:00
Tomas Safarik
3813e58108
set system partition for flashing with heimdall ( #596 )
...
* add firmware for samsung-i9100
* add firmware package as dependecy for device package
* fix sha sums
* fix checksums
* APKBUILD fixes
* hopefully correct pkgrel versions
* set kernel config for postmarketos firmware location
* bump pkgrel
* update checksum for linux-samsung-i9100
* fix path for downloading firmware files
* update checksums
* set device system partion for flash to FACTORYFS ( issue#422 )
(please check that I merged master correctly in previous commit)
2017-09-19 01:20:02 +02:00
Tomas Safarik
97ad29c439
Add libsamsung-ipc to device-samsung-i9100 ( #564 )
...
* add libsamsung-ipc (from upstream replicant repository)
* add libsamsung-ipc as dependecy for device-samsung-i9100
* change device path for loading modem firmware on i9100
* add mounting of EFS to fstab
2017-09-14 18:18:12 +00:00
Tomas Safarik
9208f1f199
[samsung-i9100] add wifi firmware ( #514 )
...
* add firmware for samsung-i9100
* add firmware package as dependecy for device package
* set kernel config for postmarketos firmware location
2017-09-11 16:20:34 +00:00
Pablo Castellano
bfb55c7b74
Unify names of scripts and patches ( #557 )
...
- 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
2017-09-11 15:29:22 +00:00
Oliver Smith
3e140ea690
Close #194 : Aports subfolders! See migration guide in the wiki ( #227 )
...
Migration guide:
https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
2017-07-28 22:34:40 +00:00