Several user space packages has been included along the last development cycle and must now be part of release notes.
This patch adds them all. Signed-off-by: Daiane Angolini <[email protected]> Signed-off-by: Mario Domenech Goulart <[email protected]> --- scripts/bitbake-metadata2doc.py | 9 +++++++++ scripts/bitbake-metadata2doc.sh | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/scripts/bitbake-metadata2doc.py b/scripts/bitbake-metadata2doc.py index 1202f78..095e6a9 100644 --- a/scripts/bitbake-metadata2doc.py +++ b/scripts/bitbake-metadata2doc.py @@ -198,6 +198,15 @@ def write_soc_pkg(data, out_dir): 'gstreamer1.0-plugins-imx', 'imx-uuc', 'libmcc', + 'apptrk', + 'elftosb', + 'imx-kobs', + 'qe-ucode', + 'rcw', + 'cst', + 'devregs', + 'qemu-fsl', + 'gst1.0-fsl-plugin', 'mqxboot'] ## Fill the socs dictionary for board, board_data in data.items(): diff --git a/scripts/bitbake-metadata2doc.sh b/scripts/bitbake-metadata2doc.sh index 7025f96..a6191d1 100755 --- a/scripts/bitbake-metadata2doc.sh +++ b/scripts/bitbake-metadata2doc.sh @@ -84,14 +84,19 @@ for machine in $machines; do MACHINE=$machine python $anchor/extract-bitbake-metadata.py \ $anchor/$marshalled_data_file \ + apptrk \ barebox \ + cst \ + devregs \ directfb \ directfb-examples \ libdrm \ + elftosb \ firmware-imx \ fsl-alsa-plugins \ gpu-viv-bin-mx6q \ gpu-viv-g2d \ + gst1.0-fsl-plugin \ gstreamer \ gstreamer1.0 \ gstreamer1.0-plugins-imx \ @@ -106,6 +111,9 @@ for machine in $machines; do libmcc \ mqxboot \ mxsldr \ + qe-ucode \ + qemu-fsl \ + rcw \ virtual/kernel \ virtual/bootloader \ udev \ -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
