samsung-i9003: Change armhf to armv7 and heimdall-isorec to heimdall-bootimg
I noticed that the Samsung i9003 is actually a heimdall-bootimg device. But at the same time, the kernel is assembled as if it is isorec. I built the kernel in a standard way and did not see a difference in the size of vmlinuz nor in the behavior of its work.
- Changed armhf to armv7
Merge request reports
Activity
- Resolved by Administrator
- Resolved by Administrator
added category::device type::feature + 1 deleted label
added 1 commit
- 64c6e9ad - Change armhf to armv7 and heimdall-isorec to heimdall-bootimg
By Михалыч on 2020-06-01T05:11:32
I can't test this works (I've built locally), but from a packaging point of view it looks good to me.
By Antoine Fontaine on 2020-06-02T11:02:30
Edited by Administratoradded 6 commits
-
64c6e9ad...80f332c9 - 5 commits from branch
postmarketOS:master
- a20c2697 - samsung-i9003: change to armv7, remove isorec code (MR 1277)
By Oliver Smith on 2020-06-02T11:44:08
-
64c6e9ad...80f332c9 - 5 commits from branch
Thanks, @LibrePhone!
@PureTryOut wrote:
Please check the checkbox in your MR to allow us to push to your branch
We have a CI check for that, and I've verified that it is still working. What happened here is, that the project was renamed, it seems.
@afontain: pushing worked for me, after
mrhlpr checkout 1277
. Note that I'm also usinggit config push.default upstream
for pmaports.git.(There's also
mrhlpr -n
to use no cache, might be needed as well if this MR was checked out earlier already with mrhlpr.)$ git push --force ... Enumerating objects: 60, done. Counting objects: 100% (60/60), done. Delta compression using up to 2 threads Compressing objects: 100% (52/52), done. Writing objects: 100% (52/52), 86.49 KiB | 3.93 MiB/s, done. Total 52 (delta 27), reused 0 (delta 0) remote: remote: View merge request for i9003-armv7: remote: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/1277 remote: remote: Project 'LibrePhone/pmaports' was moved to 'LibrePhone/pmaports123'. remote: remote: Please update your Git remote: remote: remote: git remote set-url origin git@gitlab.com:LibrePhone/pmaports123.git remote: To gitlab.com:LibrePhone/pmaports.git + 64c6e9ada...a20c2697b mrhlpr/1277 -> i9003-armv7 (forced update)
By Oliver Smith on 2020-06-02T11:48:54
Edited by Administratormentioned in issue #599
By Antoine Fontaine on 2020-06-02T12:06:20