mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Use correct path for tempio (#1807)
This commit is contained in:
parent
1b7f9cd42f
commit
59d69209dc
@ -36,7 +36,7 @@ function create_ota_update() {
|
|||||||
export BOOTLOADER BOOT_SPL
|
export BOOTLOADER BOOT_SPL
|
||||||
export ota_compatible ota_version
|
export ota_compatible ota_version
|
||||||
(
|
(
|
||||||
"${HOST_DIR}/bin/host-tempio" \
|
"${HOST_DIR}/bin/tempio" \
|
||||||
-template "${BR2_EXTERNAL_HASSOS_PATH}/ota/manifest.raucm.gtpl"
|
-template "${BR2_EXTERNAL_HASSOS_PATH}/ota/manifest.raucm.gtpl"
|
||||||
) > "${rauc_folder}/manifest.raucm"
|
) > "${rauc_folder}/manifest.raucm"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ function write_rauc_config() {
|
|||||||
export BOOTLOADER BOOT_SYS BOOT_SPL
|
export BOOTLOADER BOOT_SYS BOOT_SPL
|
||||||
|
|
||||||
(
|
(
|
||||||
"${HOST_DIR}/bin/host-tempio" \
|
"${HOST_DIR}/bin/tempio" \
|
||||||
-template "${BR2_EXTERNAL_HASSOS_PATH}/ota/system.conf.gtpl"
|
-template "${BR2_EXTERNAL_HASSOS_PATH}/ota/system.conf.gtpl"
|
||||||
) > "${TARGET_DIR}/etc/rauc/system.conf"
|
) > "${TARGET_DIR}/etc/rauc/system.conf"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user