NCS 2.7
Sysbuild with mcuboot
3 board variants defined by common board with 3 revisions: [email protected], [email protected], [email protected]
2 applications: manufacturing and customer (mfg_app and app)
I would like to setup custom image signing keys that are specific to board variants. This will avoid accidentally loading an image on the wrong board variant.
Also since I have multiple applications to build, I think it would make sense for the keys to be in a common directory outside of the application.
I found this discussion that recommend using APP_DIR to locate the files, but is there another variable that gets the fully qualified board name?