SUMMARY = "rockchip-test" LICENSE = "CLOSED" inherit bin_package FILESPATH =+ "${TOPDIR}/../../external/:" SRC_URI = "file://rockchip-test" S = "${WORKDIR}/rockchip-test" do_install() { install -d ${D}/rockchip-test/ cp -rf ${S}/* ${D}/rockchip-test/ install -d ${D}/etc/init.d/ install -m 0755 ${S}/auto_reboot/S99-auto-reboot ${D}/etc/init.d/S99-auto-reboot } RDEPENDS:${PN} += "bash" FILES_${PN} += "${sysconfdir}" FILES_${PN} += "/rockchip-test/"