From 376b42f3ee1b6415d26337c98cdba6eec53143bb Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 18 Jul 2023 09:30:34 +0200 Subject: [PATCH] fix: create DEPLOY_DIR_IMAGE if it doesnot exists --- recipes-diya/diya-overlay/diya-overlay.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-diya/diya-overlay/diya-overlay.bb b/recipes-diya/diya-overlay/diya-overlay.bb index 55a496c..208a725 100644 --- a/recipes-diya/diya-overlay/diya-overlay.bb +++ b/recipes-diya/diya-overlay/diya-overlay.bb @@ -21,6 +21,7 @@ INITSCRIPT_PARAMS = "start 30 S ." do_install() { install -d ${D}/${sysconfdir}/init.d/ + install -d ${DEPLOY_DIR_IMAGE} install -m 0755 ${WORKDIR}/confd ${D}/${sysconfdir}/init.d/confd install -d ${D}/usr/bin/ install -d ${D}/etc/default/volatiles