Build Yocto Project Step By Step
Yocto Project Build For Linux
Requirements [All The OS ]
$ sudo apt-get install gawk wget git diffstat unzip texinfo gcc-multilib \
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping libsdl1.2-dev xterm$ sudo apt-get install autoconf libtool libglib2.0-dev libarchive-dev \
sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \
help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev \
mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \
libncurses5 libncurses5-dev libncursesw5-dev libelf-dev zlib1g-dev bc rename \
git-core p7zip g++-multilib xterm gperf bisonwhich git-lfs > /dev/null || sudo apt-get install git-lfs || \
(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash &&
sudo apt-get install git-lfs)Specific Linux OS Based Dependencies π
Note
Download or Clone the Poky Repo.
Yocto Project ReleaseΒΆ
Note
Note
Note : you can also check current release version of yocto project after cloning ..
Building ImagesΒΆ
Run image of yocto project..
Run The Image
Last updated