mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 23:13:18 +02:00
Update README.md
This commit is contained in:
@@ -101,16 +101,17 @@ or in the dist directory:
|
|||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
|
### Update target sources
|
||||||
|
An explicit update for any sources (e.g. neutrino) is not required. This will be done automatically on evrery called target with bitbake. This will also update required dependencies.
|
||||||
|
|
||||||
|
Exception: You have moved any target source into the workspace tree. In this case you have full control to source code you want to modify. See also [devtool](https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-devtool-in-your-sdk-workflow).
|
||||||
|
|
||||||
### Update meta layer repositories
|
### Update meta layer repositories
|
||||||
Execution of init script will update the yocto poky-x.x repository to the required yocto release and will updating the included local meta layers to current
|
Execution of init script will update the yocto poky-x.x repository to the required yocto release and will updating the included local meta layers to current
|
||||||
state of remote repositories. Of corse you can update and modiify your local meta-layer for meta-neutrino and machine layers repositories manually. The update routines will stash uncommitted changes or will rebase your local commits to new remote changes, but conflicts are possible. In this case you must solve manually.
|
state of remote repositories. Of corse you can update and modiify your local meta-layer for meta-neutrino and machine layers repositories manually. The update routines will stash uncommitted changes or will rebase your local commits to new remote changes, but conflicts are possible. In this case you must solve manually.
|
||||||
|
|
||||||
**Note: Your config files will be untouched. New or adapted config options are not considered. Please check your configuration if required.**
|
**Note: Your config files will be untouched. New or adapted config options are not considered. Please check your configuration if required.**
|
||||||
|
|
||||||
### Update target sources
|
|
||||||
An explicit update for any sources (e.g. neutrino) is not required. This will be done automatically on evrery called target with bitbake. This will also update required dependencies.
|
|
||||||
Exception: You have moved any target source into the workspace tree. In this case you have full control to source code you want to modify. See also [devtool](https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-devtool-in-your-sdk-workflow).
|
|
||||||
|
|
||||||
|
|
||||||
## Reset configuration if required
|
## Reset configuration if required
|
||||||
If you want to reset your configs, please rename (delete is not recommended) the conf directory ($HOME/build/poky-X.X/<machine>/conf) and execute the init script again.
|
If you want to reset your configs, please rename (delete is not recommended) the conf directory ($HOME/build/poky-X.X/<machine>/conf) and execute the init script again.
|
||||||
|
Reference in New Issue
Block a user