diff options
| -rw-r--r-- | meta-poky/conf/local.conf.sample | 9 |
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 = "\ | |||
| 219 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 219 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
| 220 | #file://.* file:///some/local/dir/sstate/PATH" | 220 | #file://.* file:///some/local/dir/sstate/PATH" |
| 221 | 221 | ||
| 222 | # Prelinker tests are currently failing on ARM and PPC. Prevent us from | ||
| 223 | # running on those architectures until the failure is explained. | ||
| 224 | USER_CLASSES_remove_arm = 'image-prelink' | ||
| 225 | USER_CLASSES_remove_armeb = 'image-prelink' | ||
| 226 | USER_CLASSES_remove_aarch64 = 'image-prelink' | ||
| 227 | USER_CLASSES_remove_aarch64eb = 'image-prelink' | ||
| 228 | USER_CLASSES_remove_powerpc = 'image-prelink' | ||
| 229 | USER_CLASSES_remove_powerpc64 = 'image-prelink' | ||
| 230 | |||
| 222 | 231 | ||
| 223 | # | 232 | # |
| 224 | # Qemu configuration | 233 | # Qemu configuration |
