diff options
| author | Varalaxmi Bingi <varalaxmi.bingi@amd.com> | 2023-01-24 16:13:17 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-25 07:24:20 -0800 |
| commit | a09a70c71b2505b87642c4e22b07c10ae0a161fe (patch) | |
| tree | 283bf803ae737c593b72596243878767c30540ce | |
| parent | 4df3f7fb93d7578bff05a38d9012b3141e9c5bd4 (diff) | |
| download | meta-xilinx-a09a70c71b2505b87642c4e22b07c10ae0a161fe.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>
| -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 | ||
