How to Add New Package in Yocto(root file system)
Objective:
This guide describes the adding the any new package in yocto(in rootfs) for Rugged Board A5d2x.
Materials:
Hardware:
Rugged Board A5d2x
Software:
ubuntu OS
Procedure:
Step 1: To setup the yocto in your PC follow this link. After running the bitbake environment, go to the conf/local.conf file and follow as below.
Step 2: Go to the end of the file and copy below line to add the package.
Step 3: Save the file and compile using below command.
Step 4: To add two/three packages in yocto edit the "conf/local.conf" file as below
Step 5: After completion of compiling, go to below path to find the updated image(rootfs).
Last updated