Skip to content

Commit

Permalink
add 3.11.13 changelog
Browse files Browse the repository at this point in the history
Change-Id: Ib2764e4ade0a4e551216913bc02fbea8bbff00a0
  • Loading branch information
houssemkouki committed Feb 14, 2017
1 parent af323ec commit 7f0d7ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
.. toctree::
:maxdepth: 1

changes/3.11.13
changes/3.11.12
changes/3.11.9
changes/3.11.6
Expand Down
20 changes: 3 additions & 17 deletions doc/source/changes/3.11.13.rst
Original file line number Diff line number Diff line change
@@ -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

<toolchain strict_metadata="false">
<package name="meta-package" ...>
<package name="sub-pkg1" version="..."/>
<package name="sub-pkg2" version="..."/>
<package name="sub-pkg3" version="..."/>
</package>
</toolchain>

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.

0 comments on commit 7f0d7ce

Please sign in to comment.