diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-06-05 13:15:31 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-06-05 13:15:36 -0700 |
commit | ed22b945460d3644562fd035c97e10be0d7dc16a (patch) | |
tree | 4211f40903d0fd44dfe51cd6da4444d1ed786937 | |
parent | d34c6f3c9edc1cdb5d9ea8d617c5baefeb9422a1 (diff) | |
download | meta-xilinx-ed22b945460d3644562fd035c97e10be0d7dc16a.tar.gz |
meson_%.bbappend: Remove bbappend from layer
Meson bbappend includes a patch that adds microblaze family to the envconfig
during mesonbuild.The patch is upstreamed and no longer needed in the layer.
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-devtools/meson/files/0001-envconfig-Add-MicroBlaze-CPU-family.patch | 27 | ||||
-rw-r--r-- | meta-xilinx-bsp/recipes-devtools/meson/meson_%.bbappend | 2 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/meson/files/0001-envconfig-Add-MicroBlaze-CPU-family.patch b/meta-xilinx-bsp/recipes-devtools/meson/files/0001-envconfig-Add-MicroBlaze-CPU-family.patch deleted file mode 100644 index 51268da3..00000000 --- a/meta-xilinx-bsp/recipes-devtools/meson/files/0001-envconfig-Add-MicroBlaze-CPU-family.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From a623654f7e1d09efaa774506f190db876831990a Mon Sep 17 00:00:00 2001 | ||
2 | From: Nathan Rossi <nathan@nathanrossi.com> | ||
3 | Date: Thu, 19 Sep 2019 20:50:31 +1000 | ||
4 | Subject: [PATCH] envconfig: Add MicroBlaze CPU family | ||
5 | |||
6 | Add the CPU family for the MicroBlaze processor. | ||
7 | |||
8 | Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> | ||
9 | --- | ||
10 | mesonbuild/envconfig.py | 1 + | ||
11 | 1 files changed, 1 insertions(+) | ||
12 | |||
13 | diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py | ||
14 | index 03c6346..fa6b8ef 100644 | ||
15 | --- a/mesonbuild/envconfig.py | ||
16 | +++ b/mesonbuild/envconfig.py | ||
17 | @@ -41,6 +41,7 @@ known_cpu_families = ( | ||
18 | 'arm', | ||
19 | 'e2k', | ||
20 | 'ia64', | ||
21 | + 'microblaze', | ||
22 | 'mips', | ||
23 | 'mips64', | ||
24 | 'parisc', | ||
25 | -- | ||
26 | 2.7.4 | ||
27 | |||
diff --git a/meta-xilinx-bsp/recipes-devtools/meson/meson_%.bbappend b/meta-xilinx-bsp/recipes-devtools/meson/meson_%.bbappend deleted file mode 100644 index a8bbe320..00000000 --- a/meta-xilinx-bsp/recipes-devtools/meson/meson_%.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
2 | SRC_URI += "file://0001-envconfig-Add-MicroBlaze-CPU-family.patch" | ||