meta-digi/meta-digi-dey/recipes-core/recovery/recovery-utils/recovery-utils
Hector Palacios 90706f5d39 recovery: free strings returned by uboot_getenv()
The function uboot_getenv() is a wrapper over libuboot_get_env() and
requires that the returned strings are freed when no longer in use.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://onedigi.atlassian.net/browse/DEL-7645
(cherry picked from commit 27ce7a4f20)
2021-08-27 12:49:31 +02:00
..
include recovery: rework is_dualboot_enabled() function 2021-08-27 12:49:22 +02:00
lib recovery: free strings returned by uboot_getenv() 2021-08-27 12:49:31 +02:00
recovery-reboot recovery-utils: ask for confirmation when changing the encryption key 2021-05-27 12:10:44 +02:00
Makefile meta-digi-dey: add new 'recovery-utils' recipe 2017-01-11 17:51:07 +01:00
README.md meta-digi-dey: add new 'recovery-utils' recipe 2017-01-11 17:51:07 +01:00

README.md

Recovery utils

recovery-utils allows to configure recovery commands and reboot into recovery mode.

Provides:

  • librecovery static library which implements the supported recovery commands.
  • recovery-reboot command line example application to configure and reboot into recovery mode.
  • update-firmware command supporting only the firmware update recovery command.