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.

(From meta-yocto rev: 85d30c28277a040420c2b2f25028ae1500da54db)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2016-08-18 12:04:16 -05:00 committed by Richard Purdie
parent 63dcfa8f13
commit f038f06997
1 changed files with 9 additions and 0 deletions

View File

@ -219,6 +219,15 @@ 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