diff options
| author | Varalaxmi Bingi <varalaxmi.bingi@amd.com> | 2023-01-24 16:13:17 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | 7889216914c4bb3b17cbe46a9a8d9f000cb695c9 (patch) | |
| tree | d149e032044e333187a5e0f0d4c26fc9c7cdb947 /meta-xilinx-standalone-experimental | |
| parent | 0006a4de8b837761f066ef024aa00642a18fc1c9 (diff) | |
| download | meta-xilinx-7889216914c4bb3b17cbe46a9a8d9f000cb695c9.tar.gz | |
meta-xilinx-setup.bb: rename BB_ENV_EXTRAWHITE to BB_ENV_PASSTHROUGH_ADDITIONS
Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb b/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb index 9f9de434..dc7d647a 100644 --- a/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb +++ b/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb | |||
| @@ -79,8 +79,8 @@ EOF | |||
| 79 | 79 | ||
| 80 | if [ "${SDKMACHINE}" = "i686" ]; then | 80 | if [ "${SDKMACHINE}" = "i686" ]; then |
| 81 | echo 'export NO32LIBS="0"' >>$script | 81 | echo 'export NO32LIBS="0"' >>$script |
| 82 | echo 'echo "$BB_ENV_EXTRAWHITE" | grep -q "NO32LIBS"' >>$script | 82 | echo 'echo "$BB_ENV_PASSTHROUGH_ADDITIONS" | grep -q "NO32LIBS"' >>$script |
| 83 | echo '[ $? != 0 ] && export BB_ENV_EXTRAWHITE="NO32LIBS $BB_ENV_EXTRAWHITE"' >>$script | 83 | echo '[ $? != 0 ] && export BB_ENV_PASSTHROUGH_ADDITIONS="NO32LIBS $BB_ENV_PASSTHROUGH_ADDITIONS"' >>$script |
| 84 | fi | 84 | fi |
| 85 | } | 85 | } |
| 86 | 86 | ||
