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

cmake: Set kernel version to NCS version #11956

Merged
merged 3 commits into from
Sep 20, 2023

Commits on Sep 18, 2023

  1. cmake: create ncs_version.h through the Zephyr version infrastructure

    This commit changes the generation of ncs_version.h from internal
    configure_file() call to use the Zephyr provided mechanism.
    
    This is first step in NCS adopting the uniform VERSION approach provided
    by Zephyr.
    
    Furthermore it injects ncs_version.h into Zephyr's version.h allowing
    NCS to substitute the build version in the boot banner, unless build
    version has been defined by the user as `-DBUILD_VERSION=<version>`.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and nordicjm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1f0884a View commit details
    Browse the repository at this point in the history
  2. Kconfig: Override default boot banner

    Overrides the default boot banner with NCS
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    92d99cf View commit details
    Browse the repository at this point in the history
  3. doc: release notes: Add note on NCS boot banner

    Adds a note that the default boot banner now shows as nRF
    Connect SDK
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    39ec4b4 View commit details
    Browse the repository at this point in the history