]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures" mhatle/prelink
authorMark Hatle <mark.hatle@windriver.com>
Sat, 20 Aug 2016 01:05:37 +0000 (20:05 -0500)
committerMark Hatle <mark.hatle@windriver.com>
Sat, 20 Aug 2016 01:05:37 +0000 (20:05 -0500)
This reverts commit d3e5c1d17f80b3dd7a6d85e07b5c0c516f09ae93.

The problem is not in prelink, but in binutils.  Any programs compiled with
the option will be broken and prelink will not make it worse.

See Yocto Project bug 10168 for more information.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/conf/local.conf.sample

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