summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2016-08-18 12:04:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-18 23:26:36 +0100
commit85d30c28277a040420c2b2f25028ae1500da54db (patch)
tree6560c0556e3c7ddda71bfc48d598e235a2c79e5f /meta-poky
parent91705d8ae9f56d1de4f0fdcd6a9654b75921aa8c (diff)
downloadopenembedded-core-contrib-85d30c28277a040420c2b2f25028ae1500da54db.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 365b6eb20c..422210ac0a 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -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