From 6da6a4043f47292f22899f703472c44b840af19e Mon Sep 17 00:00:00 2001 From: Ferass El Hafidi Date: Thu, 25 Jun 2026 17:00:40 +0000 Subject: [PATCH] deviceinfo_schema: document globbing in sd_embed_firmware Signed-off-by: Ferass El Hafidi Part-of: --- deviceinfo_schema.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deviceinfo_schema.toml b/deviceinfo_schema.toml index 12db306e1..10edf579c 100644 --- a/deviceinfo_schema.toml +++ b/deviceinfo_schema.toml @@ -394,7 +394,7 @@ datatype = "integer" default_value = 512 [variable.flash.sd_embed_firmware] -description = "A comma-separated list of binary:offset (where binary is under /usr/share)" +description = "A comma-separated list of binary:offset (where binary is under /usr/share and can be optionally globbed to match exactly one firmware binary)" [variable.flash.sd_embed_firmware_step_size] description = "The number of bytes for each increment of the offset specified in `sd_embed_firmware`"