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

Conversation

pagousmile
Copy link

@pagousmile pagousmile commented Jun 2, 2023

On board using a fitImage, poky's upstream change from the following commit:
https://git.yoctoproject.org/poky/commit/?id=ab6b5e97cebe19938baa403da6307ca320294b3a
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.

fix #828

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raspberry pi3 not booting with meta-updater layer
1 participant