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

Allow supporting multiple yocto branches #25

Open
ykoehler opened this issue Jun 2, 2017 · 1 comment
Open

Allow supporting multiple yocto branches #25

ykoehler opened this issue Jun 2, 2017 · 1 comment

Comments

@ykoehler
Copy link

ykoehler commented Jun 2, 2017

The docker container once run only propose the local yocto build in the image or the tip of the same yocto branch. I would like to enable this docker image to support more branches.

Yet, within the image if I go under /home/usersetup/poky and do git checkout -b origin/ I get

toasteruser@6b5c7e6985b2:/home/usersetup/poky$ git checkout -b daisy origin/daisy
fatal: Cannot update paths and switch to branch 'daisy' at the same time.
Did you intend to checkout 'origin/daisy' which can not be resolved as commit?
toasteruser@6b5c7e6985b2:/home/usersetup/poky$ git fetch
error: cannot open .git/FETCH_HEAD: Permission denied

As such, I think the dockerfile need to fetch the origin fully to enable retreiving more branches.

@bavery22
Copy link
Contributor

bavery22 commented Jun 7, 2017 via email

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

No branches or pull requests

2 participants