Advertisement
Guest User

Untitled

a guest
Oct 19th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. SUMMARY = "test"
  2. LICENSE = "CLOSED"
  3. LIC_FILES_CHKSUM = ""
  4.  
  5. inherit core-image
  6. inherit extrausers
  7.  
  8. EXTRA_USERS_PARAMS += "usermod -P qwerty123 root;"
  9.  
  10. CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp-server"
  11.  
  12. IMAGE_FEATURES += " \
  13. package-management \
  14. ssh-server-openssh \
  15. "
  16.  
  17. # Include modules in rootfs
  18. IMAGE_INSTALL:append = " \
  19. kernel-modules \
  20. "
  21.  
  22. IMAGE_INSTALL:append = " \
  23. ldd \
  24. tree \
  25. i2c-tools \
  26. wpa-supplicant \
  27. hostapd \
  28. dhcp-relay \
  29. iptables \
  30. usbutils \
  31. rsync \
  32. dosfstools \
  33. tzcode tzdata tzdata-europe \
  34. udev-extraconf \
  35. libgpiod \
  36. util-linux \
  37. nano\
  38. trio-export \
  39. userland \
  40. raspicam \
  41. opencv \
  42. x264 \
  43. ffmpeg \
  44. libedgetpu \
  45. syslog-ng \
  46. bash-completion \
  47. tailscale \
  48. logrotate \
  49. wireless-tools \
  50. cronie \
  51. "
  52.  
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement