ZengjfOS / Yocto

分析i.MX6/8 Yocto的工作原理,解决如何添加自己layer和recipe,并自动添加到文件系统,以及使用repo进行源代码管理

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Install libs

  • sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev
  • sudo apt-get install libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc
  • i.MX layers host packages for a Ubuntu 12.04 host setup only are:
    sudo apt-get install uboot-mkimage
  • i.MX layers host packages for a Ubuntu 14.04 host setup only are:
    sudo apt-get install u-boot-tools
  • Repo: https://github.com/ZoroZeng/manifest

How to select additional packages

Docs

About

分析i.MX6/8 Yocto的工作原理,解决如何添加自己layer和recipe,并自动添加到文件系统,以及使用repo进行源代码管理