-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
If "attrflags" contains some environment variable, result.bif file will contain something like
"[destination_cpu=a53-0, offset=${DTB_OFFSET}] /mnt/ext/bla/blabla/build/tmp/deploy/images/blablabla/blablabla-system.dtb " instead of
"[destination_cpu=a53-0, offset=0x1c80000] /mnt/ext/bla/blabla/build/tmp/deploy/images/blablabla/blablabla-system.dtb "
To prevent it, attrflags should be expanded.
cfgval = attrflags[cfg].split(',') |
Change to
cfgval = d.expand(attrflags[cfg]).split(',')
cfgval = attrflags[cfg].split(',') |
Change to
cfgval = d.expand(attrflags[cfg]).split(',')
Metadata
Metadata
Assignees
Labels
No labels