-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* code the sysroot and compiler info instead of source the setup script Previously, before building the linux examples with the imx yocto SDK in the imxlinux_example.sh, the yocto SDK setup script is firstly executed to export many shell envs to be used. This pollutes the matter development shell env. In this patch, code the sysroot and compiler info with only one shell env named IMX_SDK_ROOT. Signed-off-by: faqiang.zhu <[email protected]> Change-Id: Iae32c714824adbe072fdb2351a0f73df4e5a9c0f * description about building examples with python/shell script tools Remove the description about how to build the examples with gn and ninja commands, instead, describe how to build the examples with the tool build_examples.py and imxlinux_example.sh. Signed-off-by: faqiang.zhu <[email protected]> Change-Id: Iafaca855680f373054ed593b9641924e8f5f66bc
- Loading branch information
1 parent
f265e3a
commit 1e4c09d
Showing
2 changed files
with
52 additions
and
39 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