Advertisement
jclsn

Untitled

Apr 8th, 2022
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. BB_GENERATE_MIRROR_TARBALLS = "1"
  2. INHERIT += "own-mirrors"
  3. BB_FETCH_PREMIRRORONLY = "1"
  4. SOURCE_MIRROR_URL = "https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/"
  5. PREMIRRORS = "\
  6. cvs://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  7. svn://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  8. git://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  9. gitsm://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  10. hg://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  11. bzr://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  12. p4://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  13. https?$://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  14. ftp://.*/.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  15. npm://.*/?.* https://artifactory.cluster/ui/native/user_test_repo/yocto-mirror/ \
  16. "
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement