On Tue, May 7, 2024 at 6:28 PM Worik Stanton via lists.yoctoproject.org <worik.stanton=tirotech.co...@lists.yoctoproject.org> wrote: > > I am getting a warning as I build a yocto build I inherited. Forgive me I > know very little about Yocto > > ``` > WARNING: No recipes in default available for: > > /home/yocto/thisbuild-yocto/layers/openembedded-core/../meta-thisbuild-nxp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bbappend
how did you build your project metadata ? it seems some layers are fudged unto single repository. AFAICT gstreamer1.0-plugins-base_1.20.0.imx.bb should be coming from meta-freescale or meta-imx and if you have a unified metadata tree then this bb file should be somewhere, if not, that means the project missed adding this layer to your build system. if you dont need this recipe then you can ignore failing on bbappends by adding BB_DANGLINGAPPENDS_WARNONLY = "1" to yout local.conf > ``` > > The file in mentioned (gstreamer1.0-plugins-base_1.20.0.imx.bbappend) > contains: > > ``` > FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" > > SRC_URI:append = " > file://0001-glupload-don-t-reject-non-RGBA-output-format-in-_dir.patch" > ``` > > And the file: > "layers/meta-thisbuild-nxp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-glupload-don-t-reject-non-RGBA-output-format-in-_dir.patch" > exists. > > What can I do about this? > > Worik > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63046): https://lists.yoctoproject.org/g/yocto/message/63046 Mute This Topic: https://lists.yoctoproject.org/mt/105973256/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-