-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
sysbuild: ExternalZephyrProject_Add() cannot cope with hwmv2 board and revision #79208
Labels
area: Sysbuild
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Comments
nordicjm
added a commit
to nordicjm/zephyr
that referenced
this issue
Sep 30, 2024
Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes zephyrproject-rtos#79208 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
MaureenHelm
pushed a commit
that referenced
this issue
Oct 2, 2024
Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes #79208 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
masz-nordic
pushed a commit
to masz-nordic/zephyr
that referenced
this issue
Oct 4, 2024
…ion handling Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes zephyrproject-rtos#79208 Upstream PR: zephyrproject-rtos#79209 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
MarekPieta
pushed a commit
to MarekPieta/zephyr
that referenced
this issue
Oct 7, 2024
…ion handling Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes zephyrproject-rtos#79208 Upstream PR: zephyrproject-rtos#79209 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
doki-nordic
pushed a commit
to doki-nordic/zephyr
that referenced
this issue
Oct 25, 2024
…ion handling Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes zephyrproject-rtos#79208 Upstream PR: zephyrproject-rtos#79209 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit faed66f)
nordic-krch
pushed a commit
to nordic-krch/zephyr
that referenced
this issue
Dec 11, 2024
…ion handling Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes zephyrproject-rtos#79208 Upstream PR: zephyrproject-rtos#79209 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit faed66f) (cherry picked from commit bcb795a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Sysbuild
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
This function takes a board and a board revision, which it then uses to construct a string which is provided to the target image, this works fine for HWMv1 boards, but fails for HWMv2 boards, because it places it at the end, whereas in HWMv2 the version goes after the board name, before the SoC
Expected behavior
Feature to work
Impact
Showstopper
Environment (please complete the following information):
main
andv3.7-branch
The text was updated successfully, but these errors were encountered: