Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Introduction
This repository contains the i.MX MPU project Matter related Yocto recipes. The following modules will be built with this meta-matter layer:
- Matter (CHIP) : https://github.com/nxp-imx/matter.git
- Matter (CHIP) : https://github.com/nxp/matter.git
- OpenThread Daemon: https://github.com/openthread/openthread
- OpenThread Border Router: https://github.com/openthread/ot-br-posix

All the software components revisions are based on [project Matter v1.0-branch](https://github.com/nxp-imx/matter.git).
All the software components revisions are based on [project Matter v1.0-branch](https://github.com/nxp/matter.git).

The Following Matter related binaries will be installed into the Yocto image root filesystem by this Yocto layer recipes:
- chip-lighting-app: Matter lighting app demo
Expand Down
1 change: 0 additions & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ BBFILE_PRIORITY_otbr= "7"

LAYERSERIES_COMPAT_otbr= "hardknott gatesgarth"

IMAGE_INSTALL:append = " jsoncpp otbr matter openthread ${@bb.utils.contains('MACHINE_FEATURES', 'trusty', 'storageproxyd', '', d)} "
HOSTTOOLS += " npm node python3 python "
2 changes: 1 addition & 1 deletion recipes-matter/matter/matter.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRCREV = "f615a797b2fe52d5f3f8fe7dfee0469d671bad9b"

TARGET_CC_ARCH += "${LDFLAGS}"
DEPENDS += " gn-native ninja-native avahi python3-native dbus-glib-native pkgconfig-native "
RDEPENDS_${PN} += " libavahi-client "
RDEPENDS_${PN} += " libavahi-client jsoncpp otbr matter openthread ${@bb.utils.contains('MACHINE_FEATURES', 'trusty', 'storageproxyd', '', d)} "

DEPLOY_TRUSTY = "${@bb.utils.contains('MACHINE_FEATURES', 'trusty', 'true', 'false', d)}"

Expand Down