[poky] Poky issues

Kristian Amlie kristian.amlie at mender.io
Tue Oct 25 01:05:29 PDT 2016


On 25/10/16 08:52, Steven Osborn wrote:
> 
> well, I'm almost there.
> 
> ERROR: Task 22
> (/home/steven/Projects/iotas/poky/meta/recipes-extended/images/core-image-full-cmdline.bb
> <http://core-image-full-cmdline.bb>, do_image_mender) failed with exit
> code '1'
> ERROR: core-image-full-cmdline-1.0-r0 do_image_sdimg: No filesystem
> appropriate for sdimg was found in IMAGE_FSTYPES = ' tar.bz2 jffs2 sdimg
> mender'.
> ERROR: core-image-full-cmdline-1.0-r0 do_image_sdimg: Function failed:
> do_image_sdimg (log file is located at
> /home/steven/Projects/iotas/poky/build/tmp/work/beaglebone-poky-linux-gnueabi/core-image-full-cmdline/1.0-r0/temp/log.do_image_sdimg.21903)
> ERROR: Logfile of failure stored in:
> /home/steven/Projects/iotas/poky/build/tmp/work/beaglebone-poky-linux-gnueabi/core-image-full-cmdline/1.0-r0/temp/log.do_image_sdimg.21903
> ERROR: Task 19
> (/home/steven/Projects/iotas/poky/meta/recipes-extended/images/core-image-full-cmdline.bb
> <http://core-image-full-cmdline.bb>, do_image_sdimg) failed with exit
> code '1'
> 
> sdimg was found in IMAGE_FSTYPES = ' tar.bz2 jffs2 sdimg mender'.

Are you using NAND flash? Note that Mender doesn't support NAND flash at
the moment.

For this reason, jffs2 is not a supported filesystem type for Mender. It
expects the type to be ext2/ext3/ext4.

>>     ERROR: mender-0.1+gitAUTOINC+72069ff5d0-r0 do_configure: QA Issue:
>>     mender: The LIC_FILES_CHKSUM does not match for
>>     file://LIC_FILES_CHKSUM.sha256;md5=e304da41de5b57ce5b4601b53b1052b6
>>     mender: The new md5 checksum is 5d7dda2920f25253c9a3af5c28b10fb2
> 
>     I think mender changed something in its license text so its telling
>     you that. If you dont care then open the mender recipe and change
>     md5=e304da41de5b57ce5b4601b53b1052b6
>     to md5=5d7dda2920f25253c9a3af5c28b10fb2

Thanks, that's correct. But see below.

>>     mender: Check if the license information has changed in
>>     /home/steven/Projects/iotas/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/mender/0.1+gitAUTOINC+72069ff5d0-r0/git/LIC_FILES_CHKSUM.sha256
>>     to verify that the LICENSE value "Apache-2.0 & BSD-2-Clause &
>>     BSD-3-Clause & MIT & OLDAP-2.8" remains valid [license-checksum]
>>     ERROR: mender-0.1+gitAUTOINC+72069ff5d0-r0 do_configure: Fatal QA
>>     errors found, failing task.
>>     ERROR: mender-0.1+gitAUTOINC+72069ff5d0-r0 do_configure: Function
>>     failed: do_qa_configure
>>     ERROR: Logfile of failure stored in:
>>     /home/steven/Projects/iotas/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/mender/0.1+gitAUTOINC+72069ff5d0-r0/temp/log.do_configure.23139
>>     ERROR: Task 314
>>     (/home/steven/Projects/iotas/poky/meta-mender/recipes-mender/mender/mender_0.1.bb
>>     <http://mender_0.1.bb/>, do_configure) failed with exit code '1'

Are you using the krogoth branch of meta-mender? There was a delay in
our build check for krogoth, so the branch was stale for 24 hours or so.
But it's up to date now, and you shouldn't see this again. Since
upstream has been fixed now, so you should do:

git reset --hard && git pull


Given that your questions are quite Mender specific, it's probably
better if you post directly to mender at lists.mender.io. I do follow both
lists, but the poky list has pretty high traffic and I might miss
something. Also I'm sure the other poky members would appreciate keeping
the discussion to core poky issues.

-- 
Kristian


More information about the poky mailing list