G720 yocto compile

First:repo init -u MediaTek / AIoT / BSP / manifest · GitLab -b refs/tags/rity-scarthgap-v25.1.1

repo sync

echo ‘NDA_BUILD = “1”’ >> $BUILD_DIR/conf/site.conf

echo ‘DL_DIR = “${TOPDIR}/../downloads”’ >> $BUILD_DIR
/conf/site.conf

echo ‘SSTATE_DIR = “${TOPDIR}/../sstate-cache”’ >> $BUILD_DIR/conf/site.conf

Sencond: build

1:export PROJ_ROOT=pwd
2:export TEMPLATECONF=$PROJ_ROOT/src/meta-rity/meta/conf/templates/default/
3:src/poky/oe-init-build-env build
4:export BUILD_DIR=pwd
5:bitbake rity-bsp-image
Third: download image to evk board

Then found :wifi drivers cann’t insod . but download scarthgap_k6.6_v25.1_genio-720-evk-ufs_private_251123184709_dev.tar.gz into evk board is ok .

please tell me if build flow is ok ? if not , please tell me correct flow

now it is ok , don’t need help. Thanks