aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 16:32:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-20 16:05:28 +0100
commite8decd7ff553d8ac773e3aebf7c49779c82fd699 (patch)
tree80fd43c17e4f7a84617411aefbe2a851012924ec /meta/conf
parent3bdb7b2e512b2f160360e95ed5b2be3871ec0b4b (diff)
downloadopenembedded-core-contrib-e8decd7ff553d8ac773e3aebf7c49779c82fd699.tar.gz
Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"
This reverts commit d3e5c1d17f80b3dd7a6d85e07b5c0c516f09ae93.
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/local.conf.sample9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index b35db51d73..85c5e21fb5 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -131,15 +131,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
-# Prelinker tests are currently failing on ARM and PPC. Prevent us from
-# running on those architectures until the failure is explained.
-USER_CLASSES_remove_arm = 'image-prelink'
-USER_CLASSES_remove_armeb = 'image-prelink'
-USER_CLASSES_remove_aarch64 = 'image-prelink'
-USER_CLASSES_remove_aarch64eb = 'image-prelink'
-USER_CLASSES_remove_powerpc = 'image-prelink'
-USER_CLASSES_remove_powerpc64 = 'image-prelink'
-
#
# Runtime testing of images