简体   繁体   中英

rootfs folder in yocto

I have been using buildroot till now and recently switched to Yocto. In buildroot, the root file system is present in the "target" folder. What is the location of the root file system in Yocto. I know it will be in "build/tmp" folder and it is not "sysroots" folder.

Correct me If I am wrong.

Thanks for your time

您可以使用以下命令找到它:

bitbake -e <image> | grep ^IMAGE_ROOTFS=

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM