From d84ba263a0981a5b56bab359570c28e6a7774122 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 27 May 2021 12:55:38 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 049bc3b..ea0c881 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,7 @@ 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). +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. See also "[Working on target sources](#working-on-target-sources) ### 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 @@ -112,6 +110,9 @@ state of remote repositories. Of corse you can update and modiify your local met **Note: Your config files will be untouched. New or adapted config options are not considered. Please check your configuration if required.** +## Working on target sources +In this case you shuold transfer the desiered target source into the workspace repository. +if You have moved any target source into the workspace tree 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) and especially [devtool modify](https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#sdk-devtool-use-devtool-modify-to-modify-the-source-of-an-existing-component). ## 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.