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

Adding branches 3.6 and 3.7 #26

Open
jalinei opened this issue Jan 2, 2025 · 1 comment
Open

Adding branches 3.6 and 3.7 #26

jalinei opened this issue Jan 2, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@jalinei
Copy link

jalinei commented Jan 2, 2025

Hi,

From what I understood so far, the build scripts are the only relevant files in this repository, and the final framework are only taking these files.

Is it normal that there is only v3.4-branch present in this repo and I should understand that builds scripts are identical for 3.5, 3.6 and 3.7 ?

I would like to propose a backport of the PR we've just merged #23 for v3.X but I'm not sure how to proceed should I propose it for v3.4 branch and it will also affect v3.6 for instance ?

(our project is currently based on v3.X that's why...)

@jalinei jalinei added the bug Something isn't working label Jan 2, 2025
@valeros
Copy link
Member

valeros commented Jan 6, 2025

Hi @jalinei,

I would like to propose a backport of the PR we've just merged #23 for v3.X but I'm not sure how to proceed should I propose it for v3.4 branch and it will also affect v3.6 for instance ?

We usually maintain only the latest stable version of Zephyr, without backporting new functionality to previous versions (except for critical bug fixes). Additionally, the changes in #23 can be considered as breaking, since they may affect older PlatformIO projects that have west.yml in the root folder, which developers do not expect to be processed.

As a workaround, you can try using an extra script that applies a patch to the framework files (see docs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants