Commit e7c0bf1
west_commands: lopper_command: Align with latest lopper changes
Include additnal lops execution as per recent changes related
to mbv32 device tree generation in lopper.
Existing logic copies lopper generated artifacts to workspace
directory provided by user (-w option). User needs to copy those
files to appropriate directories in zephyr repository manually.
Ideally dts and kconfig generated by lopper_command supposed
to be copied to zephyr repository targeted by user. It avoids
manual work.
dts destination path : <zephyr repo path>/boards/amd/mbv32/
Kconfig destination path: <zephyr repo path>/soc/xlnx/mbv32/
Treat -w argument passed by user as zephyr repository path and
copy dts and kconfigs to appropriate locations.
Signed-off-by: Mubin Sayyed <[email protected]>
Message-ID: <[email protected]>
State: pending1 parent e58c7fd commit e7c0bf1
1 file changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
83 | 93 | | |
84 | 94 | | |
85 | 95 | | |
86 | 96 | | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
91 | 109 | | |
0 commit comments