Message ID | 20240704071013.2982700-7-adrian.freihofer@gmail.com |
---|---|
State | Accepted, archived |
Commit | 19a6eea0951404403dcb5d0deeda8558b1337f82 |
Headers | show |
Series | Use the kernel from sstate when building fitImages | expand |
diff --git a/meta/classes-recipe/kernel-fitimage.bbclass b/meta/classes-recipe/kernel-fitimage.bbclass index 4b74ddc2015..6e6898e5f6f 100644 --- a/meta/classes-recipe/kernel-fitimage.bbclass +++ b/meta/classes-recipe/kernel-fitimage.bbclass @@ -611,7 +611,7 @@ fitimage_assemble() { fi # Set the default dtb image if it exists in the devicetree. - if [ ${FIT_CONF_DEFAULT_DTB} = $DTB ];then + if [ "${FIT_CONF_DEFAULT_DTB}" = "$DTB" ];then default_dtb_image=$(echo "$DTB" | tr '/' '_') fi