diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2022-10-07 15:18:08 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-10-12 13:57:11 +0800 |
| commit | f7cbf66ec2c487c2e754d9bfb4925db744df08bc (patch) | |
| tree | de385a2b76bea034f573c0f1e48ed93970e8f7e4 /recipes-core/meta/meta-environment.bbappend | |
| parent | 6e5caa6396e6b8e7d4e0cc8a9f7d81ebab0e2906 (diff) | |
| download | meta-intel-f7cbf66ec2c487c2e754d9bfb4925db744df08bc.tar.gz | |
sdk: Add support for adding icc to SDK
Also export ICC, ICCCXX, ICCCPP, ICCLD, ICCAR in SDK environment which can
then be used to compile applications in SDK
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-core/meta/meta-environment.bbappend')
| -rw-r--r-- | recipes-core/meta/meta-environment.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/meta/meta-environment.bbappend b/recipes-core/meta/meta-environment.bbappend new file mode 100644 index 00000000..31701d1f --- /dev/null +++ b/recipes-core/meta/meta-environment.bbappend | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | ICC_INC = "${@bb.utils.contains('ICCSDK', '1', 'icc-environment.inc', '', d)}" | ||
| 4 | require ${ICC_INC} | ||
