How to Add New Package in Yocto(root file system)
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide describes the adding the any new package in yocto(in rootfs) for .
Rugged Board i.MX6UL
ubuntu OS
Step 1: To . 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).