summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config/primary-config.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 19:44:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 10:29:35 +0200
commit31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee (patch)
tree45dc83314dc336239e82f5d084541c3143841ed6 /recipes-test/demo-config/primary-config.bb
parenta0d9835bad4c86416323b1055315fc1fb09bcde5 (diff)
downloadmeta-updater-31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-test/demo-config/primary-config.bb')
-rw-r--r--recipes-test/demo-config/primary-config.bb2
1 files changed, 1 insertions, 1 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 "