8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
USB_DEBUGGING_ENABLED = "1"
|
|
|
|
do_install:append() {
|
|
install -d ${D}/${sysconfdir}
|
|
touch ${D}/${sysconfdir}/usb-debugging-enabled
|
|
}
|
|
|
|
FILES:${PN}-adbd += " ${sysconfdir}/usb-debugging-enabled " |