eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components
https://eclipse-leda.github.io/leda/
Apache License 2.0
8 stars 9 forks source link

add kernel config for RAUC stream mode to raspberrypi4-64 and qemuarm64 #156

Closed OlavHerbst closed 1 year ago

OlavHerbst commented 1 year ago

The integrated kernel config file leda-bsp-rauc.cfg for Rauc in stream mode was not used for building raspberrypi4-64.

Now for raspiberrypi4-64 the kernel recipe linux-raspberrypi*.bb gets the additional file leda-bsp-raspberrypi-rauc.cfg (renamed). (The existing rauc.cfg doesn't configure the kernel for Rauc stream mode.)

For qemuarm64 the kernel recipe yocto-linux*.bb already uses another rauc.cfg to configure the kernel for Rauc stream mode. It gets the additional file leda-bsp-rauc.cfg which just adds an optimization for ARM64 (CONFIG_CRYPTO_SHA256_ARM64=y). (For qemux86_64 the file rauc.cfg is sufficient.)

stlachev commented 1 year ago

I have tested it on quemux86-64, quemuarm64 and raspberrypi4-64 and test was successful!

OlavHerbst commented 1 year ago

I have tested it on quemux86-64, quemuarm64 and raspberrypi4-64 and test was successful!

Great, thank you!