Skip to content
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

[RFC] Go support changes #382

Closed

Conversation

drewmoseley
Copy link

I needed these changes to get a master-based build to succeed. I did see at least one relevant change in poky (https://git.yoctoproject.org/cgit.cgi/poky/commit/?id=07ef4dd93dcb21418647932f3324ee09bc514895) that would require some of this. I didn't dig too deeply and these are likely not the best solution but I needed something that would build.

Any idea what the right fix is for these?

Drew Moseley added 3 commits September 25, 2017 21:29
The current poky creates a symlink for src pointing at the original
location such that when we try to rsync we end up deleting both
the original and the new.

Changelog: Title

Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
…y changes.

Yocto's golang support has changed so that the src directories
are no longer correct.  Use the new full paths.

Changelog: Title

Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Changelog: Title

Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
@kacf
Copy link
Member

kacf commented Sep 26, 2017

Hmm, I think the rsync could be removed completely actually, since they now point ${B} to ${S}. I'm planning to bring our master branch up to date this week, so I will get some more time to look at this, and might cherry-pick your patches. I'll close this one, since I will put a new one up anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants