-
yocto projectIT_n_Programs 2019. 3. 10. 15:01
Poky 설치를 위해 필요한 package
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo build-essential chrpath
GUI를 지원한다면 ... libsdl1.2-dev xtermPoky 설치
$ git clone git://git.yoctoproject.org/poky --branch;; 실제 해 보면 --branch 옵션을 빼고 해야 다운로드 시작함.해당 poky 설치 폴더 바로 위 에서
$ git clone --branch daisy https://github.com/Freescale/meta-fsl-arm-extra.git
$ git clone --branch daisy git://git.yoctoproject.org/meta-fsl-arm
로 사용할 bsp 레이어를 가져온다.빌드 폴더 생성.
$ source poky/oe-init-build-env [폴더명]
빌드 폴더 안 /conf/local.conf 파일에서
ACCEPT_FSL_EULA = "1"
conf/bblayers.conf 파일에서
## BBLAYERS ?= " \
## /mnt/d315/__Project/poky/meta \
## /mnt/d315/__Project/poky/meta-poky \
## /mnt/d315/__Project/poky/meta-yocto-bsp \
## "
BBLAYERS_NON_REMOVABLE ?= " \
/mnt/d315/__Project/poky/meta \
/mnt/d315/__Project/poky/meta-poky \
"
BBLAYERS += " \
/mnt/d315/__Project/meta-fsl-arm \
/mnt/d315/__Project/meta-fsl-arm-extra \
"Build
$ MACHINE=wandboard-quad bitbake core-image-minimal반응형'IT_n_Programs' 카테고리의 다른 글
mysql, wordpress 를 리눅스(ubuntu)에 설치순서 (0) 2019.03.10 우분투 사용 정리,개발환경, ftp, webdav (0) 2019.03.10 Shell Script (2) : diff, cmp , sort ,wc (0) 2019.03.10 Shell Script (1) : file , getopts , while , if, case, exit, trap (0) 2019.03.10 uboot 에서 bootargs 를 통해 IP가 kernel 로 전달되는 과정 (0) 2019.03.10 댓글