Skip to content

Add Eclipse Ankaios Yocto recipes to meta-leda-components#215

Merged
mikehaller merged 2 commits into
mainfrom
copilot/incorporate-eclipes-ankaios-recipes
May 8, 2026
Merged

Add Eclipse Ankaios Yocto recipes to meta-leda-components#215
mikehaller merged 2 commits into
mainfrom
copilot/incorporate-eclipes-ankaios-recipes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 8, 2026

Incorporates Eclipse Ankaios — workload and container orchestration for automotive HPCs — into meta-leda-components/recipes-sdv as a new eclipse-ankaios recipe group.

New recipes (recipes-sdv/eclipse-ankaios/)

  • ank-server_0.4.0.bb — server daemon; manages desired system state and coordinates agents
  • ank-agent_0.4.0.bb — agent daemon; runs on each node and executes workloads
  • ank_0.4.0.bb — CLI tool for interacting with the server

All three inherit cargo, point to the official eclipse-ankaios/ankaios repo pinned at the v0.4.0 tag, and carry the standard Eclipse Foundation Apache-2.0 header.

Adaptations from reference meta-ankaios recipes

  • Source updated from personal fork → official eclipse-ankaios/ankaios repo, SRCREV set to 1a84057 (v0.4.0 tag)
  • Fixed placeholder LIC_FILES_CHKSUM (md5=generateme) in the agent recipe
  • Explicit PV = "0.4.0", no AUTOINC suffix
  • DEPENDS for protobuf/protobuf-native inlined; .inc shim files dropped
  • Removed contradictory nobranch=1;branch=main combination

Usage

IMAGE_INSTALL:append = " ank ank-server ank-agent"
Original prompt

This section details on the original issue you should resolve

<issue_title>Incorporate Eclipes Ankaios Recipes under meta-leda </issue_title>
<issue_description>The goal of this issue is to incorporate eclipes-ankaios into meta-leda layer, specifically in meta-leda/meta-leda-components/recipes-sdv layer for Yocto Project.

Eclipes Ankaios provides workload and container orchestration for automotive High Performance Computing Software (HPCs). more about it is here and the git repo eclipe-ankaios

  • I am a contributor to the eclipes-ankaios project by Elektrobit.
  • I supported thecreation of the recipes for the Yocto build. as defined in this isssue.
  • The recipes are currently located in thegithub repo meta-ankaios

I believe eclipes-ankaios fits well into the meta-leda layer as part of the core tools for SDV.
Please let me know the next steps for this integration.

Regards,
Ogonna. </issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: mikehaller <920755+mikehaller@users.noreply.github.com>
Copilot AI changed the title [WIP] Incorporate Eclipes Ankaios recipes into meta-leda Add Eclipse Ankaios Yocto recipes to meta-leda-components Mar 8, 2026
@mikehaller mikehaller marked this pull request as ready for review March 30, 2026 18:13
@mikehaller mikehaller merged commit 1460442 into main May 8, 2026
3 checks passed
@mikehaller mikehaller deleted the copilot/incorporate-eclipes-ankaios-recipes branch May 8, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorporate Eclipes Ankaios Recipes under meta-leda

2 participants