root@docker-desktop:/home/workspace/manifest# history 1 history 2 exit 3 exit 4 ll 5 exit 6 exit 7 ls -al 8 ll rtos_compiler/ 9 ll sdk/ 10 exit 11 exit 12 history 13 exit 14 history 15 exit 16 exit 17 exit 18 exit 19 exit 20 exit 21 apt-get update 22 date 23 apt-get install -y tzdata 24 echo "Asia/Shanghai" > /etc/timezone 25 date 26 ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 27 date 28 exit 29 exit 30 history 31 exit 32 exit 33 passwd root 34 cd /home/workspace/ 35 ls 36 git clone https://gitcode.com/openUBMC/manifest.git 37 git clone https://gitcode.com/openUBMC/bingo.git 38 cd bingo/ 39 git branch -a 40 git checkout br_release_openUBMC2509_20251230 41 git branch -a 42 chmod +x install_local.sh 43 ./install_local.sh 44 cd ../manifest/ 45 git branch -a 46 git checkout br_release_openUBMC2509_20251230 47 git branch -a 48 python3 init.py -path ./bmc_sdk.zip 49 conan remote list 50 bingo build 51 history