Advertisement
Guest User

Untitled

a guest
Jan 13th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. SUMMARY = "foo"
  2.  
  3. DEPENDS = "strace-native u-boot-mkimage-native sfclient-native libp11-native"
  4.  
  5. do_configure() {
  6. echo foo
  7. }
  8.  
  9. do_compile() {
  10. strace \
  11. mkimage \
  12. -F \
  13. -G "pkcs11:model=SfTokenModel;manufacturer=SfToken;serial=SfTokenSerial;token=sftp%3A%2F%2F
  14. mv_sign%40argus4.rch.stglab;id=%72%73%61%5F%6F%65%6D%5F%66%69%74%69%6D%61%67%65%5F%6B%65%79;object=r
  15. sa_oem_fitimage_key;type=private" \
  16. -K ${WORKDIR}/git/aspeed-bmc-ibm-rainier.dtb \
  17. -r ${WORKDIR}/git/fitImage-p10bmc.bin \
  18. -N pkcs11
  19. }
  20.  
  21. do_install() {
  22. echo foo
  23. }
  24.  
  25. inherit native
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement