[meta-freescale] [Documentation][PATCH 1/3] Scripts: Remove user space packages

Daiane Angolini daiane.angolini at freescale.com
Mon Oct 26 06:11:09 PDT 2015


The user space packages removed already in source code should not be tracked any
more, so remove them from the list used to generate current version.

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 scripts/bitbake-metadata2doc.py | 8 +-------
 scripts/bitbake-metadata2doc.sh | 4 ----
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/scripts/bitbake-metadata2doc.py b/scripts/bitbake-metadata2doc.py
index 3245193..1202f78 100644
--- a/scripts/bitbake-metadata2doc.py
+++ b/scripts/bitbake-metadata2doc.py
@@ -136,9 +136,7 @@ def write_fsl_community_bsp_supported_bootloaders_descr(data, out_dir):
     write_inc_file(out_dir, 'fsl-community-bsp-supported-bootloaders-descr.inc', describe(bootloaders))
 
 def write_userspace_pkg(data, out_dir):
-    pkgs = {'gstreamer': [],
-            'gstreamer1.0': [],
-            'libdrm': [],
+    pkgs = {'gstreamer1.0': [],
             'udev': []}
     for board, board_data in data.items():
         for pkg in pkgs.keys():
@@ -183,7 +181,6 @@ def write_soc_pkg(data, out_dir):
             'vf60': [],
             'ls102xa': []}
     pkgs = ['imx-test',
-            'gst-fsl-plugin',
             'libfslcodec',
             'libfslparser',
             'imx-vpu',
@@ -196,9 +193,6 @@ def write_soc_pkg(data, out_dir):
             'directfb',
             'directfb-examples',
             'xf86-video-imxfb',
-            'amd-gpu-bin-mx51',
-            'libz160',
-            'amd-gpu-x11-bin-mx51',
             'libfslvpuwrap',
             'fsl-alsa-plugins',
             'gstreamer1.0-plugins-imx',
diff --git a/scripts/bitbake-metadata2doc.sh b/scripts/bitbake-metadata2doc.sh
index b93af1d..7025f96 100755
--- a/scripts/bitbake-metadata2doc.sh
+++ b/scripts/bitbake-metadata2doc.sh
@@ -84,8 +84,6 @@ for machine in $machines; do
 
     MACHINE=$machine python $anchor/extract-bitbake-metadata.py \
         $anchor/$marshalled_data_file \
-        amd-gpu-bin-mx51 \
-        amd-gpu-x11-bin-mx51 \
         barebox \
         directfb \
         directfb-examples \
@@ -94,7 +92,6 @@ for machine in $machines; do
         fsl-alsa-plugins \
         gpu-viv-bin-mx6q \
         gpu-viv-g2d \
-        gst-fsl-plugin \
         gstreamer \
         gstreamer1.0 \
         gstreamer1.0-plugins-imx \
@@ -107,7 +104,6 @@ for machine in $machines; do
         libfslparser \
         libfslvpuwrap \
         libmcc \
-        libz160 \
         mqxboot \
         mxsldr \
         virtual/kernel \
-- 
1.9.1



More information about the meta-freescale mailing list