Skip to content

Commit bd70a4e

Browse files
patrzhanrpcme
authored andcommitted
greengrass-lite: upgrade 2.3.3 -> 2.4.0
1 parent 577527a commit bd70a4e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

recipes-iot/aws-iot-greengrass/greengrass-lite/001-disable_strip.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Index: git/CMakeLists.txt
44
===================================================================
55
--- git.orig/CMakeLists.txt
66
+++ git/CMakeLists.txt
7-
@@ -200,7 +200,8 @@ try_add_link_option(compress-debug-secti
7+
@@ -224,7 +224,8 @@ try_add_link_option(compress-debug-secti
88
# try_add_link_option_if(gc-sections $<NOT:$<CONFIG:Debug>>
99
# LINKER:--gc-sections)
1010

recipes-iot/aws-iot-greengrass/greengrass-lite_2.3.3.bb renamed to recipes-iot/aws-iot-greengrass/greengrass-lite_2.4.0.bb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LDFLAGS:append:libc-musl = " -largp"
3131

3232
# THIS IS DISABLED IF exernalsrc is enabled
3333
SRC_URI = "\
34-
git://github.com/aws-greengrass/aws-greengrass-lite.git;protocol=https;branch=release/2.3.x;name=ggl \
34+
git://github.com/aws-greengrass/aws-greengrass-lite.git;protocol=https;branch=main;name=ggl \
3535
${@'' if d.getVar('DISABLE_FETCHCONTENT') else 'git://github.com/FreeRTOS/coreMQTT.git;protocol=https;branch=main;name=mqtt;destsuffix=${S}/thirdparty/core_mqtt'} \
3636
${@'' if d.getVar('DISABLE_FETCHCONTENT') else 'git://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git;protocol=https;branch=main;name=sigv4;destsuffix=${S}/thirdparty/aws_sigv4'} \
3737
${@'' if d.getVar('DISABLE_FETCHCONTENT') else 'git://github.com/aws-greengrass/aws-greengrass-component-sdk.git;protocol=https;nobranch=1;name=sdk;destsuffix=${S}/thirdparty/gg_sdk'} \
@@ -46,16 +46,16 @@ SRC_URI = "\
4646
${@bb.utils.contains('PACKAGECONFIG','fleetprovisioning','file://ggl.aws.greengrass.TokenExchangeService.service.d-fleet-provisioning.conf','',d)} \
4747
"
4848

49-
SRCREV_ggl = "cd020bf3bf5ebe8c13e4cebcc71c6349aa86ea44"
49+
SRCREV_ggl = "7a0d7bed443e3c69dfc041c9c1cd9fdeb20d7dbf"
5050

5151
# must match fc_deps.json
5252

5353
# nooelint: oelint.vars.specific
54-
SRCREV_mqtt = "f1827d8b46703f1c5ff05d21b34692d3122c9a04"
54+
SRCREV_mqtt = "8f129a1eddfe92f7196da3253acc292c4331e285"
5555
# nooelint: oelint.vars.specific
56-
SRCREV_sigv4 = "f0409ced6c2c9430f0e972019b7e8f20bbf58f4e"
56+
SRCREV_sigv4 = "v1.3.1"
5757
# nooelint: oelint.vars.specific
58-
SRCREV_sdk = "v0.4.1"
58+
SRCREV_sdk = "v1.0.0"
5959

6060
EXTRA_OECMAKE:append = " \
6161
${@'' if d.getVar('DISABLE_FETCHCONTENT') else '-DFETCHCONTENT_SOURCE_DIR_CORE_MQTT=${S}/thirdparty/core_mqtt'} \
@@ -117,7 +117,7 @@ PACKAGECONFIG[localdeployment] = ""
117117
PACKAGECONFIG[with-tests] = "-DBUILD_TESTING=ON -DBUILD_EXAMPLES=ON,-DBUILD_TESTING=OFF,"
118118

119119
# default is stripped, we wanna do this by yocto
120-
EXTRA_OECMAKE:append = " -DCMAKE_BUILD_TYPE=RelWithDebInfo"
120+
EXTRA_OECMAKE:append = " -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGGL_RELEASE=ON"
121121
# EXTRA_OECMAKE:append = " -DCMAKE_BUILD_TYPE=MinSizeRel"
122122

123123
EXTRA_OECMAKE:append = " -DGG_LOG_LEVEL=INFO"

0 commit comments

Comments
 (0)