do_populate_sysroot
- Copies a subset of the files installed by the
+ Stages (copies) a subset of the files installed by the
do_install
- task into the sysroot directory
- ${STAGING_DIR_HOST}
- 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.
+ task into the appropriate sysroot.
+ For information on how to make these files available to other
+ recipes, see the
+ STAGING_DIR_HOST
+ variable.
+ Directories that would typically not be needed by other recipes at
+ build time (e.g. /etc) are not copied by
+ default.
+
+
+
+ For information on what directories are copied by default, see the
+ SYSROOT_DIRS*
+ variables.
+ You can change these variables inside your recipe if you need
+ to make additional (or fewer) directories available to other
+ recipes at build time.