summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/demo-config')
-rw-r--r--recipes-test/demo-config/primary-config.bb2
-rw-r--r--recipes-test/demo-config/secondary-config.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-test/demo-config/primary-config.bb b/recipes-test/demo-config/primary-config.bb
index 5c8abb5..603437a 100644
--- a/recipes-test/demo-config/primary-config.bb
+++ b/recipes-test/demo-config/primary-config.bb
@@ -63,7 +63,7 @@ do_install () {
63 sed -i "s|@CFG_FILEPATH@|$SECONDARY_CONFIG_FILEPATH_ON_IMAGE|g" ${D}${libdir}/sota/conf.d/30-secondary-config.toml 63 sed -i "s|@CFG_FILEPATH@|$SECONDARY_CONFIG_FILEPATH_ON_IMAGE|g" ${D}${libdir}/sota/conf.d/30-secondary-config.toml
64} 64}
65 65
66FILES_${PN} = " \ 66FILES:${PN} = " \
67 ${libdir}/sota/conf.d/* \ 67 ${libdir}/sota/conf.d/* \
68 ${sysconfdir}/sota/ecus/* \ 68 ${sysconfdir}/sota/ecus/* \
69 " 69 "
diff --git a/recipes-test/demo-config/secondary-config.bb b/recipes-test/demo-config/secondary-config.bb
index 638f0ae..a0e5d50 100644
--- a/recipes-test/demo-config/secondary-config.bb
+++ b/recipes-test/demo-config/secondary-config.bb
@@ -50,7 +50,7 @@ do_install () {
50 50
51} 51}
52 52
53FILES_${PN} = " \ 53FILES:${PN} = " \
54 ${libdir}/sota/conf.d \ 54 ${libdir}/sota/conf.d \
55 ${libdir}/sota/conf.d/30-pacman-config.toml \ 55 ${libdir}/sota/conf.d/30-pacman-config.toml \
56 ${libdir}/sota/conf.d/35-network-config.toml \ 56 ${libdir}/sota/conf.d/35-network-config.toml \