diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-02-11 14:31:27 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 17:00:46 -0800 |
| commit | 813b0c03cfcd673992678db0880dadd0f6705380 (patch) | |
| tree | 77dd3a3c23b9346685fb2b87c9726bce05253950 | |
| parent | 0c7877738fa5bbcc4910982248f2047118fe6645 (diff) | |
| download | meta-xilinx-813b0c03cfcd673992678db0880dadd0f6705380.tar.gz | |
xilinx-standalone: switch override and append
Instead of overriding the append, we need to append the override.
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
4 files changed, 12 insertions, 8 deletions
diff --git a/meta-xilinx-standalone/conf/machine/cortexa53.conf b/meta-xilinx-standalone/conf/machine/cortexa53.conf index 1d8377ca..3e99cc50 100644 --- a/meta-xilinx-standalone/conf/machine/cortexa53.conf +++ b/meta-xilinx-standalone/conf/machine/cortexa53.conf | |||
| @@ -35,7 +35,7 @@ GCC_CONFIGURE_A53 ?= " \ | |||
| 35 | --with-ppl=no \ | 35 | --with-ppl=no \ |
| 36 | " | 36 | " |
| 37 | 37 | ||
| 38 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 38 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 39 | ${GCC_CONFIGURE_A53} \ | 39 | ${GCC_CONFIGURE_A53} \ |
| 40 | " | 40 | " |
| 41 | 41 | ||
| @@ -48,6 +48,6 @@ BINUTILS_CONFIGURE_A53 ?= " \ | |||
| 48 | --enable-static \ | 48 | --enable-static \ |
| 49 | " | 49 | " |
| 50 | 50 | ||
| 51 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 51 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 52 | ${BINUTILS_CONFIGURE_A53} \ | 52 | ${BINUTILS_CONFIGURE_A53} \ |
| 53 | " | 53 | " |
diff --git a/meta-xilinx-standalone/conf/machine/cortexa72.conf b/meta-xilinx-standalone/conf/machine/cortexa72.conf index b2bcd0ec..c3acb6b3 100644 --- a/meta-xilinx-standalone/conf/machine/cortexa72.conf +++ b/meta-xilinx-standalone/conf/machine/cortexa72.conf | |||
| @@ -36,7 +36,7 @@ GCC_CONFIGURE_A72 ?= " \ | |||
| 36 | --with-ppl=no \ | 36 | --with-ppl=no \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 39 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 40 | ${GCC_CONFIGURE_A72} \ | 40 | ${GCC_CONFIGURE_A72} \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| @@ -49,6 +49,6 @@ BINUTILS_CONFIGURE_A72 ?= " \ | |||
| 49 | --enable-static \ | 49 | --enable-static \ |
| 50 | " | 50 | " |
| 51 | 51 | ||
| 52 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 52 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 53 | ${BINUTILS_CONFIGURE_A72} \ | 53 | ${BINUTILS_CONFIGURE_A72} \ |
| 54 | " | 54 | " |
diff --git a/meta-xilinx-standalone/conf/machine/cortexr5.conf b/meta-xilinx-standalone/conf/machine/cortexr5.conf index 74ef4b4d..db68f22f 100644 --- a/meta-xilinx-standalone/conf/machine/cortexr5.conf +++ b/meta-xilinx-standalone/conf/machine/cortexr5.conf | |||
| @@ -32,7 +32,7 @@ GCC_CONFIGURE_R5 ?= " \ | |||
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 35 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 36 | ${GCC_CONFIGURE_R5} \ | 36 | ${GCC_CONFIGURE_R5} \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| @@ -42,7 +42,7 @@ BINUTILS_CONFIGURE_R5 ?= " \ | |||
| 42 | -enable-interwork \ | 42 | -enable-interwork \ |
| 43 | " | 43 | " |
| 44 | 44 | ||
| 45 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 45 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 46 | ${BINUTILS_CONFIGURE_R5} \ | 46 | ${BINUTILS_CONFIGURE_R5} \ |
| 47 | " | 47 | " |
| 48 | 48 | ||
diff --git a/meta-xilinx-standalone/conf/machine/zynqmp-pmu.conf b/meta-xilinx-standalone/conf/machine/zynqmp-pmu.conf index 85b3315e..1af8dca9 100644 --- a/meta-xilinx-standalone/conf/machine/zynqmp-pmu.conf +++ b/meta-xilinx-standalone/conf/machine/zynqmp-pmu.conf | |||
| @@ -20,12 +20,16 @@ GCC_CONFIGURE_MB ?= " \ | |||
| 20 | --with-isl=no \ | 20 | --with-isl=no \ |
| 21 | --with-ppl=no \ | 21 | --with-ppl=no \ |
| 22 | --without-long-double-128 \ | 22 | --without-long-double-128 \ |
| 23 | --disable-multilib \ | ||
| 23 | " | 24 | " |
| 24 | 25 | ||
| 25 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 26 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 26 | ${GCC_CONFIGURE_MB} \ | 27 | ${GCC_CONFIGURE_MB} \ |
| 27 | " | 28 | " |
| 28 | 29 | ||
| 30 | EXTRA_OECONF_pn-gcc-cross-canadian-${TARGET_ARCH}_xilinx-standalone_append = " \ | ||
| 31 | ${GCC_CONFIGURE_MB} \ | ||
| 32 | " | ||
| 29 | 33 | ||
| 30 | BINUTILS_CONFIGURE_MB ?= " \ | 34 | BINUTILS_CONFIGURE_MB ?= " \ |
| 31 | --disable-initfini-array \ | 35 | --disable-initfini-array \ |
| @@ -35,6 +39,6 @@ BINUTILS_CONFIGURE_MB ?= " \ | |||
| 35 | --enable-multilib \ | 39 | --enable-multilib \ |
| 36 | " | 40 | " |
| 37 | 41 | ||
| 38 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_append_xilinx-standalone = " \ | 42 | EXTRA_OECONF_pn-binutils-cross-${TARGET_ARCH}_xilinx-standalone_append = " \ |
| 39 | ${BINUTILS_CONFIGURE_MB} \ | 43 | ${BINUTILS_CONFIGURE_MB} \ |
| 40 | " \ No newline at end of file | 44 | " \ No newline at end of file |
