4

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

md.jamal
  • 3,061
  • 3
  • 25
  • 58

1 Answers1

14

You can found it with following command:

bitbake -e <image> | grep ^IMAGE_ROOTFS=

Nayfe
  • 1,596
  • 10
  • 17