[oe-commits] [openembedded-core] 06/21: Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"

git at git.openembedded.org git at git.openembedded.org
Fri Aug 19 15:51:38 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 50dbdecb7594928a8f7c9dc72a5de181f1fdb67f
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Aug 19 16:32:37 2016 +0100

    Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"
    
    This reverts commit d3e5c1d17f80b3dd7a6d85e07b5c0c516f09ae93.
---
 meta/conf/local.conf.sample | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index b35db51..85c5e21 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list