Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Devtool improvements in 2.0 and 2.1 releases:
  2.  
  3. * update-recipe: add option to write changes to bbappend
  4. * update-recipe: avoid updating patches that have not been modified
  5. * update-recipe: 'auto' mode now defaults to 'patch' mode for git recipes unless commits pushed upstream
  6. * build: allow disabling make parallelism
  7. * New "upgrade" subcommand for upgrading a recipe
  8. * Added handling for local files within recipe
  9. * Fixed handling of separate build and source directories
  10. * Proper support for modifying the kernel source
  11. * New "edit-recipe" subcommand to quickly edit created recipes
  12. * New "configure-help" subcommand to make setting configure arguments easier
  13. * New "sync" command to synchronise source with upstream
  14. * Improved help text, and simplified command-line usage for add/modify
  15. * deploy-target: now preserves existing files and writes deployed files list to target
  16. * undeploy-target: supports undeploying all deployed recipes at once
  17. * modify: create a commit for extra tasks that modify source when extracting
  18. * build-image: allow specifying packages to add to image
  19. * search: print SUMMARY value next to recipe name
  20.  
  21. * Improvements to devtool add / recipetool create:
  22. * Set up fetched source as a git repository by default
  23. * Add an option to fetch source from a remote URL
  24. * handle binary-only packages
  25. * Support for extracting dependencies from cmake
  26. * Improved autotools support
  27. * Basic support for generating custom kernel recipes
  28. * Support for new npm fetcher/class
  29. * Support for out-of-tree kernel modules
  30. * Extract name/version from filename, github/bitbucket URLs, build scripts
  31. * Extract SRC_URI from local git repositories
  32. * Handle https://....git URLs
  33. * Improve license detection
  34. * Support creating native variants or standalone native/nativesdk recipes
  35. * Support specifying a subdirectory within the fetched source
  36. * Allow extension through additional layers e.g. meta-qt5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement