Advertisement
Guest User

Untitled

a guest
Mar 7th, 2016
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. yann@imperium:~/dev/snappy/1604/packages/wifid$ NO_CLONE=1 TARGET_CROSS=~/dev/snappy/1604/arm-2014.11-linaro/bin/arm-linux-gnueabihf- TARGET_SCAN_ADD_DIRS=~/dev/dragonfly/packages/ snapcraft snap
  2. Issues while validating snapcraft.yaml: The 'abcd' property does not match the required schema: Additional properties are not allowed ('slots' was unexpected)
  3. yann@imperium:~/dev/snappy/1604/packages/wifid$ cat snapcraft.yaml
  4. name: wifid
  5. version: 1
  6. summary: wifid
  7. description: wifid
  8. architectures: [armhf]
  9.  
  10. apps:
  11. abcd:
  12. command: usr/bin/wifid
  13. slots: [wifid-permissions]
  14.  
  15. slots:
  16. wifid-permissions:
  17. interface: old-security
  18. caps: [network-client]
  19. security-override:
  20. read-paths:
  21. - /dev/ulog_main
  22. - /usr/lib/wifid/fakewifidriver.so
  23. write-paths:
  24. - /dev/ulog_main
  25. syscalls:
  26. - send
  27.  
  28. parts:
  29. wifid:
  30. plugin: alchemy
  31. source: ssh://gerrit.parrot.biz/drones/wifid
  32. source-type: git
  33. dependencies: wifid-fakedriver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement