8a2f4e143 added support for u-boot boot script but missed adding the
extra parameter to fitimage_emit_section_config on the dtbo branch
---
 meta/classes/kernel-fitimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel-fitimage.bbclass 
b/meta/classes/kernel-fitimage.bbclass
index 87ed8bd892..2414870817 100644
--- a/meta/classes/kernel-fitimage.bbclass
+++ b/meta/classes/kernel-fitimage.bbclass
@@ -626,7 +626,7 @@ fitimage_assemble() {
                for DTB in ${DTBS}; do
                        dtb_ext=${DTB##*.}
                        if [ "${dtb_ext}" = "dtbo" ]; then
-                               fitimage_emit_section_config ${1} "" "${DTB}" 
"" "" "`expr ${i} = ${dtbcount}`"
+                               fitimage_emit_section_config ${1} "" "${DTB}" 
"" "${bootscr_id}" "" "`expr ${i} = ${dtbcount}`"
                        else
                                fitimage_emit_section_config ${1} 
"${kernelcount}" "${DTB}" "${ramdiskcount}" "${bootscr_id}" "${setupcount}" 
"`expr ${i} = ${dtbcount}`"
                        fi
-- 
2.24.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#148064): 
https://lists.openembedded.org/g/openembedded-core/message/148064
Mute This Topic: https://lists.openembedded.org/mt/80655266/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to