| #!/bin/bash | |
| echo -e "\e[1;33m******LYNQ build setp *****\n\ | |
| ******* = = = = = ====== \n\ | |
| ******* = = = = = = = = \n\ | |
| ******* = = = = = = = \n\ | |
| ******* = = = = = = = \n\ | |
| ******* ==== = = = ==================\e[0m\n" | |
| source do_patch.sh | |
| cd ASR_SRC | |
| echo "do config asr1903p501" | |
| make defconfig_asr1903p501 | |
| echo "cp ../LYNQ_SRC/yocto/.config_def_asr1903p501 .config" | |
| cp ../LYNQ_SRC/yocto/.config_def_asr1903p501 .config | |
| cd ../LYNQ_SRC/yocto | |
| echo "start building..." | |
| source T600-env.sh | |
| bitbake asr-image |