Use correct path for tempio (#1807)

This commit is contained in:
Stefan Agner
2022-03-21 01:06:55 +01:00
committed by GitHub
parent 1b7f9cd42f
commit 59d69209dc
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ function create_ota_update() {
export BOOTLOADER BOOT_SPL
export ota_compatible ota_version
(
"${HOST_DIR}/bin/host-tempio" \
"${HOST_DIR}/bin/tempio" \
-template "${BR2_EXTERNAL_HASSOS_PATH}/ota/manifest.raucm.gtpl"
) > "${rauc_folder}/manifest.raucm"

View File

@@ -12,7 +12,7 @@ function write_rauc_config() {
export BOOTLOADER BOOT_SYS BOOT_SPL
(
"${HOST_DIR}/bin/host-tempio" \
"${HOST_DIR}/bin/tempio" \
-template "${BR2_EXTERNAL_HASSOS_PATH}/ota/system.conf.gtpl"
) > "${TARGET_DIR}/etc/rauc/system.conf"
}