imx-setup-release.sh: Exclude nxp-connectivity layer temporally [YOCIMX-8249]

There is the parse error in these layers.
Need re-enable them after fixing these parse error.

Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
Jun Zhu 2024-09-04 14:22:10 +08:00 committed by Tom Hochstein
parent b8c0a8e4f1
commit e0617abbf1

View File

@ -159,8 +159,8 @@ hook_in_layer meta-imx/meta-imx-sdk
hook_in_layer meta-imx/meta-imx-ml hook_in_layer meta-imx/meta-imx-ml
hook_in_layer meta-imx/meta-imx-v2x hook_in_layer meta-imx/meta-imx-v2x
hook_in_layer meta-nxp-demo-experience hook_in_layer meta-nxp-demo-experience
hook_in_layer meta-nxp-connectivity/meta-nxp-matter-baseline #hook_in_layer meta-nxp-connectivity/meta-nxp-matter-baseline
hook_in_layer meta-nxp-connectivity/meta-nxp-openthread #hook_in_layer meta-nxp-connectivity/meta-nxp-openthread
echo "" >> $BUILD_DIR/conf/bblayers.conf 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\"" >> $BUILD_DIR/conf/bblayers.conf