summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-05-17 10:50:50 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-05-17 10:50:50 +0200
commitd67f28b66f5a26c2c68f985159823b3b9b5f0ea6 (patch)
tree68a58b73d6191268222a3fedac975a9915030cc9
parenta694dc7ff1dc08cef9ddade0327befa155a3a853 (diff)
downloadmeta-updater-d67f28b66f5a26c2c68f985159823b3b9b5f0ea6.tar.gz
Move log-debug from 90 to 05.
This way it will probably the first config read, meaning it will be applied earlier in the config processing flow. It still means that at the moment, no message about reading the log-debug.toml appears, though.
-rw-r--r--recipes-sota/config/aktualizr-log-debug.bb6
-rw-r--r--recipes-sota/config/files/05-log-debug.toml (renamed from recipes-sota/config/files/90-log-debug.toml)0
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-sota/config/aktualizr-log-debug.bb b/recipes-sota/config/aktualizr-log-debug.bb
index 5cfd198..e628616 100644
--- a/recipes-sota/config/aktualizr-log-debug.bb
+++ b/recipes-sota/config/aktualizr-log-debug.bb
@@ -7,16 +7,16 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=9741c346eef56131163e13b9db1241
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 file://LICENSE \ 9 file://LICENSE \
10 file://90-log-debug.toml \ 10 file://05-log-debug.toml \
11 " 11 "
12 12
13do_install_append () { 13do_install_append () {
14 install -m 0700 -d ${D}${libdir}/sota/conf.d 14 install -m 0700 -d ${D}${libdir}/sota/conf.d
15 install -m 0644 ${WORKDIR}/90-log-debug.toml ${D}${libdir}/sota/conf.d/90-log-debug.toml 15 install -m 0644 ${WORKDIR}/05-log-debug.toml ${D}${libdir}/sota/conf.d/05-log-debug.toml
16} 16}
17 17
18FILES_${PN} = " \ 18FILES_${PN} = " \
19 ${libdir}/sota/conf.d/90-log-debug.toml \ 19 ${libdir}/sota/conf.d/05-log-debug.toml \
20 " 20 "
21 21
22# vim:set ts=4 sw=4 sts=4 expandtab: 22# vim:set ts=4 sw=4 sts=4 expandtab:
diff --git a/recipes-sota/config/files/90-log-debug.toml b/recipes-sota/config/files/05-log-debug.toml
index 100a146..100a146 100644
--- a/recipes-sota/config/files/90-log-debug.toml
+++ b/recipes-sota/config/files/05-log-debug.toml