Yocto: Create a New Directory in etcdir
问题 I am new to Yocto, I want to create a directory in /etc and copy my server certificates into that directory. I tried doing below, But it it not creating any directory in /etc, however i am not getting any compilation error: DESCRIPTION = "OC sample service" SUMMARY = "Install and start a systemd service and copy server certificates" LICENSE = "MIT" SRC_URI = "file://service.tar.gz" inherit systemd S = "${WORKDIR}/service" SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE_${PN} = "sample.service"