Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. do_build Default task for a recipe - depends on all other normal tasks required to 'build' a recipe
  2. do_checkuri Validates the SRC_URI value
  3. do_clean Removes all output files for a target
  4. do_cleanall Removes all output files, shared state cache, and downloaded source files for a target
  5. do_cleansstate Removes all output files and shared state cache for a target
  6. do_compile Compiles the source in the compilation directory
  7. do_configure Configures the source by enabling and disabling any build-time and configuration options for the software being built
  8. do_devpyshell Starts an interactive Python shell for development/debugging
  9. do_devshell Starts a shell with the environment set up for development/debugging
  10. do_fetch Fetches the source code
  11. do_install Copies files from the compilation directory to a holding area
  12. do_listtasks Lists all defined tasks for a target
  13. do_package Analyzes the content of the holding area and splits it into subsets based on available packages and files
  14. do_package_qa Runs QA checks on packaged files
  15. do_package_qa_setscene Runs QA checks on packaged files (setscene version)
  16. do_package_setscene Analyzes the content of the holding area and splits it into subsets based on available packages and files (setscene version)
  17. do_package_write_rpm Creates the actual RPM packages and places them in the Package Feed area
  18. do_package_write_rpm_setscene Creates the actual RPM packages and places them in the Package Feed area (setscene version)
  19. do_packagedata Creates package metadata used by the build system to generate the final packages
  20. do_packagedata_setscene Creates package metadata used by the build system to generate the final packages (setscene version)
  21. do_patch Locates patch files and applies them to the source code
  22. do_populate_lic Writes license information for the recipe that is collected later when the image is constructed
  23. do_populate_lic_setscene Writes license information for the recipe that is collected later when the image is constructed (setscene version)
  24. do_populate_sysroot Copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes
  25. do_populate_sysroot_setscene Copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes (setscene version)
  26. do_prepare_recipe_sysroot
  27. do_unpack Unpacks the source code into a working directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement