From cd5b0f29ff45de8c99974543fdf71a5f53d4afdc Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 27 May 2021 11:55:40 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eedf95e..02ca1f8 100644 --- a/README.md +++ b/README.md @@ -100,17 +100,18 @@ or in the dist directory: ``` ## 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 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. **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 If you want to reset your configs, please rename (delete is not recommended) the conf directory ($HOME/build/poky-X.X//conf) and execute the init script again.