systemd开机启动
SUMMARY = "rvc_os temporary version"
HOMEPAGE = "http://www.desay-svautomotive.com"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SECTION = "SVP"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = " \
file://rvc-tmp-late.service \
file://rvc-tmp-late.sh \
"
inherit systemd
PACKAGES = "${PN} rvc-tmp-late"
SYSTEMD_PACKAGES += "rvc-tmp-late"
SYSTEMD_SERVICE_rvc-tmp-late = "rvc-tmp-late.service"
do_install() {
install -d ${D}${systemd_unitdir}/system
install -d ${D}${sysconfdir}/scripts
install -c -m 0644 ${WORKDIR}/rvc-tmp-late.service ${D}${systemd_unitdir}/system
install -c -m 0755 ${WORKDIR}/rvc-tmp-late.sh ${D}${sysconfdir}/scripts
}
RDEPENDS_${PN} += "rvc-tmp-late"
编译生成的目录: [ubuntu @packages-split]$ tree . ├── rvc-tmp │ └── etc │ └── scripts │ └── rvc-tmp-late.sh └── rvc-tmp-late 注意这两个目录不能相同,否则do_package报错! └── lib └── systemd └── system └── rvc-tmp-late.service
posted on 2018-06-19 20:09 Hello-World3 阅读(374) 评论(0) 收藏 举报
浙公网安备 33010602011771号