]> git.kernelconcepts.de Git - meta-kc-bsp.git/blobdiff - recipes-bsp/startup/custom-firststart_1.0.bb
custom-fiststart: Add some output and extend variable replacement.
[meta-kc-bsp.git] / recipes-bsp / startup / custom-firststart_1.0.bb
index 1cc19c750e9240aff3e510db56bf7e524daf1c23..8d699f04bbaf97ec30b0d356d24c238e8f78e16f 100644 (file)
@@ -36,5 +36,5 @@ do_install() {
                -e 's:#SBINDIR#:${sbindir}:g' \
                -e 's:#BASE_BINDIR#:${base_bindir}:g' \
                -e 's:#LOCALSTATEDIR#:${localstatedir}:g' \
-               ${D}${sbindir}/firststart.sh
+               ${D}${sbindir}/*.sh ${D}${sysconfdir}/firststart.d/*
 }