-
Notifications
You must be signed in to change notification settings - Fork 263
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
Build regression against Styhead #2078
Comments
I'm confused why it's a regression and not normal development. |
There are two problems. One on master, which could be fixed by a PR dropping the claim of styhead compatibility. The other is the lack of a styhead branch; that cannot be created by a PR, so someone with push access should create a styhead branch based on the last commit which was actually compatible with styhead, d615bad . That branch should probably then also gain a commit dropping the claimed walnascar compat, but that again can't be done as a PR until the styhead branch actually exists. |
I mean a regression in the sense that this layer claims to be compatible with styhead via
I can create a PR to drop styhead from |
https://github.com/Freescale/meta-freescale/tree/styhead I only created the branch. Could you, please test it? I don't have time right now to work on this, but I can come back to this at the end of the week (as branching a new version takes more than only creating this branch) |
We will automatically test this tonight, but we do have a nightly build from about a week ago when master was exactly at that commit which succeeded, so now that we can point our nightly builds at the styhead branch rather than master, it should work again. I'll report back tomorrow. |
Hi,
After commit 1e3228f ("imx-atf: Adjust for compiler virtual renames in oe-core"), the master branch is no longer compatible with Styhead. In meta-poky, commits
are in master and not styhead and thus meta-freescale's master branch is no longer compatible with styhead.
The text was updated successfully, but these errors were encountered: