Yocto

2021. 6. 18. 23:12IT

Yocto 발음은 욕토라고 한다. 욕토의 정의는 Yocto Project Web에서 다음과 같이 정의하고 있다. 

 

"The Yocto Project is an open source collaboration project that helps developers create custom Linux-based systems for embedded products, regardless of the hardware architecture. "

 

번역을 하자면, 이해하기 쉽고 남에게 이야기 하기 쉬운 버전으로 

 

"욕토는 임베디드용 제품을 만들기 위한 하드웨어 아키텍쳐와 상관이 없는 리눅스 기반의 오픈소스 프로젝트이다" 

 

가 되겠다. 직역을 하면

 

"욕토는 임베디드 제품을 위한 하드웨어 아키텍쳐와 상관없는 커스텀 리눅스를 생성하기 위한 리눅스 베이스의 오픈소스 협업 프로젝트이다 " 

 

https://www.yoctoproject.org/software-overview/

 

Software – Yocto Project

Getting Started: The Yocto Project® Overview The Yocto Project is an open source collaboration project that helps developers create custom Linux-based systems for embedded products, regardless of the hardware architecture. The project provides a flexible

www.yoctoproject.org

 

욕토 프로젝트는 크게 세개의 구성요소로 되어 있다.

       1. 성공적인 임베디드 리눅스를 동작하게 하는 통합 툴

       2. Poky라는 Reference embedded distribution

       3. OpenEmbedded 프로젝트와 함께 관리되고 있는 OpenEmbedded 빌드 시스템

이 그것이다.

1번의 리눅스 툴에는 자동화된 빌드와 테스팅 툴과 Board support, license compliance, component information을 포함한다. 

 

 

욕토를 접한다면 이 정도까지만 알고 넘어가려고 한다. 좀더 깊이 들어가 봐야 뭔지는 알겠는데 손에 잡히지 않게 될 것 같다.

 

다음은 Yocto Project Quick Build로 넘어가보려 한다. 

반응형

'IT' 카테고리의 다른 글

Yocto Project Quick Build / 소스받고 빌드해보기  (0) 2021.06.22
Yocto Project Quick Build / docker를 설치해보자  (0) 2021.06.19
내 손으로 만든 제품들  (0) 2021.03.20
2002 월드컵과 PDA  (0) 2021.01.06
[Flutter #16] layout - 1/2  (0) 2020.11.25