-
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.
base: optee-os-fio: deploy build configuration
Publish the final configuration used as part of the recipe build into the LmP deploy folder. Having the conf.mk file published is quite useful when debugging configuration issues without having to build it locally. Signed-off-by: Oleksandr Suvorov <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# LmP common include for optee_os | ||
|
||
# Also deploy optee_os config used during build | ||
do_deploy:append() { | ||
install -D -m 644 ${B}/conf.mk ${DEPLOYDIR}/${PN}-config-${MACHINE}-${PV}-${PR} | ||
cd ${DEPLOYDIR} | ||
ln -sf ${PN}-config-${MACHINE}-${PV}-${PR} ${PN}-config-${MACHINE} | ||
ln -sf ${PN}-config-${MACHINE}-${PV}-${PR} ${PN}-config | ||
} |