-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add x230-nkstorecli board config #817
Conversation
@daringer : no CI (yellow/green light) link on commit? |
Mmh good question, don't know why... Currently on the run, will be back at the desk in ~30mins |
mmh shouldn't this be usually shown here, too... edit: "Experiencing Issues with GitHub API Requests, GitHub Issues, PRs, Dashboard, Projects, and GitHub GitHub Packages" is what https://status.circleci.com/ says ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch is pretty massive. Would love to know why not upstreamed and applied in a patch under Heads.
037bad5
to
f24d058
Compare
Building locally and will report binary hashes discrepencies if any. |
@jans23 @daringer: building here: Sorry for the delay, CircleCI automatic builds were faulty in the past days. Now back on track with past commit and should build successfully. EDIT: |
@szszszsz @daringer @jans23 : produced binaries are different as per #817 (comment) |
@szszszsz @daringer @jans23 @alex-nitrokey
nkstorecli is now the next candidate just after gpg for size reduction. This is no surprise, since nkstorecli is statically linked to libusb, libhidapi-libusb and libnitrokey, which makes the binary more like a PoC then a final product to be included in mainstream Heads. Note that libusb is now included two times inside of Heads' ROM: one statically linked inside of nkstorecli, and one dynamically linked |
Hi!
|
Awesome news.
Heads GUI (FbWhiptail graphic frontend to bash) is the reason of all those dependencies if we want it to be beautiful graphics. So if we want FBWHIPTAIL:
fbwhiptail_depends := cairo $(musl_dep)
pixman_depends := libpng $(musl_dep) Else, another subset of dependencies are required (SLANG and NEWT) to be remote console friendly. |
ok for me! |
created issue to track/fix the reproducibility topic @tlaurion, before merging I would suggest to update this PR to latest libnitrokey version (means we should get rid of the libnitrokey patch) and fix CI conflicts, ok for you? |
@daringer +1 |
18b030b
to
a692ab8
Compare
good, local build seems fine, let's see what CI will say... |
|
a692ab8
to
e40227f
Compare
looks good for |
Should be rebased on master once #842 is reviewed and merged in. |
@daringer can you rebase on master to trigger a build please? |
ecd220c
to
d781140
Compare
done |
d781140
to
8c070d3
Compare
looks good |
nkstorecli
,libnitrokey
,libhidapi-libusb