Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3060a59
aws-cli: upgrade 1.44.85 -> 1.44.87
meta-aws-maintainer Apr 28, 2026
b4eb9f3
python3-boto3: upgrade 1.42.95 -> 1.42.97
meta-aws-maintainer Apr 28, 2026
b418b8e
python3-botocore: upgrade 1.42.95 -> 1.42.97
meta-aws-maintainer Apr 28, 2026
864426e
aws-cli-v2: upgrade 2.34.36 -> 2.34.38
meta-aws-maintainer Apr 28, 2026
d447a9a
aws-crt-python: upgrade 0.32.1 -> 0.32.2
meta-aws-maintainer Apr 28, 2026
66040ba
aws-c-s3: upgrade 0.12.2 -> 0.12.3
meta-aws-maintainer Apr 28, 2026
3b906b4
aws-sdk-cpp: upgrade 1.11.796 -> 1.11.798
meta-aws-maintainer Apr 28, 2026
0e25627
aws-crt-cpp: upgrade 0.38.5 -> 0.38.6
meta-aws-maintainer Apr 29, 2026
c5e8b7f
coremqtt: upgrade 5.0.1 -> 5.0.2
meta-aws-maintainer Apr 29, 2026
090a748
aws-lc: upgrade 1.72.0 -> 1.72.1
meta-aws-maintainer Apr 29, 2026
7b75f3b
aws-cli: upgrade 1.44.87 -> 1.45.0
meta-aws-maintainer Apr 30, 2026
7907843
aws-greengrass-component-sdk: upgrade 1.0.2 -> 1.0.3
meta-aws-maintainer Apr 30, 2026
021d245
python3-s3transfer: upgrade 0.16.1 -> 0.17.0
meta-aws-maintainer Apr 30, 2026
2e8db38
python3-botocore: upgrade 1.42.97 -> 1.43.0
meta-aws-maintainer Apr 30, 2026
03cfecf
python3-boto3: upgrade 1.42.97 -> 1.43.0
meta-aws-maintainer Apr 30, 2026
b55c9a2
aws-cli-v2: upgrade 2.34.38 -> 2.34.39
meta-aws-maintainer Apr 30, 2026
5d03a9c
aws-sdk-cpp: upgrade 1.11.798 -> 1.11.799
meta-aws-maintainer Apr 30, 2026
93bce53
aws-cli: upgrade 1.45.0 -> 1.45.1
meta-aws-maintainer May 1, 2026
7888804
aws-cli-v2: upgrade 2.34.39 -> 2.34.40
meta-aws-maintainer May 1, 2026
eb5ac29
python3-botocore: upgrade 1.43.0 -> 1.43.1
meta-aws-maintainer May 1, 2026
3a1e7f4
python3-boto3: upgrade 1.43.0 -> 1.43.1
meta-aws-maintainer May 1, 2026
1efd440
aws-sdk-cpp: upgrade 1.11.799 -> 1.11.800
meta-aws-maintainer May 1, 2026
d402329
python3-boto3: upgrade 1.43.1 -> 1.43.3
meta-aws-maintainer May 5, 2026
b49636e
aws-cli: upgrade 1.45.1 -> 1.45.3
meta-aws-maintainer May 5, 2026
788f37f
aws-iot-fleetwise-edge: upgrade 1.3.3 -> 1.3.4
meta-aws-maintainer May 5, 2026
5928f3c
python3-botocore: upgrade 1.43.1 -> 1.43.3
meta-aws-maintainer May 5, 2026
ba6eb37
aws-cli-v2: upgrade 2.34.40 -> 2.34.42
meta-aws-maintainer May 5, 2026
17ed951
aws-sdk-cpp: upgrade 1.11.800 -> 1.11.802
meta-aws-maintainer May 5, 2026
da0dd36
aws-crt-cpp: fix build error when DEBUG_BUILD is enabled
BinCaoWR May 4, 2026
2d5c7bd
aws-iot-device-sdk-cpp-v2: revert static CRT embedding that causes mu…
rpcme May 5, 2026
2770f00
aws-iot-device-sdk-cpp-v2: remove static CRT patch file
rpcme May 5, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI = "\
file://python_dependency_test.py \
"

SRCREV = "a47ce816eb1f088956353335f2bd2cd56b6b1fc6"
SRCREV = "bea693c0182d3d602c6bf23c7644d8353961c8e1"

inherit setuptools3 ptest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI = "\
file://python_dependency_test.py \
"

SRCREV = "0aaee4ddba63cfd6337907ea8491a97424606586"
SRCREV = "f687cc7e2a18cadf8ec11b6e512851f6242c66ef"

inherit setuptools3 ptest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SRC_URI = "\
file://run-ptest \
file://python_dependency_test.py \
"
SRCREV = "8647a30a80866593afaf1cc21e6c42891df2f068"
SRCREV = "28fe009e64b8041b41624d289b804eb78fe0b8ef"


inherit setuptools3 ptest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 165ac718eed6a8c3d03a8da0ce278bf87f4c9e71 Mon Sep 17 00:00:00 2001
From a0764a9d5ab6a56ea32dd833f2b1630e12baf167 Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Mon, 9 Feb 2026 13:17:57 +0000
Subject: [PATCH] aws-iot-fleetwise-edge: fix link of abseil lib
Expand All @@ -9,7 +9,7 @@ Upstream-Status: Pending
1 file changed, 6 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c345306..ca2abe6 100644
index 03a15d7..33ca1f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -688,6 +688,8 @@ target_link_libraries(aws-iot-fleetwise-edge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "62c9e23d1d6b7f836577d42c228f8295ad9334db"
SRCREV = "15e20f306615f2800ea56eebe66898c2911383c6"

inherit cmake systemd ptest pkgconfig

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d5743d56a1861b1d23181fab04cad06a53de9984 Mon Sep 17 00:00:00 2001
From 2ec5dff53ad7c9054f908613d70b2595539e3db4 Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Tue, 9 Jan 2024 15:01:35 +0000
Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard
Expand All @@ -9,12 +9,12 @@ Upstream-Status: Submitted [author]
1 file changed, 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fa3671..c345306 100644
index c6409d8..03a15d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2)

project(iotfleetwise VERSION 1.3.3)
project(iotfleetwise VERSION 1.3.4)

-# FWE uses C++14 for compatibility reasons with Automotive middlewares (Adaptive AUTOSAR, ROS2)
-# Note: When built with FWE_FEATURE_ROS2, colcon will override these settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRC_URI = "\
git://github.com/awslabs/aws-c-s3.git;protocol=https;branch=${BRANCH} \
file://run-ptest \
"
SRCREV = "ab764f57ec3cab7866c0f8b7d9e9772b7cc1b9ee"
SRCREV = "a31a657840daffbfa7749b63cd0e2a178a6a5d9e"

inherit cmake ptest pkgconfig

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1c881640ef222f0f85e9f16d96862f155a94f264 Mon Sep 17 00:00:00 2001
From 001641e967ec8b869cb24b03c43cd5d1f745863d Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Tue, 20 May 2025 08:45:29 +0000
Subject: [PATCH] aws-crt-cpp: change to build-deps as default
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2a28428bb2fbbf97d2324a66d63058510aef0f35 Mon Sep 17 00:00:00 2001
From e23e9158b0a2e41cc981427fdb96a8af59ea2c65 Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Mon, 29 Sep 2025 12:51:03 +0000
Subject: [PATCH] This enable the tests even when crosscompiling.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ SRC_URI = "\
file://002-enable-tests-with-crosscompiling.patch \
"

SRCREV = "bca5d26fd37b0d39ba8fbffb3058560f0d4d193f"
SRCREV = "bd19f640464f22b666660fe724531a6819f80c25"

inherit cmake pkgconfig ptest

CFLAGS:append = " -Wl,-Bsymbolic"
CFLAGS:append = " ${@oe.utils.vartrue('DEBUG_BUILD', '-DXXH_NO_INLINE_HINTS=1', '', d)}"

EXTRA_OECMAKE += "\
-DCMAKE_MODULE_PATH=${STAGING_LIBDIR}/cmake \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "eba5fc17a5984e867d1f9d28f2833bc22c2dde70"
SRCREV = "3e14d24aa02a9f227eb592b12e682651f9e97aa9"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"

inherit setuptools3_legacy ptest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 82784e747b107535ebd5339cdd3e7b03731928f2 Mon Sep 17 00:00:00 2001
From 53c5b5114303185c8d4a69ec241901835554df33 Mon Sep 17 00:00:00 2001
From: AWS Meta Layer <meta-aws@amazon.com>
Date: Thu, 24 Jul 2025 12:00:00 +0000
Subject: [PATCH] Fix cross-compilation support
Expand All @@ -15,10 +15,10 @@ Signed-off-by: AWS Meta Layer <meta-aws@amazon.com>
1 file changed, 12 insertions(+)

diff --git a/setup.py b/setup.py
index c71b7db..e14b2fd 100644
index 380e5e9..9dfd6ea 100644
--- a/setup.py
+++ b/setup.py
@@ -298,12 +298,24 @@ class awscrt_build_ext(setuptools.command.build_ext.build_ext):
@@ -370,12 +370,24 @@ class awscrt_build_ext(setuptools.command.build_ext.build_ext):
f'-DCMAKE_BUILD_TYPE={build_type}',
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/aws-greengrass/aws-greengrass-component-sdk"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

SRCREV = "0cd2f0c7bbce2da617822f290950ff35ae153cbc"
SRCREV = "494a597ae7c4a92d9b715a2e89b51d8223b0428a"
SRC_URI = "git://github.com/aws-greengrass/aws-greengrass-component-sdk.git;protocol=https;branch=main \
file://0004-Disable-strip-in-Cargo-profile.patch \
"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c526d08ac614253af1a4cecf0e9d8f0d18a749a4 Mon Sep 17 00:00:00 2001
From 544a2c87326e7019a93f3c98c990d72697236348 Mon Sep 17 00:00:00 2001
From: Richard Elberger <elberger@amazon.com>
Date: Thu, 9 Apr 2026 14:42:33 -0400
Subject: [PATCH 4/4] Disable strip in Cargo profile
Subject: [PATCH] Disable strip in Cargo profile

Let Yocto handle stripping instead of Cargo doing it during
compilation.
Expand All @@ -12,17 +12,14 @@ Upstream-Status: Inappropriate [Yocto-specific]
1 file changed, 1 deletion(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 31a472e..dead60b 100644
index 8fc1abb..c631ec9 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -28,7 +28,6 @@ bindgen = "0.72.1"
@@ -27,7 +27,6 @@ bindgen = "0.72.1"
cc = "1"

[profile.release]
-strip = true
opt-level = "z"
lto = true
codegen-units = 1
--
2.43.0

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require aws-iot-device-sdk-cpp-v2-version.inc

SRC_URI:append = " \
file://run-ptest \
${@bb.utils.contains('PACKAGECONFIG', 'static', '', 'file://001-shared-static-crt-libs.patch', d)} \
"

inherit cmake pkgconfig ptest
Expand Down Expand Up @@ -45,7 +44,26 @@ PACKAGECONFIG ??= "\
build-deps \
"

FILES:${PN}-dev += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', '${libdir}/s2n/cmake', '', d)}"
FILES:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', '/usr/lib/*', '', d)}"
FILES:${PN}-dev += "\
${libdir}/*/cmake \
${libdir}/pkgconfig/*.pc \
${libdir}/libaws-c-common.so \
${libdir}/libs2n.so \
${libdir}/libaws-c-sdkutils.so \
${libdir}/libaws-c-io.so \
${libdir}/libaws-c-cal.so \
${libdir}/libaws-c-compression.so \
${libdir}/libaws-c-http.so \
${libdir}/libaws-c-auth.so \
${libdir}/libaws-c-mqtt.so \
${libdir}/libaws-checksums.so \
${libdir}/libaws-c-event-stream.so \
${libdir}/libaws-c-s3.so \
${libdir}/libaws-c-iot.so \
"

RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', 'aws-c-iot', '', d)}"

# nooelint: oelint.vars.insaneskip:INSANE_SKIP
INSANE_SKIP:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', 'ldflags', '', d)}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ SRC_URI = "\
git://github.com/awslabs/aws-lc.git;protocol=https;branch=${BRANCH} \
file://run-ptest \
"
SRCREV = "d50ded594c835fd277997461815ad473949f2c7a"
SRCREV = "6af5337f678501c9ec87dd86ab3f42c8fe5717da"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"

# nooelint: oelint.vars.specific
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRC_URI = "\
file://ptest_result.py \
"

SRCREV = "ed4ed53cdc96b94be43c54d5b238cbc0215f9df4"
SRCREV = "03b3c217b9a5b1098f887074877a457fae89f664"

inherit cmake ptest pkgconfig

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRC_URI = "gitsm://github.com/FreeRTOS/coreMQTT.git;protocol=https;branch=main \
file://run-ptest \
"

SRCREV = "76e9d89cb8e2fb4cff965329d835594cebebf618"
SRCREV = "04845c6a8e5f9cf2d232f1c6e80baeb81302e690"

inherit cmake ptest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "88399c205036c74c204c6a2a19817cc44a64ea42"
SRCREV = "050fba486cf0e6b37e3236fd16f640ce9c593677"

# version 2.x
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>2\.\d+(\.\d+)+)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "4bee5743fea22cf7cfe8ec5e7eb83ce659c59d54"
SRCREV = "28301c5a34eb059c17eb053def11e26d6825dd9e"

# version 2.x has got library link issues - so stick to version 1.x for now
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>1\.\d+(\.\d+)+)"
Expand Down
Loading