You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
For example, I get information about building some meta layer e.g. meta-virtualization, that information requires me to correctly modify bblayers.conf but because I'm not sure how everything is mounted inside the container I'm not sure how to modify paths to layers.
Second thing is that build directory appears after sourcing oe-init-build-env what means after the first call of yocto-docker container, before that call, there is no infrastructure to modify build/conf files. Any idea what we can do about that? It confused me when getting back to that project after some time.
The text was updated successfully, but these errors were encountered:
@macpijan I think that behavior may surprise new users, we should make sure that trying this project is seamless. Having above assumptions can scare some users - most people will not take time to figure out what is going on. IMO we should have most simple real life scenario from scratch in README. What you think?
For example, I get information about building some meta layer e.g.
meta-virtualization
, that information requires me to correctly modifybblayers.conf
but because I'm not sure how everything is mounted inside the container I'm not sure how to modify paths to layers.Second thing is that build directory appears after sourcing
oe-init-build-env
what means after the first call ofyocto-docker
container, before that call, there is no infrastructure to modifybuild/conf
files. Any idea what we can do about that? It confused me when getting back to that project after some time.The text was updated successfully, but these errors were encountered: