summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-10-12 18:14:10 -0700
committerMark Hatle <mark.hatle@xilinx.com>2021-10-25 14:57:25 -0700
commitb56b1562c129fd12b486fd6666315afd4644ce6a (patch)
treecf15703d8f229e3e847e928e4be0e3cb6890476e /meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc
parent2c819946b5258291d1725dabb3f5180d36971bd6 (diff)
downloadmeta-xilinx-b56b1562c129fd12b486fd6666315afd4644ce6a.tar.gz
gcc: convert away from bbappend
Intergrade the microblaze items with the backported toolchain. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc')
-rw-r--r--meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc b/meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc
index 6fdcd07d..74fe1c31 100644
--- a/meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc
+++ b/meta-microblaze/recipes-devtools/gcc/gcc-10.2.inc
@@ -73,6 +73,8 @@ SRC_URI = "\
73" 73"
74SRC_URI[sha256sum] = "b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c" 74SRC_URI[sha256sum] = "b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c"
75 75
76require gcc-10.2-microblaze.inc
77
76S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" 78S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
77# For dev release snapshotting 79# For dev release snapshotting
78#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${RELEASE}" 80#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${RELEASE}"