Hello Community:
I got some errs while i building the image for my s32g brd :s32g274ardb.
i run the cmds fellow:
$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin
$: mkdir fsl-auto-yocto-bsp
$: cd fsl-auto-yocto-bsp
$: repo init -u https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp -b release/bsp30.0-5.10.41-rt
$: repo sync
. sources/meta-alb/scripts/host-prepare.sh
. nxp-setup-alb.sh -m s32g274ardb
bitbake fsl-image-auto.
and i got the errs like:
ERROR: fsl-image-auto-1.0-r0 do_rootfs: The postinstall intercept hook 'update_mime_database' failed
ERROR: Task (/usr1/bsp1116/fsl-auto-yocto-bsp/sources/meta-alb/recipes-fsl/images/fsl-image-auto.bb:do_rootfs) failed with exit code
i upload the logfile : log.do_rootfs
Thanks for any suggestion!
Solved! Go to Solution.
mime-type-database has to do with graphic environment which is not available in
fsl-image-auto. The post-install script that fails on your machine should
basically do nothing for fsl-image-auto, so it is not clear why that error
appears. Possible actions to fix:
Hope this helps,
Platon
mime-type-database has to do with graphic environment which is not available in
fsl-image-auto. The post-install script that fails on your machine should
basically do nothing for fsl-image-auto, so it is not clear why that error
appears. Possible actions to fix:
Hope this helps,
Platon