Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta ost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tech
inf
public
yocto
meta ost
Merge requests
!1
Update libraries
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update libraries
andreas.kunz/meta-ost:main
into
main
Overview
12
Commits
2
Pipelines
0
Changes
9
Merged
Andreas Kunz
requested to merge
andreas.kunz/meta-ost:main
into
main
3 years ago
Overview
12
Commits
2
Pipelines
0
Changes
9
Expand
Update flink and EEROS libraries
0
0
Merge request reports
Compare
main
version 1
f79a0d2c
3 years ago
main (base)
and
latest version
latest version
4b71302b
2 commits,
3 years ago
version 1
f79a0d2c
1 commit,
3 years ago
9 files
+
11
−
115
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
meta-ost/recipes-robotics/eeros/bbblue-eeros/0001-update-EEROS-version.patch deleted
100644 → 0
+
0
−
22
Options
From 54d96cf26b5260639cd54af67180111886522195 Mon Sep 17 00:00:00 2001
From: Moritz Lammerich <moritz.lammerich@ost.ch>
Date: Mon, 19 Apr 2021 13:05:16 +0000
Subject: [PATCH] update EEROS version
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8297b8..e9777f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
project(bbblue-eeros)
set(CMAKE_CXX_STANDARD 14)
-set(RECOMMENDED_EEROS_VERSION 1.2.0.0)
+set(RECOMMENDED_EEROS_VERSION 1.2.0.3)
if(CMAKE_BUILD_TYPE MATCHES "Debug|DEBUG")
Loading