Fixed
Details
Details
Assignee
Leon Anavi
Leon AnaviReporter
Sébastien Marsaa-Poey
Sébastien Marsaa-PoeyFix versions
Labels
Contract ID
Hardware Platform(s) Affected
Raspberry Pi 3
Components
Affects versions
Priority
Created August 5, 2019 at 8:41 AM
Updated September 19, 2019 at 12:07 PM
Resolved September 5, 2019 at 3:36 PM
I tried to build an image with the agl-sota functionnality:
I ensure that ${METADIR}/meta-updater-raspberrypi is added at BBLAYERS in bblayers.conf, then I run
Build fails with the following error:
The file uImage-bcm2710-rpi-3-b-plus.dtb is indeed missing.
Please find in the attachements the content of the workspace-agl/build/tmp/deploy/images/raspberrypi3/ directory given by "ls -l".
What I could see so far is that meta-updater sets KERNEL_IMAGETYPE to "fitImage", then linux-raspberrypi recipe creates dtb files with a "zImage" prefix (is it the expected behavior?) and eventually create-combined-dtb task is looking for dtb files with a "uImage" prefix.
Any advice?
PS: build without agl-sota option runs successfully.