do_populate_sysroot
- Copies a subset of files installed by the
+ Copies a subset of the files installed by the
do_install
- task into the sysroot in order to make them available to other
- recipes.
+ task into the sysroot to make them available to other recipes.
+ Files that would typically not be needed by other recipes at build
+ time are skipped.
+ Skipped files include files installed into
+ /etc.
+ For information on what files are copied, see the
+ staging
+ class.