凌云实验室IGKBoard开发板BSP开发相关文件
f65620d524df2a16958a4be9adc4845ced887902..4a9c4c2671eca589f0ff2bfd5660d1765c8af55b
2023-11-07 guowenxue
Update config file to lf-6.1.36-2.1.0 and mickledore
4a9c4c diff | tree
2023-11-07 guowenxue
Update Yocto build shell script for download packet path
f270b3 diff | tree
2 files modified
10 ■■■■ changed files
config.json 6 ●●●● patch | view | raw | blame | history
yocto/build.sh 4 ●●●● patch | view | raw | blame | history
config.json
@@ -2,15 +2,15 @@
    "bsp":
    {
        "board":"igkboard-6ull",
        "version":"lf-5.15.71-2.2.0",
        "version":"lf-6.1.36-2.1.0",
        "download":"http://main.iot-yun.club:2211/imx/",
        "crosstool":"/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf-"
    },
    "system":
    {
        "distro":"yocto",
        "version":"kirkstone",
        "imgsize":"1024",
        "version":"mickledore",
        "imgsize":"2048",
        "bootsize":"100"
    }
}
yocto/build.sh
@@ -138,8 +138,8 @@
    fi
    if [[ -n "$DL_PATH" ]] ; then
        sed -i "s|^#DL_DIR.*|DL_DIR ?= \"$DL_PATH\"|g" conf/local.conf
        sed -i "s|^DL_DIR.*|DL_DIR ?= \"$DL_PATH\"|g" conf/local.conf
        sed -i "s|^#DL_DIR.*|DL_DIR ?= \"$DL_PATH/$YCT_VER\"|g" conf/local.conf
        sed -i "s|^DL_DIR.*|DL_DIR ?= \"$DL_PATH/$YCT_VER\"|g" conf/local.conf
    fi
    bitbake $BB_TARGET