Is it possible to change systemd-qt5-image.bb in the way that it won't require populate_sdk_qt5 class?
The reason is that this causes the bitbake to fail if the QT5 layer is not present even though I don't plan to build a QT5 image. I would like to avoid bringing in a layer if it isn't strictly necessary.
Is it possible to change
systemd-qt5-image.bb
in the way that it won't requirepopulate_sdk_qt5
class? The reason is that this causes thebitbake
to fail if the QT5 layer is not present even though I don't plan to build a QT5 image. I would like to avoid bringing in a layer if it isn't strictly necessary.