mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 15:22:15 +02:00
packagegroup-fsl-tools-testapps: Install Matter related tools [YOCIMX-7806]
Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
parent
296a1b689e
commit
df9426fb3c
|
@ -26,6 +26,10 @@ BBFILES_DYNAMIC += " \
|
|||
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bb \
|
||||
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bbappend \
|
||||
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.inc \
|
||||
\
|
||||
nxp-matter-baseline:${LAYERDIR}/dynamic-layers/matter-layer/*/*/*.bb \
|
||||
nxp-matter-baseline:${LAYERDIR}/dynamic-layers/matter-layer/*/*/*.bbappend \
|
||||
nxp-openthread:${LAYERDIR}/dynamic-layers/matter-layer/*/*/*.bbappend \
|
||||
"
|
||||
|
||||
BBMASK += " \
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
# Add needed Freescale packages and definitions
|
||||
|
||||
# Install matter related tools
|
||||
NXP_MATTER_TOOLS ?= ""
|
||||
NXP_MATTER_TOOLS:imx-nxp-bsp = " \
|
||||
packagegroup-nxp-matter-baseline \
|
||||
packagegroup-nxp-openthread \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${NXP_MATTER_TOOLS} \
|
||||
"
|
Loading…
Reference in New Issue
Block a user