1 2 3 4 5 6 7 8
SRC_URI = "file://jffs2boot.sh" PR = "r0" do_install() { install -m 0755 ${WORKDIR}/jffs2boot.sh ${D}/init } FILES_${PN} += " /init "