diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-18 09:37:09 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-14 11:23:13 -0800 |
commit | 84305bdaf64651f5c5f2fd46a807da7d30f9f52c (patch) | |
tree | 5c118bf9fde5879a226671066c401ac0270dbc84 /meta-xilinx-bsp | |
parent | 529d0b459d9366b5d743dc78309b143d94646261 (diff) | |
download | meta-xilinx-84305bdaf64651f5c5f2fd46a807da7d30f9f52c.tar.gz |
Move baremetal include to meta-xilinx-standalone
This was missed in the prior move of the components to meta-xilinx-standalone
layer.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/conf/machine/include/baremetal-tc.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-xilinx-bsp/conf/machine/include/baremetal-tc.conf b/meta-xilinx-bsp/conf/machine/include/baremetal-tc.conf deleted file mode 100644 index c9f5c614..00000000 --- a/meta-xilinx-bsp/conf/machine/include/baremetal-tc.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # This is specific to baremetal toolchains only. | ||
2 | # | ||
3 | # Some of the operations we want to do are different then regular Yocto | ||
4 | # Project SDK workflows, so wrap baremetal toolchain items in a custom | ||
5 | # override: | ||
6 | |||
7 | MACHINEOVERRIDES:append = ":baremetal-multilib-tc" | ||