Adding support for eLxr13 Bianca Release#564
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds eLxr13 Bianca release configuration and example templates so the existing Wind River eLxr provider can target a new distribution.
Changes:
- Extends schemas to recognize
elxr13/Bianca. - Adds eLxr13 provider, chroot, default image, and additional-file configs.
- Adds eLxr13 x86_64/aarch64 example image templates.
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated 15 comments.
Show a summary per file
| File | Description |
|---|---|
internal/config/schema/os-image-template.schema.json |
Allows elxr13 for Wind River eLxr templates. |
internal/config/schema/os-config.schema.json |
Adds eLxr13/Bianca identifiers to OS config validation. |
image-templates/elxr13-x86_64-minimal-iso.yml |
Adds minimal ISO user template. |
image-templates/elxr13-x86_64-minimal-initrd.yml |
Adds minimal initrd user template. |
image-templates/elxr13-x86_64-edge-raw.yml |
Adds edge raw image template. |
image-templates/elxr13-x86_64-dlstreamer.yml |
Adds DL Streamer raw image template. |
image-templates/elxr13-aarch64-minimal-raw.yml |
Adds aarch64 minimal raw template. |
config/osv/wind-river-elxr/elxr13/providerconfigs/repo.yml |
Adds generic eLxr13 repository config. |
config/osv/wind-river-elxr/elxr13/providerconfigs/arm64_repo.yml |
Adds arm64 Bianca repository config. |
config/osv/wind-river-elxr/elxr13/providerconfigs/amd64_repo.yml |
Adds amd64 Bianca repository config. |
config/osv/wind-river-elxr/elxr13/imageconfigs/defaultconfigs/default-raw-x86_64.yml |
Adds x86_64 raw defaults. |
config/osv/wind-river-elxr/elxr13/imageconfigs/defaultconfigs/default-raw-aarch64.yml |
Adds aarch64 raw defaults. |
config/osv/wind-river-elxr/elxr13/imageconfigs/defaultconfigs/default-iso-x86_64.yml |
Adds x86_64 ISO defaults. |
config/osv/wind-river-elxr/elxr13/imageconfigs/defaultconfigs/default-initrd-x86_64.yml |
Adds x86_64 initrd defaults. |
config/osv/wind-river-elxr/elxr13/imageconfigs/additionalfiles/serial-getty@.service |
Adds serial getty override for initrd. |
config/osv/wind-river-elxr/elxr13/imageconfigs/additionalfiles/getty@.service |
Adds getty override for initrd. |
config/osv/wind-river-elxr/elxr13/imageconfigs/additionalfiles/elxr-aria.list |
Adds APT source file. |
config/osv/wind-river-elxr/elxr13/imageconfigs/additionalfiles/dhcp.network |
Adds DHCP network config. |
config/osv/wind-river-elxr/elxr13/config.yml |
Adds architecture-specific OS config. |
config/osv/wind-river-elxr/elxr13/chrootenvconfigs/local.list |
Adds local chroot repository source. |
config/osv/wind-river-elxr/elxr13/chrootenvconfigs/chrootenv_x86_64.yml |
Adds x86_64 chroot package set. |
config/osv/wind-river-elxr/elxr13/chrootenvconfigs/chrootenv_aarch64.yml |
Adds aarch64 chroot package set. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/open-edge-platform/image-composer-tool/sessions/457e5714-5f55-4a51-add5-5a30a394805f Co-authored-by: srmungar <28767344+srmungar@users.noreply.github.com>
Agent-Logs-Url: https://github.com/open-edge-platform/image-composer-tool/sessions/457e5714-5f55-4a51-add5-5a30a394805f Co-authored-by: srmungar <28767344+srmungar@users.noreply.github.com>
Contributor
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
samueltaripin
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR
Description
Any Newly Introduced Dependencies
How Has This Been Tested?