diff options
| author | Antoine Gouby <antoine.gouby@toradex.com> | 2026-06-03 17:29:44 +0200 |
|---|---|---|
| committer | Antoine Gouby <antoine.gouby@toradex.com> | 2026-06-03 18:35:47 +0200 |
| commit | 6c18de4d5bb762152915412e617d8fd25be9bb41 (patch) | |
| tree | f6848a680454f2bc23a72a2b0e896f72c2a8da2a | |
| parent | acc7a38cb759ecdd7faac237891f3279c9fc4101 (diff) | |
Remove the freescale-distro dynamic layer and its BBFILES_DYNAMIC entry.
The only content it added was RRECOMMENDS packagegroup-fsl-gstreamer1.0-full
for mx8-nxp-bsp machines which is redundant: gstreamer1.0-plugins-base/good/bad
already RRECOMMENDS their respective -meta packages and
imx-gst1.0-plugin/tools are already added by the freescale-layer dynamic bbappend.
Related-to: ELB-7006
Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
| -rw-r--r-- | conf/layer.conf | 1 | ||||
| -rw-r--r-- | dynamic-layers/freescale-distro/recipes-images/images/packagegroup-tdx-graphical.bbappend | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 0f4df8d..8d43045 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,7 +18,6 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ BBFILES_DYNAMIC += " \ freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/recipes-*/*/*.bbappend \ - freescale-distro:${LAYERDIR}/dynamic-layers/freescale-distro/recipes-*/*/*.bbappend \ " LAYERDEPENDS_toradex-demos = " \ diff --git a/dynamic-layers/freescale-distro/recipes-images/images/packagegroup-tdx-graphical.bbappend b/dynamic-layers/freescale-distro/recipes-images/images/packagegroup-tdx-graphical.bbappend deleted file mode 100644 index ddb17dc..0000000 --- a/dynamic-layers/freescale-distro/recipes-images/images/packagegroup-tdx-graphical.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -RRECOMMENDS:packagegroup-gstreamer-tdx-graphical:append:mx8-nxp-bsp = " \ - packagegroup-fsl-gstreamer1.0-full \ -" |
