summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-09 00:12:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-17 10:02:39 +0000
commitd1b54cfb2d9ee08532cb80a2c66ed7b3710e7dfc (patch)
tree1b959724cff10f676c7685dc7e8246b16be3410c /meta/recipes-devtools
parent5a70a63af2e11862f420329c8ee9e25439ddbaad (diff)
downloadpoky-d1b54cfb2d9ee08532cb80a2c66ed7b3710e7dfc.tar.gz
gcc: Add CVE-2021-37322 to the list of CVEs to ignore
The CVE applies to binutils 2.26 and not to gcc so ignore there. (From OE-Core rev: c85a595b23df19c0e51977dae65266888e2706c4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fea2726663a3db03170c49fceaffc632c509aeea) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-11.2.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc
index 9fd30f52a8..cd1b022ff2 100644
--- a/meta/recipes-devtools/gcc/gcc-11.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-11.2.inc
@@ -117,3 +117,6 @@ EXTRA_OECONF_PATHS = "\
117 --with-sysroot=/not/exist \ 117 --with-sysroot=/not/exist \
118 --with-build-sysroot=${STAGING_DIR_TARGET} \ 118 --with-build-sysroot=${STAGING_DIR_TARGET} \
119" 119"
120
121# Is a binutils 2.26 issue, not gcc
122CVE_CHECK_WHITELIST += "CVE-2021-37322"