Advertisement
Guest User

Untitled

a guest
Mar 4th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. myApp_0.0.1.bb
  2.  
  3. #this works and creates links in rc2.d, .. rcx.d:
  4.  
  5. INITSCRIPT_PACKAGES = "${PN}"
  6. INITSCRIPT_NAME = "myApp"
  7. INITSCRIPT_PARAMS = "start 33 2 3 4 5 ."
  8.  
  9.  
  10. #this is not working, because it is not creating links in rc2.d, .. rcx.d:
  11.  
  12. INITSCRIPT_PACKAGES = "${PN}-server ${PN}-client"
  13. INITSCRIPT_NAME-server = "myApp-server"
  14. INITSCRIPT_PARAMS-server = "start 31 2 3 4 5 ."
  15.  
  16. INITSCRIPT_NAME-client= "myApp-client"
  17. INITSCRIPT_PARAMS-client = "start 32 2 3 4 5 ."
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement