One rauc-bundle recipe for multiple generated rauc-bundles #346
Answered
by
ejoerns
Bouchellal
asked this question in
Q&A
-
Hello, I am using rauc-bundle for my system, i have a linux system and 2 subdevices, so my recipe looks like this:
I am successfully generating a rauc-bundle with the three images for each slot, now i want to generate another rauc-bundle for each slot individually. should i write an entire recipe for each one, or there is a trick for this purpose ? |
Beta Was this translation helpful? Give feedback.
Answered by
ejoerns
Sep 11, 2024
Replies: 1 comment 3 replies
-
You could for example overwrite |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can have multiple recipes that share the basic information in a common
.inc
and setRAUC_BUNDLE_SLOTS
individually. With bitbake you can then just dobitbake bundle-1 bundle-2 bundle-3
to generate all in one run.