generic-poky/meta/packages/oh/usbinit.bb

19 lines
371 B
BlitzBasic

DESCRIPTION = "Initscript to manage gadget Ethernet"
LICENSE = "GPL"
PRIORITY = "optional"
PR = "r1"
SRC_URI = "file://usb-gether"
S = "${WORKDIR}"
do_install() {
install -d ${D}/etc
install -d ${D}/etc/init.d
install usb-gether ${D}/etc/init.d
}
inherit update-rc.d
INITSCRIPT_NAME = "usb-gether"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."