Guest User

Untitled

a guest
Jan 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. inherit go
  2. DEPENDS += "go-dep"
  3.  
  4. do_compile_prepend() {
  5. dep init
  6. }
  7.  
  8. run.do_compile.8543: line 118: dep: command not found
  9.  
  10. $ git pull
  11. $ git merge origin/rocko
  12.  
  13. BBCLASSEXTEND = "native nativesdk"
  14.  
  15. $ bitbake -c cleanall go-dep-native
  16. $ bitbake go-dep-native
  17.  
  18. DEPENDS += "go-dep-native"
  19.  
  20. BBCLASSEXTEND = "native"
  21.  
  22. bitbake <package name> -c devshell
Add Comment
Please, Sign In to add comment