Advertisement
Guest User

Untitled

a guest
Apr 5th, 2024
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. GNU nano 6.2 ar0521.bb SUMMARY = "Kernel module for ar0521"
  2. DESCRIPTIOPN = "${SUMMARY}"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
  5. DEPENDS = "linux-tegra"
  6. inherit module
  7.  
  8. # KERNEL_MODULE_AUTOLOAD += "ar0521"
  9.  
  10. SRC_URI:= " file://ar0521.c \
  11. file://ar0521.h \
  12. file://ecam50_cunx_mcu_fw.bin \
  13. file://mcu_firmware.h \
  14. file://Makefile \
  15. "
  16.  
  17. S = "${WORKDIR}"
  18.  
  19. RPROVIDES:${PN} += "kernel-module-ar0521"
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement