Message ID | 20240412101957.2071854-4-chee.yang.lee@intel.com |
---|---|
State | New, archived |
Headers | show |
Series | release-notes-5.0: update license, bitbake and devtool | expand |
Hi Lee On 4/12/24 at 12:19, Lee Chee Yang wrote: > Devtool improvement: > + > + - Introduced new ide-sdk plugin provides the eSDK and configures an > + IDE to work with the eSDK. Tried to make this clearer: - Introduce a new ``ide-sdk`` plugin to generate a configuration to use the eSDK through an IDE. I actually squashed all your contributions into one commit, and merged them into master-next. Not too late to make corrections though! Many thanks again! Cheers Michael.
diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst index 4ac54e869..db292ab2b 100644 --- a/documentation/migration-guides/release-notes-5.0.rst +++ b/documentation/migration-guides/release-notes-5.0.rst @@ -183,6 +183,15 @@ New Features / Enhancements in 5.0 - git-make-shallow: added support for git's safe.bareRepository=explicit environemnt. +- Devtool improvement: + + - Introduced new ide-sdk plugin provides the eSDK and configures an + IDE to work with the eSDK. + + - Add --no-pypi option for python project that are not hosted on PyPI. + + - Add support for git submodule. + - Packaging changes: - ``package_rpm``: the RPM package compressor's mode can now be overriden.