diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 82350e63f..7ed128480 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -6,6 +6,7 @@ Changelog .. toctree:: :maxdepth: 1 + changes/3.11.13 changes/3.11.12 changes/3.11.9 changes/3.11.6 diff --git a/doc/source/changes/3.11.13.rst b/doc/source/changes/3.11.13.rst index 4a87ebf3a..d4015aca9 100644 --- a/doc/source/changes/3.11.13.rst +++ b/doc/source/changes/3.11.13.rst @@ -1,22 +1,8 @@ -v3.11.13 +v3.11.12 ======== -qitoolchain +qipkg ----------- -* In the toolchain xml file, a 'package' tag can now contain other 'package' tags:: +* Add option to install toolchain packages - - - - - - - - - This is needed when a package (eg. yocto-sdk) provides several - sub-packages that need to appear as qitoolchain packages. - - The xml sub package tag should not contain 'directory' or 'url' - attributes as 'directory' attribute will be set to the parent package - 'directory' attribute.