Commit bc9e73c
dtb: define default DTB_FILES in machine config
DTB_FILES was previously assigned using the '?=' operator in the
iot2050 machine configuration. Since DTB_FILES may already be defined
by other layers, this caused the assignment to be skipped entirely,
resulting in only downstream-appended DTBs being visible.
Define DTB_FILES explicitly in the iot2050 machine configuration and
allow downstream layers to extend it using '+=' or ':append'.
This ensures that all base DTBs for the iot2050 platform are always
included, while still allowing feature or product layers to add
additional DTBs without overriding the base set.
Signed-off-by: Rakesh Kumar <kumar.rakesh@siemens.com>1 parent 27ab1ef commit bc9e73c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments