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
drebrez
3c988d76af
Add LG G Watch (dory) support ( #595 )
...
* Add LG G Watch (dory) support
* Use github.com mirror instead of googlesource.com to have fixed checksum
* Fix kernel compilation and remove unnecessary initfs-hook for framebuffer settings
2017-09-19 01:15:04 +02:00
Attila Szöllősi
8e3ca34988
Close #554 : kernel config checking ( #589 )
...
* Check kernel config
* Allow specifying multiple kernel packages, and also no packages
which defaults to scanning all kernel configs (it is super fast
anyway)
* Add the check to Travis CI
* Adjust existing kernel configs, so they pass the kconfig_check.
(We've had to put in a lot of defaults in the aarch64
linux-postmarketos configs, that's why the diff is a bit unclean.)
* Increase modified kernel pkgrels
2017-09-18 21:36:54 +00:00
clayton craft
1bef78c6df
Add msm-fb-refresher package and initfs config ( #587 )
...
* Add msm-fb-refresher package and initfs config
* Bump version for pmos-mkinitfs
* Create msm-fb-refresher openrc service
* kill refresher when initfs is done
2017-09-18 19:17:30 +00:00
Martijn Braam
4890b9a935
Added base offset to hammerhead deviceinfo ( #556 )
2017-09-18 18:46:29 +00:00
clayton craft
d842513f5c
[postmarketos-base] Fix typo in sed statement ( #586 )
2017-09-16 00:01:25 +00:00
clayton craft
e473a6cf3f
Fix wpa_supplicant configuration ( #578 )
2017-09-15 17:44:50 +00:00
clayton craft
a2cb1b4108
[linux-postmarketos] Update to 4.13.2 ( #582 )
2017-09-15 15:44:14 +00:00
Jean Lucas
ca88005b31
bacon: Get display output & touchscreen working ( #583 )
...
- Revert to LineageOS 14.1 kernel
- Enable virtual terminal
- Update touchscreen settings
At the moment, display output works, but only when the following is run:
while [ ! ]; do cat /sys/class/graphics/fb0/modes >
/sys/class/graphics/fb0/mode; done.
2017-09-15 15:31:17 +00:00
Yuval Adam
ebb7398c09
Fix build error in device-t2m-flame ( #580 )
2017-09-14 18:52:32 +00:00
Pavel Machek
320b8fa61f
Reorder entries in the menu, so that shutdown is always available, ( #569 )
...
* Reorder entries in the menu, so that shutdown is always available,
even on N900.
* increase `pkgrel`
2017-09-14 18:42:39 +00:00
drebrez
8c3353e93e
[huawei-y530] Add kernel modules ( #579 )
2017-09-14 18:24:33 +00: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
drebrez
7007e2eb63
Fix checksums (GitHub generates different archives now) ( #577 )
2017-09-14 18:16:16 +00:00
Yuval Adam
527948ec91
T2M Flame updates ( #560 )
...
* Fix t2m-flame MDSS driver issues
* Fix path in firmware-t2m-flame
* Remove unneccesary FB hacks
* Fix touchscreen on T2M Flame
* Remove unneeded initfs-hook.sh
* Add patch number prefixes
2017-09-13 19:46:45 +00:00
bhuvi
cf0f710f53
Fix #572 : checksum linux-samsung-i9100 ( #573 )
2017-09-13 19:40:17 +00:00
clayton craft
4eb52ddff0
Feature/rx51 ofono ( #567 )
...
* [rx-51] remove pm=0 for nokia-modem
* Add ofono-1.20 + n900/isimodem fixes
* [rx51] Enable ofono support
2017-09-13 19:20:46 +00:00
drebrez
12cbff0ba5
Strip kernel modules for all kernels except for linux-postmarketos ( #561 )
...
Adding INSTALL_MOD_STRIP will cause modules to be stripped after
they are installed (option --strip-debug will be used)
In case someone isn't happy with it, please open a PR that reverts
it for your device, or start a discussion as a new issue.
2017-09-13 17:47:53 +00:00
clayton craft
cdb003d9bd
[linux-postmarketos] update to 4.13.1 ( #563 )
2017-09-12 21:33:46 +02:00
Tomas Safarik
8adead76ed
Add libsamsung-ipc ( #522 )
2017-09-12 15:37:30 +00:00
Pablo Castellano
d548cc3d52
Upgrade weston to 3.0.0 ( #495 )
...
* weston: upgrade to 3.0.0
* removed no_0hz_refresh_rate patch, as this is upstreamed now
* fix regression in compositor-fbdev
* weston: compile with weston-launch enabled
The following patch is required in order to replace GNU's error()
https://lists.freedesktop.org/archives/wayland-devel/2016-September/031179.html
2017-09-11 16:23:42 +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
drebrez
a1b840bb71
[huawei-y530] Fix touchscreen ( #552 )
...
- Add patch to fix synaptics rmi touchscreen driver
- Disable not needed touchscreen drivers in kernel config
- Add udev rule to detect touchscreen device
2017-09-10 11:35:20 +00:00
Pablo Castellano
5c3b5ba960
aports: packaged abootimg ( fixes #135 ) ( #539 )
2017-09-10 10:18:31 +00:00
drebrez
0ede5ab353
Fix #533 : postmarketos-demos: Add missing dbus dependency ( #538 )
2017-09-08 22:44:41 +00:00
drebrez
fe8e0b3fa7
Update/fix Huawey y530 kernel, framebuffer works ( #534 )
2017-09-08 15:18:11 +00:00
Pablo Castellano
11d53cb13e
linux-postmarketos: change kernel suffix to -postmarketOS ( fixes #497 ) ( #521 )
...
See https://github.com/postmarketOS/pmbootstrap/pull/521#issuecomment-327919994 for an explanation, why we didn't touch CONFIG_LOCALVERSION instead.
2017-09-07 22:29:15 +00:00
kskarthik
c57f4985d7
Working GUI for sony-aries ( #525 )
2017-09-06 22:36:07 +00:00
Ben Iofel
ae40819471
postmarketos-demos: Add shutdown button ( #516 )
2017-09-06 16:29:17 +00:00
Ben Iofel
89f94a9c63
Enable xwayland and drm for weston on qemu-amd64 ( #517 )
2017-09-06 16:28:05 +00:00
Jean Lucas
1afc41e0e4
Initial support for OnePlus One (bacon) ( #523 )
...
Currently using the LineageOS 15.0 kernel.
2017-09-06 12:27:14 +02:00
Pablo Castellano
7cfdd2f3e1
firmware-adreno: firmware is not architecture dependent ( #515 )
2017-09-04 20:46:36 +00:00
clayton craft
4374910057
[linux-postmarketos] Update to 4.13 ( #510 )
2017-09-04 22:43:23 +02:00
zhuowei
cfb582da65
Initial support for Huawei Google Nexus 6P (Angler) ( #512 )
...
This uses the LineageOS 14.1 kernel.
2017-09-04 17:11:42 +00:00
NotKit
13465a27c6
Initial packaging for Maemo UI ( #461 )
...
* Initial packaging for Maemo UI from https://github.com/fremantle-gtk2/
gtk+2.0-maemo package is based on https://pkgs.alpinelinux.org/package/edge/main/x86/gtk+2.0 by Natanael Copa
* Include git revision in tarball filename
2017-09-04 17:09:53 +00:00
Jonty Sewell
ff6cbbfdf4
Fix #508 : building weston fails ( #509 )
2017-09-04 17:02:09 +00:00
Pablo Castellano
61db96961f
qemu: improve networking ( #482 )
...
* qemu: network improvements (fixes #433 )
- Use hostfwd instead of -redir, which is deprecated
- qemu devices: add interfaces configuration and virtio_net module
- redirect telnet ports 23 and 24 (debug)
* Added 'interfaces' files
* qemu: added aarch64 network device
* qemu: use default_ip
2017-09-03 14:01:21 +00:00
James Heald
8c8d615665
Updated all outdated wiki links ( #504 )
2017-09-03 06:46:54 +00:00
Martijn Braam
3d58af930a
Changed logo in the splash screens ( #502 )
...
* Changed logo in the splash screens
* Added spacing parameter for logo to the config
2017-09-02 20:49:34 +00:00
Wouter92
8576b3eabd
Support for sony-yuga ( #500 )
2017-09-02 18:51:38 +00:00
Attila Szöllősi
71ad48a487
Add ascii art to recovery installer ( #498 )
...
* Add ascii art
* Bump version number
2017-09-02 18:44:04 +00:00
James Heald
68ce75df26
Added chocolate-doom
...
Added chocolate-doom from Arch repos. Thanks to original package mantainer Mike Swanson <mikeonthecomputer@gmail.com>
2017-09-02 03:52:26 +00:00
Attila Szöllősi
730f25c4ce
"Fix" udev issue on sony-amami ( #496 )
2017-09-01 23:57:28 +00:00
James Heald
b53a18ed23
Added LG G Watch R (lg-lenok) Support ( #489 )
...
* added LG G Watch R (also compatible with Urbane 1)
* added frame buffer fix script to install
* Added missing refreshrate patch
* Added xwayland
2017-09-01 22:20:09 +00:00
Fabrice Desré
da3a164992
Rename mozilla-flame to t2m-flame ( #488 )
...
* Rename mozilla-flame to t2m-flame
* Keep Mozilla as the marketing name
2017-09-01 21:30:38 +00:00
clayton craft
c97198c1ba
[linux-postmarketos] Update to 4.12.10 ( #492 )
2017-09-01 20:10:14 +00:00
Oliver Smith
986da4a8c2
Update musl-* to upstream
2017-08-31 01:14:08 +02:00
opendata26
48dba8734e
Fix firmware-adreno and move it to firmware ( #483 )
2017-08-30 15:50:53 +02:00
clayton craft
28eca3acc8
[linux-postmarketos] update to 4.12.9 ( #477 )
2017-08-28 20:13:18 +00:00