-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optee: Limit sam specific changes to sam alone
This ensures that layer can be used along with other ARM BSP layers and does not insert itself forcefully into those machines Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
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,11 +1,10 @@ | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
|
||
SRC_URI = "git://github.com/linux4sam/optee_os-at91.git;branch=master;protocol=https" | ||
SRC_URI:sama5d27-som1-ek-optee-sd = "git://github.com/linux4sam/optee_os-at91.git;branch=master;protocol=https" | ||
|
||
SRCREV = "9ca99a29b95e7b07c4849d9578dd633a4aed00fb" | ||
SRCREV:sama5d27-som1-ek-optee-sd = "9ca99a29b95e7b07c4849d9578dd633a4aed00fb" | ||
|
||
OPTEEMACHINE = "sam" | ||
OPTEEMACHINE:sama5d27-som1-ek-optee-sd = "sam" | ||
|
||
DEPENDS:append = " dtc-native" | ||
DEPENDS:append:sama5d27-som1-ek-optee-sd = " dtc-native" | ||
|
||
COMPATIBLE_MACHINE = "(sama5d27-som1-ek-optee-sd)" |
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