Build st-image-weston error
Hi ST Community,
I'm trying to build st-weston-image for my stm32mp157f-dk2 board with yocto and the following configuration:
Release: kirkstone
MACHINE = "stm32mp1"
The layers that I use are the following:
BBLAYERS ?= " \
</absolute/path/to/yocto/directory>/poky/meta \
</absolute/path/to/yocto/directory>/poky/meta-poky \
</absolute/path/to/yocto/directory>/poky/meta-yocto-bsp \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-filesystems \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-gnome \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-initramfs \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-multimedia \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-networking \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-oe \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-perl \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-python \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-webserver \
</absolute/path/to/yocto/directory>/meta-openembedded/meta-xfce \
</absolute/path/to/yocto/directory>/meta-st-stm32mp \
</absolute/path/to/yocto/directory>/meta-st-openstlinux \
</absolute/path/to/yocto/directory>/meta-qt5 \
"
No other configuration has been done.
Then when I run de "bitbake st-image-weston" command to start with building process all is ok, but after parsing recipes appears the following error:
ERROR: No recipes in default available for:
</absolute/path/to/yocto/directory>/meta-st-openstlinux/recipes-connectivity/bluez5/bluez5_5.64.bbappend
</absolute/path/to/yocto/directory>/meta-st-openstlinux/recipes-graphics/wayland/weston_10.0.0.bbappend
</absolute/path/to/yocto/directory>/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.20.2.bbappend
</absolute/path/to/yocto/directory>/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bbappend
</absolute/path/to/yocto/directory>/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bbappend
</absolute/path/to/yocto/directory>/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.2.bbappend
I'm completely confused with this error. Does anyone know what this error means?
Thanks in advance.
