Discussion:
[poky] Build error on SAMA5D27 (sama5d27-som1-ek) Board and QT5 Webengine
Diego Mateddu
2018-10-25 16:57:15 UTC
Permalink
Hi!
I tried to build an image with atmel, i followed the procedure in "
https://github.com/linux4sam/meta-atmel" and i successful create a minimal
image and demo images.

The next step is to activate the qtwebengine librarry to images but i have
a problem. Below are the steps performed and the error.

1) I added in "conf/local.conf" :

IMAGE_INSTALL += " \
qtwebengine \
qtwebengine-qmlplugins \
"



2) Re run bitbake with this error :

ERROR: Task (/opt/inst/meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_install)
failed with exit code '1'
| make: Nothing to be done for 'install'.
| sed: can't read
/opt/inst/poky/build-microchip/tmp/work/cortexa5hf-neon-poky-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0/image/usr/lib/pkgconfig/*Qt5WebEngineCore.pc:
No such file or directory*
| WARNING: exit code 2 from a shell command.
| ERROR: Function failed: do_install (log file is located at
/opt/inst/poky/build-microchip/tmp/work/cortexa5hf-neon-poky-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0/temp/log.do_install.31483)
ERROR: Task (/opt/inst/meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_install)
failed with exit code '1


I looked for the file "Qt5WebEngineCore.pc" in the folders under "tmp/work"
but it does not exist.

Do you have any Idea ?

Thanks!
Martin Jansa
2018-10-28 15:30:11 UTC
Permalink
Read README file in meta-qt5 layer.
Post by Diego Mateddu
Hi!
I tried to build an image with atmel, i followed the procedure in "
https://github.com/linux4sam/meta-atmel" and i successful create a
minimal image and demo images.
The next step is to activate the qtwebengine librarry to images but i have
a problem. Below are the steps performed and the error.
IMAGE_INSTALL += " \
qtwebengine \
qtwebengine-qmlplugins \
"
ERROR: Task (/opt/inst/meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_install)
failed with exit code '1'
| make: Nothing to be done for 'install'.
| sed: can't read
No such file or directory*
| WARNING: exit code 2 from a shell command.
| ERROR: Function failed: do_install (log file is located at
/opt/inst/poky/build-microchip/tmp/work/cortexa5hf-neon-poky-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0/temp/log.do_install.31483)
ERROR: Task (/opt/inst/meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_install)
failed with exit code '1
I looked for the file "Qt5WebEngineCore.pc" in the folders under
"tmp/work" but it does not exist.
Do you have any Idea ?
Thanks!
--
_______________________________________________
poky mailing list
https://lists.yoctoproject.org/listinfo/poky
Loading...