Yocto Project Quick Start



문서 정보
    2015년 9월 11일 기준으로 작성

0. Reference sites
    Yocto Project Quick Start
    http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
    전반적인 설명이 쉽게되어 있다
    Ubuntu 14.04 64bit에서 위 사이트를 보고 간단히 플랫폼 빌드를 하고 Qemu Emulator로 부팅을 해보자

1. Environment
    테스트를 위해 기본적으로 필요한 패키지를 설치한다
    Ubuntu and Debian
    $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
    build-essential chrpath socat libsdl1.2-dev xterm

2. Building an Image
    $ git clone http://git.yoctoproject.org/git/poky
        - 178M
    $ cd poky
    $ git checkout -b fido
        Fido 1.8
        Dizzy 1.7.2
        Daisy 1.6.3
    $ source oe-init-build-env          
    $ bitbake -k core-image-sato
 
3. runs the image
    $ runqemu qemux86

댓글

이 블로그의 인기 게시물

SSH 연결 Delay 해결

[ELK] search guard를 이용한 보안 설정 (사용자 권한)

공공데이터(openapi) 사용법 (특정 정류소, 버스의 남은 좌석 확인 하기)