nxp-real-time-edge-sw / meta-real-time-edge

Yocto layer for Real-time Edge Software
Other
10 stars 10 forks source link

genavb-tsn missing DEPENDS #1

Open pberginkonsult opened 2 years ago

pberginkonsult commented 2 years ago

When building genavb-tsn with GENAVB_TSN_CONFIG = "endpoint_avb" there are several packages missing in DEPENDS.

My setup:

$ repo init -u https://github.com/real-time-edge-sw/yocto-real-time-edge.git -b real-time-edge-gatesgarth -m real-time-edge-2.0.0.xml
$ repo sync
$ DISTRO=nxp-real-time-edge MACHINE=imx8mpevk source real-time-edge-setup-env.sh -b build-imx8mpevk

Then edited sources/meta-real-time-edge/recipes-extended/genavb-tsn/genavb-tsn_4.0.bb:

  -GENAVB_TSN_CONFIG_imx8mpevk = "endpoint_tsn"
  +GENAVB_TSN_CONFIG_imx8mpevk = "endpoint_avb"

I have un til now found the following packages that are missing: alsa-lib gstreamer1.0 gstreamer1.0-plugins-base qtbase-native With the above added the build still fails on some qt related issues.

layerscape commented 2 years ago

I don't think "endpoint_avb" is supported in meta-real-time-edge. Only "endpoint_tsn" is supported in it.