Skip to content

Commit

Permalink
elbepack: xmlpreprocess: add hostsdk-pkg-list and url-list to mergepa…
Browse files Browse the repository at this point in the history
…ths list

Add hostsdk-pkg-list and url-list node to the mergepaths list to allow
multiple instances like for pkg-list and finetuning.
With that extend the capabilities of using XML includes and variants.

Signed-off-by: Martin Hoehn <[email protected]>
  • Loading branch information
martin-29 committed Oct 30, 2024
1 parent fd48f02 commit 29883d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elbepack/xmlpreprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
# list of sections that are allowed to exists multiple times before
# preprocess and that childrens are merge into one section during preprocess
mergepaths = ['//target/finetuning',
'//target/hostsdk-pkg-list',
'//target/pkg-list',
'//project/mirror/url-list',
'//project/buildimage/pkg-list']


Expand Down

0 comments on commit 29883d4

Please sign in to comment.