]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Disable ARM and PPC due to prelink test case failures
authorMark Hatle <mark.hatle@windriver.com>
Thu, 18 Aug 2016 17:04:16 +0000 (12:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2016 09:23:31 +0000 (10:23 +0100)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 85c5e21fb56b5dde9afb1bb8eb990322f7c45b40..b35db51d736fc6eba1b5afb36df4614f34a473ab 100644 (file)
@@ -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