-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optee: resolve include clash with meta-arm
meta-arm already provides optee. Some BSP rely on this version of optee rather than the one provided by lmp. Include files, such as optee-client.inc, clash with meta-arm which the bb recipe from meta-arm use the include from meta-lmp. Append "-fio" to includes provided by meta-lmp so they don't clash with meta-arm. Signed-off-by: Jerome Brunet <[email protected]>
- Loading branch information
1 parent
05ad477
commit 1d369a4
Showing
13 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require optee-client.inc | ||
require optee-client-fio.inc | ||
|
||
SRCREV = "e7a4706e08c8fbdd53530868a6ac4937193dd73c" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require optee-client.inc | ||
require optee-client-fio.inc | ||
|
||
SRCREV = "182874320395787a389e5b0f7df02b32f3c0a1b0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require optee-examples.inc | ||
require optee-examples-fio.inc | ||
|
||
SRCREV = "c6eb00a9d83bf068a37e4806c97f582bb16e2973" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
require optee-examples.inc | ||
require optee-examples-fio.inc | ||
|
||
SRCREV = "ff4b493e267d40bcf508acc300da296a3a2adac2" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require optee-test.inc | ||
require optee-test-fio.inc | ||
|
||
SRCREV = "30efcbeaf8864d0f2a5c4be593a5411001fab31b" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require optee-test.inc | ||
require optee-test-fio.inc | ||
|
||
SRCREV = "f88f69eb27beda52998de09cd89a7ee422da00d9" | ||
|
||
|