凌云实验室IGKBoard开发板BSP开发相关文件
360dc73380a7960d781e98205284b33d5881aed1..d50fb7a20b18c75e4a67c58efd5733e9a827a02f
2023-07-27 guowenxue
Update .gitignore
d50fb7 diff | tree
2023-07-27 guowenxue
Update images build shell script for rootfs download address
e1b6ea diff | tree
2 files modified
11 ■■■■■ changed files
.gitignore 9 ●●●●● patch | view | raw | blame | history
images/build.sh 2 ●●● patch | view | raw | blame | history
.gitignore
@@ -1,5 +1,6 @@
# git ignore files/folders in the list
# ignore folders
tarballs/
install/
uboot-imx/
@@ -10,3 +11,11 @@
langdale/
images/rootfs-*
rtl8188fu/
# ignore files
*.mod*
*.o
*.ko
*.cmd*
*.symvers
*.order
images/build.sh
@@ -131,7 +131,7 @@
    if [ ! -s $TARBALL_PATH/$ROOTFS.$SUFIX ] ; then
        pr_info "start fetch $ROOTFS source code"
        mkdir -p $TARBALL_PATH
        wget $URL/bsp/rootfs/$BOARD/$ROOTFS.$SUFIX -P $TARBALL_PATH
        wget $URL/$BOARD/rootfs/$ROOTFS.$SUFIX -P $TARBALL_PATH
    fi
    # decompress source code packet