- Use this distro
- 指定多核编译下载
- https://www.google.com/“">check connectivity using google
CONNECTIVITY_CHECK_URIS = “https://www.google.com/“ - skip connectivity checks
CONNECTIVITY_CHECK_URIS = “” - 自定义安装到文件系统的工具
- IMAGE_INSTALL_append += “protobuf”
Use this distro
DISTRO = “tdx-xwayland-rt”
ACCEPT_FSL_EULA = “1”
LICENSE_FLAGS_WHITELIST = “commercial”
指定多核编译下载
BB_NUMBER_THREADS = ‘7’
PARALLEL_MAKE = ‘-j 7’
check connectivity using google
CONNECTIVITY_CHECK_URIS = “https://www.google.com/“
skip connectivity checks
CONNECTIVITY_CHECK_URIS = “”
PREFERRED_VERSION_protobuf-native = “3.3.0”
PREFERRED_VERSION_protobuf = “3.3.0”
PREFERRED_VERSION_nativesdk-protobuf = “3.3.0”
自定义安装到文件系统的工具
IMAGE_INSTALL_append = “
tcpdump
python3
sqlite3
gflags glog go
opencv
make
cmake
vim
perf
iperf3
“
IMAGE_INSTALL_append += “sros”
IMAGE_INSTALL_append += “protobuf”
FORTRAN_forcevariable = “,fortran”