Hi @wink
the x-linux packages installers are provided through the «updates» component of the OpenSTLinux distribution. This component has to be built separately.
Details are given here:
https://github.com/stmicroelectronics/meta-st-pkgrepo-updates
B...
Hi @VLacr.1
This is more or less related to Qt and I am not a Qt expert!
I would recommend to switch to the ecosystem 5.0.0 which has the default meta-qt5 integration and add the meta-webkit layer. Perhaps it would help you.
Best regards,
--JM
Hello @VLacr.1
Ok, I think I understand the problem. You need the meta-qt5 layer.
So, these are the steps I performed:
$ mkdir Distribution-Package
$ cd Distribution-Package/
$ repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b ...
Hi @VLacr.1
I think the layer meta-webkit is not available in your BBLAYERS variable from your configuration file. Could you add it please?
Best regards,
--JM
Hi @VLacr.1
I think you should modify your configuration file and add these lines:
BBFILES_DYNAMIC += " \
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
"
Best r...