zuk-z2-row: new device
Initial support for Lenovo ZUK Z2 Pro (zuk-z2-row)
https://wiki.postmarketos.org/wiki/Lenovo_ZUK_Z2_Pro_(zuk-z2-row)
Merge request reports
Activity
added category::device + 1 deleted label
- Resolved by Administrator
Another device with 4.4. kernel, yay!
I suggest you merge all those patches that change include paths in multiple files into one single patch, and leave other patches (functionfs, nf_conntrack, sysctl_binary ones) as-is. It's just too many patches. And I'm curious what is sysctl_binary patch for?
By Alexey Min on 2020-01-20T22:16:58
Edited by Administrator- Resolved by Administrator
Oops, I'll fix these issues.
sysctl_binary patch is to make the kernel compile with CONFIG_SYSCTL_SYSCALL set. But I don't think this option is useful anywhere and will remove it later.
Compared to the original Android kernel config, I enabled many options in my kernel config, because I wanted to have a "generic-purpose" kernel. But I am not sure whether it is encouraged or not.
A question. Is there a "standard" kernel config for postmarketOS?
By Cui Hao on 2020-01-20T22:14:48
Edited by Ghost User
Ideally you need to fix those linter warnings, too
device/linux-zuk-z2-row/APKBUILD: MP:[AL32]:device/linux-zuk-z2-row/APKBUILD:26:unnecesary usage of braces: ${_flavor} MP:[AL32]:device/linux-zuk-z2-row/APKBUILD:26:unnecesary usage of braces: ${arch} MP:[AL32]:device/linux-zuk-z2-row/APKBUILD:28:unnecesary usage of braces: ${_commit} MP:[AL32]:device/linux-zuk-z2-row/APKBUILD:28:unnecesary usage of braces: ${_repository} MP:[AL32]:device/linux-zuk-z2-row/APKBUILD:42:unnecesary usage of braces: ${_commit} MP:[AL32]:device/linux-zuk-z2-row/APKBUILD:42:unnecesary usage of braces: ${_repository} firmware/firmware-zuk-z2-row/APKBUILD: MP:[AL32]:firmware/firmware-zuk-z2-row/APKBUILD:12:unnecesary usage of braces: ${_commit} MP:[AL32]:firmware/firmware-zuk-z2-row/APKBUILD:15:unnecesary usage of braces: ${_commit}
I know, APKBUILD was generated like this by pmbootstrap, those CI checks are new, pmbootstrap is not adjusted yet.
By Alexey Min on 2020-01-20T22:19:10
added 38 commits
-
7393f5f1...df07842c - 37 commits from branch
postmarketOS:master
- 105e45a1 - zuk-z2-row: new device
By Cui Hao on 2020-01-27T04:27:58
-
7393f5f1...df07842c - 37 commits from branch
This time I tried to modulize as much drivers as possible.
Currently, display (FB)/touchscreen/WiFi/USB work. Audio/bluetooth/camera are broken (or I don't know how to use it), and I have no idea how to fix. This is the best I can do for now. I'll remove the WIP status and let you decide whether to merge or not.
By Cui Hao on 2020-01-27T04:53:57
added 2 commits
-
ce097f1c - 1 commit from branch
postmarketOS:master
- 0326ffef - zuk-z2-row: new device (!898 (merged))
By Alexey Min on 2020-01-27T23:14:44
-
ce097f1c - 1 commit from branch