凌云实验室IGKBoard开发板BSP开发相关文件
guowenxue
2023-11-06 e8a7f91c44d7c2d600ab56b1a2d1a0cc9adbfb2a
yocto/build.sh
@@ -103,12 +103,12 @@
        pr_info "start fetch Yocto $YCT_VER source code"
        TARBALL_NAME=$YCT_VER-$BSP_VER.tar.xz
        TARBALL_NAME=yocto-$YCT_VER.tar.xz
        # Download source code packet
        if [ ! -s $TARBALL_PATH/$TARBALL_NAME ] ; then
            pr_info "start fetch $src source code"
            wget $URL/bsp/yocto/$TARBALL_NAME -P $TARBALL_PATH
            wget $URL/bsp/$BSP_VER/$TARBALL_NAME -P $TARBALL_PATH
        fi
        # decompress source code packet