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

fix sign when CONFIG_KERNEL_BIN_NAME is used #60121

Merged

Commits on Jul 6, 2023

  1. west: sign.py: de-duplicate the bootloader condition

    De-duplicate the `if target in ('imx8', 'imx8m'):` copy/paste/diverge
    before someone updates one and not the other. Also better to define
    bootloader always.
    
    Zero functional change.
    
    Signed-off-by: Marc Herbert <marc.herbert@intel.com>
    marc-hb authored and iuliana-prodan committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0f273fd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. west: sign.py: fix sign when CONFIG_KERNEL_BIN_NAME is used

    This fixes the following build error:
    ```
    zephyr/zephyr.elf', needed by 'zephyr/zephyr.ri', missing and no known
    rule to make it
    ```
    This appears when CONFIG_KERNEL_BIN_NAME is used.
    
    Therefore, do not use zephyr.elf since some samples might be called
    based on CONFIG_KERNEL_BIN_NAME.
    
    Signed-off-by: Anas Nashif <anas.nashif@intel.com>
    Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
    iuliana-prodan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f0671e2 View commit details
    Browse the repository at this point in the history