siemens / kas

Setup tool for bitbake based projects
MIT License
353 stars 144 forks source link

Devtool config clobbered when leaving and re-entering `kas shell` #58

Closed willstott101 closed 3 years ago

willstott101 commented 3 years ago

devtool modifies the local layers/config to add a layer which overwrites specific recipe sources to local checkouts. This is massively useful when developing code to run within a yocto-built environment. But re-entering the kas shell overwrites the config changes that devtool made. It'd be great if kas could do something to integrate with devtool more seamlessly

willstott101 commented 3 years ago

Ah re-running devtool modify worked to reinstate it.

jan-kiszka commented 3 years ago

Also note that there is --keep-config-unchanged on the kas side.