summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-27 16:37:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-28 13:35:27 +0000
commit41093cb6c6d5edccebf41e62ed537779b1ee47bf (patch)
treef4fcbaebca98d1c8b0d181b4fbe0dc0633ceb2bf /meta/recipes-core/glibc/glibc-common.inc
parent9421abbbf8fd6ff7c67ac8186a17d1c26583be6f (diff)
downloadopenembedded-core-contrib-41093cb6c6d5edccebf41e62ed537779b1ee47bf.tar.gz
glibc: Move common bits to glibc-common.inc
We have been duplicating few variables in glibc recipes which could actually be defined once, therefore move them to glibc-common.inc which is included by all glibc family of recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-common.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-common.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-common.inc b/meta/recipes-core/glibc/glibc-common.inc
index b05e162f88..cded384592 100644
--- a/meta/recipes-core/glibc/glibc-common.inc
+++ b/meta/recipes-core/glibc/glibc-common.inc
@@ -7,4 +7,18 @@ LIC_FILES_CHKSUM ?= "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
+
CVE_PRODUCT = "glibc"
+
+INHIBIT_DEFAULT_DEPS = "1"
+
+ARM_INSTRUCTION_SET_armv4 = "arm"
+ARM_INSTRUCTION_SET_armv5 = "arm"
+ARM_INSTRUCTION_SET_armv6 = "arm"
+#
+# We will skip parsing glibc when target system C library selection is not glibc
+# this helps in easing out parsing for non-glibc system libraries
+#
+COMPATIBLE_HOST_libc-musl_class-target = "null"
+
+PV = "2.29"