Skip to content
Snippets Groups Projects
Commit 7a1545d8 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

matter: Bump recipe to final 1.0 release tag matching SRCREV

The Matter project has released version 1.0 of the SDK and tagged the
repository accordingly. We are bumping the recipe here to match this tag
revision and also update the changed branch name.

Closes: eclipse/oniro-core/oniro#35



Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent f7091bc6
No related branches found
No related tags found
1 merge request!333matter: Bump recipe to final 1.0 release tag matching SRCREV
...@@ -33,7 +33,7 @@ DEPENDS += "avahi glib-2.0-native glib-2.0" ...@@ -33,7 +33,7 @@ DEPENDS += "avahi glib-2.0-native glib-2.0"
# Matter has over 45 submodules listed, many of them for embedded bare metal # Matter has over 45 submodules listed, many of them for embedded bare metal
# SDK's we do not use for our Linux build. Instead using the gitsm fetcher and # SDK's we do not use for our Linux build. Instead using the gitsm fetcher and
# fetch them recursively, we hand update them here. # fetch them recursively, we hand update them here.
SRC_URI = "git://github.com/project-chip/connectedhomeip.git;protocol=https;name=matter;branch=v1.0 \ SRC_URI = "git://github.com/project-chip/connectedhomeip.git;protocol=https;name=matter;branch=v1.0-branch \
git://github.com/google/pigweed.git;protocol=https;destsuffix=git/third_party/pigweed/repo;name=pigweed;branch=main \ git://github.com/google/pigweed.git;protocol=https;destsuffix=git/third_party/pigweed/repo;name=pigweed;branch=main \
git://github.com/open-source-parsers/jsoncpp.git;protocol=https;destsuffix=git/third_party/jsoncpp/repo;name=jsoncpp;branch=master \ git://github.com/open-source-parsers/jsoncpp.git;protocol=https;destsuffix=git/third_party/jsoncpp/repo;name=jsoncpp;branch=master \
git://github.com/nestlabs/nlfaultinjection.git;protocol=https;destsuffix=git/third_party/nlfaultinjection/repo;name=nlfaultinjection;branch=master \ git://github.com/nestlabs/nlfaultinjection.git;protocol=https;destsuffix=git/third_party/nlfaultinjection/repo;name=nlfaultinjection;branch=master \
...@@ -46,8 +46,9 @@ SRC_URI = "git://github.com/project-chip/connectedhomeip.git;protocol=https;name ...@@ -46,8 +46,9 @@ SRC_URI = "git://github.com/project-chip/connectedhomeip.git;protocol=https;name
file://0001-BUILD.gn-enbale-all-Linux-examples-in-the-default-bu.patch \ file://0001-BUILD.gn-enbale-all-Linux-examples-in-the-default-bu.patch \
" "
PV = "0.0+git${SRCPV}" PV = "1.0+git${SRCPV}"
SRCREV_matter = "4f7669b052b16bd054227376e1bbadac85419793" # The matter SRCREV matches the 1.0 release tag
SRCREV_matter = "561d23d0db215a99705ff0696e73853c8edf11b2"
SRCREV_pigweed = "9235aeb653e684a6f0b7b563965d85c747281a0f" SRCREV_pigweed = "9235aeb653e684a6f0b7b563965d85c747281a0f"
SRCREV_jsoncpp = "42e892d96e47b1f6e29844cc705e148ec4856448" SRCREV_jsoncpp = "42e892d96e47b1f6e29844cc705e148ec4856448"
SRCREV_nlfaultinjection = "e0de0ab4f52c1d1cc7f3948557a1abd0fceeb5ef" SRCREV_nlfaultinjection = "e0de0ab4f52c1d1cc7f3948557a1abd0fceeb5ef"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment