Attempting to Integrate #255
Replies: 2 comments 3 replies
-
Hi @MichaelBMiner, this is a standard mechanism of Yocto to explicitly maintain the compatibility of different layers. https://docs.yoctoproject.org/ref-manual/variables.html#term-LAYERSERIES_COMPAT When having a 'hardknott' BSP (which is EOL since April 2021 btw!), standard practice is to use the corresponding 'hardknott' branch of all other layers (if available). Thus simply git checkout the hardknott branch of meta-rauc and the error should disappear. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the support. I think I almost have it. My image fails on the rootfs step and gives a long output
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am following your README and I have added rauc to my image. When I go to build I get the error
ERROR: Layer rauc is not compatible with the core layer which only supports these series: hardknott (layer is compatible with langdale)
I am using Yocto from NXP and my distro is hardknott. Can anyone explain what is happening here?
Beta Was this translation helpful? Give feedback.
All reactions