summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/images/npcm8xx-igps/0001-Adjust-paths-for-use-with-Bitbake.patch
blob: 009df74bcc09f1fbe682f60725e1fa99bd95991f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
From b76adadc995bbb10e2b990dcda6bc4ff68fe2788 Mon Sep 17 00:00:00 2001
From: Tim Lee <timlee660101@gmail.com>
Date: Thu, 28 Jul 2022 14:57:30 +0800
Subject: [PATCH] Adjust paths for use with Bitbake

Signed-off-by: Tim Lee <timlee660101@gmail.com>
---
 py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml        | 6 +++---
 py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml        | 6 +++---
 .../ImageGeneration/references/BootBlockAndHeader_A1_EB.xml | 6 +++---
 .../references/BootBlockAndHeader_A1_SVB.xml                | 6 +++---
 .../ImageGeneration/references/BootBlockAndHeader_Z1_EB.xml | 6 +++---
 .../references/BootBlockAndHeader_Z1_SVB.xml                | 6 +++---
 py_scripts/ImageGeneration/references/UbootHeader_A1.xml    | 6 +++---
 py_scripts/ImageGeneration/references/UbootHeader_Z1.xml    | 6 +++---
 8 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml b/py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml
index 9f5be3d..dc6a33a 100755
--- a/py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml
+++ b/py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml
@@ -52,7 +52,7 @@
 			<offset>0x1FC</offset>
 			<size>0x4</size>
 		</config>
-		<content format='FileSize'>inputs/bl31.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>bl31.bin</content>	<!-- content the user should fill -->
 	</BinField>
 
 	<BinField>
@@ -60,9 +60,9 @@
 		<name>Code</name>
 		<config>
 			<offset>0x200</offset>
-			<size format='FileSize'>inputs/bl31.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>bl31.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/bl31.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>bl31.bin</content>  <!-- content the user should fill -->
 	</BinField>
 
 </Bin_Ecc_Map>
diff --git a/py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml b/py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml
index 5302604..043dc2c 100755
--- a/py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml
+++ b/py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml
@@ -52,7 +52,7 @@
 			<offset>0x1FC</offset>       
 			<size>0x4</size> 
 		</config>
-		<content format='FileSize'>inputs/tee.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>tee.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -60,9 +60,9 @@
 		<name>Code</name>             
 		<config>
 			<offset>0x200</offset>       
-			<size format='FileSize'>inputs/tee.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>tee.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/tee.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>tee.bin</content>  <!-- content the user should fill -->
 	</BinField>
 	
 </Bin_Ecc_Map>
diff --git a/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_EB.xml b/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_EB.xml
index 0228373..ef5007a 100755
--- a/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_EB.xml
+++ b/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_EB.xml
@@ -545,7 +545,7 @@
 			<offset>0x1FC</offset>       
 			<size>0x4</size> 
 		</config>
-		<content format='FileSize'>inputs/arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -553,9 +553,9 @@
 		<name>Code</name>             
 		<config>
 			<offset>0x200</offset>       
-			<size format='FileSize'>inputs/arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
 	</BinField>
 	
 </Bin_Ecc_Map>
diff --git a/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_SVB.xml b/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_SVB.xml
index 1462cfb..772a167 100755
--- a/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_SVB.xml
+++ b/py_scripts/ImageGeneration/references/BootBlockAndHeader_A1_SVB.xml
@@ -547,7 +547,7 @@
 			<offset>0x1FC</offset>       
 			<size>0x4</size> 
 		</config>
-		<content format='FileSize'>inputs/arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -555,9 +555,9 @@
 		<name>Code</name>             
 		<config>
 			<offset>0x200</offset>       
-			<size format='FileSize'>inputs/arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
 	</BinField>
 	
 </Bin_Ecc_Map>
diff --git a/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_EB.xml b/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_EB.xml
index f75bf22..2a9f2be 100755
--- a/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_EB.xml
+++ b/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_EB.xml
@@ -547,7 +547,7 @@
 			<offset>0x1FC</offset>       
 			<size>0x4</size> 
 		</config>
-		<content format='FileSize'>inputs/arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -555,9 +555,9 @@
 		<name>Code</name>             
 		<config>
 			<offset>0x200</offset>       
-			<size format='FileSize'>inputs/arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
 	</BinField>
 	
 </Bin_Ecc_Map>
diff --git a/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_SVB.xml b/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_SVB.xml
index 5178ca9..1583c4d 100755
--- a/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_SVB.xml
+++ b/py_scripts/ImageGeneration/references/BootBlockAndHeader_Z1_SVB.xml
@@ -546,7 +546,7 @@
 			<offset>0x1FC</offset>       
 			<size>0x4</size> 
 		</config>
-		<content format='FileSize'>inputs/arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>arbel_a35_bootblock.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -554,9 +554,9 @@
 		<name>Code</name>             
 		<config>
 			<offset>0x200</offset>       
-			<size format='FileSize'>inputs/arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>arbel_a35_bootblock.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>arbel_a35_bootblock.bin</content>  <!-- content the user should fill -->
 	</BinField>
 	
 </Bin_Ecc_Map>
diff --git a/py_scripts/ImageGeneration/references/UbootHeader_A1.xml b/py_scripts/ImageGeneration/references/UbootHeader_A1.xml
index 54593db..bbfa015 100755
--- a/py_scripts/ImageGeneration/references/UbootHeader_A1.xml
+++ b/py_scripts/ImageGeneration/references/UbootHeader_A1.xml
@@ -176,7 +176,7 @@
 			<offset>0x1FC</offset>        <!-- offset in the header -->
 			<size>0x4</size>              <!-- size in the header -->
 		</config>
-		<content format='FileSize'>inputs/u-boot.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>u-boot.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -184,9 +184,9 @@
 		<name>Code</name>             <!-- name of field -->
 		<config>
 			<offset>0x200</offset>        <!-- offset in the header -->
-			<size format='FileSize'>inputs/u-boot.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>u-boot.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/u-boot.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>u-boot.bin</content>  <!-- content the user should fill -->
 	</BinField>	
 	
 	
diff --git a/py_scripts/ImageGeneration/references/UbootHeader_Z1.xml b/py_scripts/ImageGeneration/references/UbootHeader_Z1.xml
index 54593db..bbfa015 100755
--- a/py_scripts/ImageGeneration/references/UbootHeader_Z1.xml
+++ b/py_scripts/ImageGeneration/references/UbootHeader_Z1.xml
@@ -176,7 +176,7 @@
 			<offset>0x1FC</offset>        <!-- offset in the header -->
 			<size>0x4</size>              <!-- size in the header -->
 		</config>
-		<content format='FileSize'>inputs/u-boot.bin</content>	<!-- content the user should fill -->
+		<content format='FileSize'>u-boot.bin</content>	<!-- content the user should fill -->
 	</BinField>
 	
 	<BinField>
@@ -184,9 +184,9 @@
 		<name>Code</name>             <!-- name of field -->
 		<config>
 			<offset>0x200</offset>        <!-- offset in the header -->
-			<size format='FileSize'>inputs/u-boot.bin</size>                 <!-- size in the header calculated by tool-->
+			<size format='FileSize'>u-boot.bin</size>                 <!-- size in the header calculated by tool-->
 		</config>
-		<content format='FileContent'>inputs/u-boot.bin</content>  <!-- content the user should fill -->
+		<content format='FileContent'>u-boot.bin</content>  <!-- content the user should fill -->
 	</BinField>	
 	
 	
-- 
2.17.1