Advertisement
Guest User

Untitled

a guest
Aug 17th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #Try 1
  2. #recipe
  3. SRC_URI:mx8m-generic-bsp ?= "extrepo"
  4. SRC_URI:mx8m-generic-bsp += "patch1"
  5. SRC_URI:mx8m-generic-bsp += "patch2"
  6.  
  7. #local.conf
  8. SRC_URI:pn-fb5-uem := "localrepo "
  9.  
  10. #result
  11. SRC_URI = "extrepo patch1 patch2"
  12.  
  13.  
  14. #Try2 with chained local
  15. #local.conf
  16. SRC_URI:mx8m-generic-bsp:pn-fb5-uem = "localrepo "
  17.  
  18. #result
  19. SRC_URI = "localrepo"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement