Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2025-03-04_01-35-34_master-next_aws-iot-fleetwise-edge #11701

Open
wants to merge 4 commits into
base: master-next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -19,11 +19,10 @@ DEPENDS = "\
SRC_URI = "\
git://github.com/aws/aws-iot-fleetwise-edge.git;protocol=https;branch=main \
file://001-remove-cxx-standard.patch \
file://002-fleetwise-config-test.patch \
file://run-ptest \
"

SRCREV = "4c74c61a5001037f3979f6dbe74a72abd2ec4e76"
SRCREV = "9c4d4be1857b7c5fd3687d7534c1b42f83f7354d"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e761fd850f0004ad99c7ad69027c6c48f8dcf2ac Mon Sep 17 00:00:00 2001
From 703bb617fffe17a1bc20cf327ada9947968d79ca Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
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 100989c..23d0962 100644
index 4c49025..8c4ef59 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2)

project(iotfleetwise VERSION 1.2.0)
project(iotfleetwise VERSION 1.2.1)

-# 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

This file was deleted.

Loading