Skip to content

Commit a64e967

Browse files
MATTER-2973 switch matter url to external Github
Signed-off-by: Haoran Wang <elven.wang@nxp.com> Change-Id: I1cffcf93af6eed7d88b0520e85b884d6410718ce Reviewed-on: http://androidsource.nxp.com/project/26660 Reviewed-by: Junmeng Li <junmeng.li_1@nxp.com>
1 parent c7b6545 commit a64e967

File tree

1 file changed

+1
-2
lines changed
  • meta-nxp-matter-baseline/recipes-matter/matter

1 file changed

+1
-2
lines changed

meta-nxp-matter-baseline/recipes-matter/matter/matter.bb

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ LICENSE = "Apache-2.0"
55
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
66

77
SRCBRANCH = "v1.4-branch-nxp_imx_2024_q4"
8-
#IMX_MATTER_SRC ?= "gitsm://github.com/NXP/matter.git;protocol=https"
9-
IMX_MATTER_SRC ?= "gitsm://androidsource.nxp.com/project/github/connectedhomeip;protocol=https"
8+
IMX_MATTER_SRC ?= "gitsm://github.com/NXP/matter.git;protocol=https"
109
SRC_URI = "${IMX_MATTER_SRC};branch=${SRCBRANCH}"
1110
SRC_URI += "file://0001-MATTER-1352-2-Add-se_version.h.patch;patchdir=third_party/imx-secure-enclave/repo/"
1211
MATTER_PY_PATH ?= "${STAGING_BINDIR_NATIVE}/python3-native/python3"

0 commit comments

Comments
 (0)