[oe-commits] [openembedded-core] 04/05: local.conf.sample: Disable ARM and PPC due to prelink test case failures

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 22:30:43 UTC 2016


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

commit 7f7087819e7f18657068a88d4186a0434e0e7830
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Thu Aug 18 12:04:16 2016 -0500

    local.conf.sample: Disable ARM and PPC due to prelink test case failures
    
    Internal prelink test cases reloc8 and reloc9 are failing on both ARM
    and PPC systems.  Disable them by removing the prelink from the
    IMAGE_CLASSES setting.
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/local.conf.sample | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 85c5e21..b35db51 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -131,6 +131,15 @@ 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