Advertisement
Guest User

Untitled

a guest
Mar 18th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. % tar jxvf poky-dora-10.0.1.tar.bz2
  2. % cd poky-dora-10.0.1
  3. % ln -s ../meta-griffin
  4. % TEMPLATECONF=meta-griffin/conf . ./oe-init-build-env
  5. % bitbake griffin-image
  6.  
  7. Attempted 1708 tasks of which 255 didn’t need to be rerun and all succeeded
  8.  
  9. % bitbake griffin-image
  10.  
  11. Attempted 1708 tasks of which 1706 didn’t need to be rerun and all succeeded
  12.  
  13. % bitbake griffin-image
  14.  
  15. Attempted 1708 tasks of which 1706 didn’t need to be rerun and all succeeded
  16.  
  17. % vim ../meta-griffin/recipes-core/init-ifupdown/files/qemux86/interfaces
  18.  
  19. (make some edits and save file)
  20.  
  21. % bitbake griffin-image
  22.  
  23. Attempted 1708 tasks of which 1693 didn’t need to be rerun and all succeeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement