Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. commit df15735cdc7317fd733b1af11018f4153f4431ac
  2. Author: Bruce Ashfield <bruce.ashfield@windriver.com>
  3. Date: Fri Sep 9 13:48:28 2016 -0400
  4.  
  5. kernel-yocto: allow kconfig mode to be specified for SRC_URI defconfigs
  6.  
  7. It isn't possible to have defaults that meet all the processing requirements
  8. of defconfigs. i.e. we don't know if they are complete, or partial. We don't
  9. know if they are from an older kernel, or the current one. We don't know if
  10. defaults for new symbols are desired, or if any non specified options should
  11. be disabled.
  12.  
  13. The KCONFIG_MODE variable was added to add flexibility in the processing to
  14. allow a recipe author to add explicit direction. That being said, there were
  15. still use cases that weren't being handled as nicely as they could.
  16.  
  17. To enable the upgrade and savedefconfig use cases for SRC_URI based defconfig
  18. elements, we introduce the processing of a "kconfig_mode" parameter.
  19. This allows any fragments or defconfig on the SRC_URI to specify the
  20. kconfig mode: Valid modes are "alldefconfig" and "allnoconfig"
  21.  
  22. In the case of competing modes, the last fragment (or defconfig) wins
  23.  
  24. [YOCTO #8743]
  25.  
  26. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
  27.  
  28. :100644 100644 96c06ef5d68e... c2fe5679206b... M meta/classes/kernel-yocto.bbclass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement