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

fit-conf: fix u-boot boot fail #832

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 2, 2023

  1. fit-conf: fix u-boot boot fail

    On board using a fitImage, poky's upstream change from the following
    commit:
    https://git.yoctoproject.org/poky/commit/?id=ab6b5e97cebe19938baa403da63
    07ca320294b3a
    inserted a regression of the fit-conf.bb recipe.
    Causing a U-boot boot fault displaying this type of message:
    ```
      Could not find configuration node
      ERROR: can't get kernel image!
      Unknown command '!' - try 'help'
      resetting ...
    ```
    fitImage configuration labels are now prefixed with conf- instead of
    conf@.
    This commit incorporates this modification for the fit-conf.bb recipe.
    
    Signed-off-by: Paul Goulpié <paul.goulpie@smile.fr>
    pagousmile committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f8c27be View commit details
    Browse the repository at this point in the history