[yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

Paul Barker paul at betafive.co.uk
Fri May 24 02:55:46 PDT 2019


On Fri, 24 May 2019, at 10:14, Tg, Harish wrote:
> Kindly help me out in locating the source for /usr/bin of rootfs image 
> in yocto. I did a find but I do not see the /usr/bin and its exact 
> contents as in the rootfs image. I need to locate this badly as this 
> would help in adding the commands to the folder which would be finally 
> added to the rootfs image. Your help is highly appreciated. Thanks in 
> advance.
> 

In a Yocto Project build, the rootfs is built from packages and the packages are in turn built from recipes. The supported process for adding new software to the image is to write a recipe which creates a new package, then add the package to IMAGE_INSTALL for an image.

There isn't a location where you can just drop files for them to be included in a rootfs build.

I'd recommend you search online for a tutorial on this, there's plenty of good resources available.

-- 
Paul Barker
Managing Director & Principal Engineer
Beta Five Ltd


More information about the yocto mailing list