@@ -31,7 +31,7 @@ LDFLAGS:append:libc-musl = " -largp"
3131
3232# THIS IS DISABLED IF exernalsrc is enabled
3333SRC_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
6060EXTRA_OECMAKE :append = " \
6161 ${@ '' if d . getVar ('DISABLE_FETCHCONTENT' ) else '-DFETCHCONTENT_SOURCE_DIR_CORE_MQTT=${S} /thirdparty/core_mqtt' } \
@@ -117,7 +117,7 @@ PACKAGECONFIG[localdeployment] = ""
117117PACKAGECONFIG [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
123123EXTRA_OECMAKE :append = " -DGG_LOG_LEVEL=INFO"
0 commit comments