From 5471b2cdc58e90da8d4c2f510b416b9dbc1b86e8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Aug 2016 16:32:51 +0100 Subject: [PATCH] Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures" This reverts commit 85d30c28277a040420c2b2f25028ae1500da54db. Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample | 9 --------- 1 file changed, 9 deletions(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 422210ac0a..365b6eb20c 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -219,15 +219,6 @@ BB_DISKMON_DIRS = "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" -# 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' - # # Qemu configuration