imx-setup-release.sh: Drop meta-chromium from default setup [YOCIMX-7803]

Building imx-image-full does fail in qtpdf:
```
| -- Could NOT find Gn: Found unsuitable version "2118 (811d332bd905)", but required is exact version "6.7.0" (found tmp/work/cortexa9t2hf-neon-poky-linux-gnueabi/qtpdf/6.7.0/recipe-sysroot-native/usr/bin/gn)
```

The problem is the Gn recipe from the meta-chromium layer is selected
instead of the expected one from meta-qt6.

Since Qt is required for the image but chromium is not, drop the
meta-chromium layer from the default setup.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2024-07-03 11:55:00 -05:00
parent 6c1e073f9f
commit 260efa0304

View File

@ -165,7 +165,6 @@ hook_in_layer meta-nxp-connectivity/meta-nxp-openthread
echo "" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-arm/meta-arm\"" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-arm/meta-arm-toolchain\"" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-browser/meta-chromium\"" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-clang\"" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-openembedded/meta-gnome\"" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-openembedded/meta-networking\"" >> $BUILD_DIR/conf/bblayers.conf