It's quite common that optional PACKAGECONFIG which isn't enabled by default depends on other layers, there are many examples in oe-core as well as meta-oe.
And often it's useful to have even when not enabled, so that it explicitly disables autodetected dependencies when the build system is not picky about them. On Thu, Mar 23, 2023 at 10:27 AM Böszörményi Zoltán <[email protected]> wrote: > 2023. 03. 23. 10:09 keltezéssel, Martin Jansa írta: > > Why don't you apply it in meta-oe directly? > > Should I? Won't meta-oe depend on meta-intel then? > Having this bbappend in meta-intel makes it a meta-intel specific > extension. > > > > > On Thu, Mar 23, 2023 at 9:43 AM Zoltan Boszormenyi <[email protected]> > wrote: > > > > This allows building OpenCV with OpenVINO support. > > > > Signed-off-by: Zoltán Böszörményi <[email protected]> > > --- > > .../openembedded-layer/recipes-support/opencv/opencv_%.bbappend | > 1 + > > 1 file changed, 1 insertion(+) > > create mode 100644 > > > dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend > > > > diff --git > > > a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend > > > b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend > > new file mode 100644 > > index 00000000..49c282aa > > --- /dev/null > > +++ > b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend > > @@ -0,0 +1 @@ > > +PACKAGECONFIG[openvino] = > > > > "-DWITH_OPENVINO=ON,-DWITH_OPENVINO=OFF,openvino-inference-engine-initial,openvino-inference-engine" > > -- > > 2.39.2 > > > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7883): https://lists.yoctoproject.org/g/meta-intel/message/7883 Mute This Topic: https://lists.yoctoproject.org/mt/97796873/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
