diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2020-02-14 05:59:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 10:26:42 +0000 |
commit | fab2591a3cddfe6ab7e829331e39dcdb0ceb3e24 (patch) | |
tree | 0e361b9050dc602c67985c49506314e1e042444f | |
parent | 8660d9ad89f67be83c093655af4130b9e8a38035 (diff) | |
download | poky-fab2591a3cddfe6ab7e829331e39dcdb0ceb3e24.tar.gz |
glibc-testsuite: Exclude this recipe from world builds
This recipe is intended to be run manually or via oeqa.
[YOCTO #13737]
(From OE-Core rev: eadbe01bb8232de79e0827e6c6b3411f69ea7303)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/glibc/glibc-testsuite_2.31.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.31.bb b/meta/recipes-core/glibc/glibc-testsuite_2.31.bb index c44f30bf1c..d887aeff79 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.31.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.31.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require glibc_${PV}.bb | 1 | require glibc_${PV}.bb |
2 | 2 | ||
3 | EXCLUDE_FROM_WORLD = "1" | ||
4 | |||
3 | # handle PN differences | 5 | # handle PN differences |
4 | FILESEXTRAPATHS_prepend := "${THISDIR}/glibc:" | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/glibc:" |
5 | 7 | ||