Advertisement
Guest User

Untitled

a guest
Jan 9th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. I tried to apply a patch directly to linux-gumstix_3.5.7.bb and kept
  2. .patch file in
  3. /yocto/poky/meta-gumstix/recipes-kernel/linux/linux-gumstix-3.5/
  4. directory along with other patches, and ran bitbake
  5. gumstix-console-image.
  6.  
  7. Output:
  8.  
  9. ERROR: ExpansionError during parsing
  10. /home/zaif/yocto/poky/meta-gumstix/recipes-kernel/linux/linux-gumstix_3.5.7.bb:
  11. Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)}
  12. which triggered exception MalformedUrl: The URL: 'missing' is invalid
  13. and cannot be interpreted
  14. ERROR: Command execution failed: Exited with 1
  15.  
  16. I removed the patch file and patch entry from linux-gumstix_3.5.7.bb,
  17. then ran bitbake gumstix-console-image, I get the same error.
  18.  
  19. I then ran
  20.  
  21. bitbake -c cleansstate linux-gumstix-3.5
  22. bitbake world
  23. hob
  24.  
  25. All of these returned the same error:
  26.  
  27. ERROR: ExpansionError during parsing
  28. /home/zaif/yocto/poky/meta-gumstix/recipes-kernel/linux/linux-gumstix_3.5.7.bb:
  29. Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)}
  30. which triggered exception MalformedUrl: The URL: 'missing' is invalid
  31. and cannot be interpreted
  32. ERROR: Command execution failed: Exited with 1
  33.  
  34. I am trying to add this patch: http://pastebin.com/W3S6hW0M
  35.  
  36. Did I messed up something ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement