commit | fc792847768996f5e887bd252a20226066fd175b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 18 07:24:04 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:58 2023 -0600 |
tree | 2f883f9bbcd18f50e7a0aa26802b51b66de68896 | |
parent | cd97119f0515c517ef320819f79838c1873403df [diff] |
binman: Support simple templates Collections can used to collect the contents of other entries into a single entry, but they result in a single entry, with the original entries 'left behind' in their old place. It is useful to be able to specific a set of entries ones and have it used in multiple images, or parts of an image. Implement this mechanism. Signed-off-by: Simon Glass <sjg@chromium.org>