bitbake로 yocto를 빌드 하려고 하는데 에러가 나서 찾아보니
메시지 자체는 root로 bitbake 하지 말란건데, 설정상으로는 sanity를 inherit 하지 않도록 하면 되는 듯.
분별을(제정신을) 상속 안받으면 제정신이 아니게 되는건가...(!)
sanity 미국∙영국 [ˈsænəti] 영국식 1. [명사] 온전한 정신 (상태) 2. [명사] 분별 (→sane), (↔insanity) |
# Sanity checks for common user misconfigurations # # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" BB_MIN_VERSION = "1.49.2" SANITY_ABIFILE = "${TMPDIR}/abi_version" SANITY_VERSION ?= "1" LOCALCONF_VERSION ?= "1" LAYER_CONF_VERSION ?= "7" SITE_CONF_VERSION ?= "1" #INHERIT += "sanity" |
'프로그램 사용 > yocto project' 카테고리의 다른 글
yocto build on i5-3570 (0) | 2023.09.07 |
---|---|
bitbake --help (0) | 2023.08.29 |
imx8 yocto (0) | 2023.08.28 |
imx8 yocto build on ubuntu 22.04 (0) | 2023.02.10 |
라즈베리 파이 with yocto project (2) | 2015.07.30 |