-
Notifications
You must be signed in to change notification settings - Fork 18
Various fixes for compatibility with Yocto Styhead. #59
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
base: master
Are you sure you want to change the base?
Conversation
|
I can confirm there are issues buiding on master, I was just looking into those myself. I would suggest you group your changes in smaller commits, e.g. according to https://docs.yoctoproject.org/contributor-guide/submit-changes.html#implement-and-commit-changes |
|
also look at your patch status, e.g |
The thing is that some of the source codes were made in the late nineties. No source code can be considered original. It is impossible to determine who made the last reliable commit and when. That's why I used the wording that the developer of this recipe had previously used for other patches. |
…ete-license]. Signed-off-by: Evgeny Sagatov <[email protected]>
Signed-off-by: Evgeny Sagatov <[email protected]>
…MPDIR [buildpaths]. Signed-off-by: Evgeny Sagatov <[email protected]>
Signed-off-by: Evgeny Sagatov <[email protected]>
Signed-off-by: Evgeny Sagatov <[email protected]>
I split one commit into several, separating them by meaning. |
|
Guys, is there anything else needed for acceptance? How about a merge? |
|
the tl;dr would be have openjdk-8-test-image and openjre-8-test-image buildable for qemuarm, qemuarm64 and qemux86-64, I'll refer you to https://lists.yoctoproject.org/g/yocto-patches/message/986 for the details unfortunately I haven't had the time to look into that, which I wanted to do before this MR |
Fixed no supported S = ${WORKDIR} in styhead.
Fixed missing Upstream-Status in patch QA issue in styhead.
Fix QA Issue: File X in package openjdk-8-src contains reference to TMPDIR [buildpaths]. (issue)
Fix QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license].
Hi.
Without these fixes the layer won't build in Yokto 5.1.3 (kas 4.7).
P.S.: I'm going on vacation until March 11. I'll get in touch after that time.