diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 16:32:51 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-20 16:06:04 +0100 |
| commit | 5471b2cdc58e90da8d4c2f510b416b9dbc1b86e8 (patch) | |
| tree | c51057f21fd33987df29d0908642b30c4a8c70c7 /meta-poky | |
| parent | aaca17d6baf32c637f0ad4de9b4b67b62f97a320 (diff) | |
| download | poky-5471b2cdc58e90da8d4c2f510b416b9dbc1b86e8.tar.gz | |
Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures"
This reverts commit 85d30c28277a040420c2b2f25028ae1500da54db.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
| -rw-r--r-- | meta-poky/conf/local.conf.sample | 9 |
1 files changed, 0 insertions, 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 = "\ | |||
| 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 | |||
| 231 | 222 | ||
| 232 | # | 223 | # |
| 233 | # Qemu configuration | 224 | # Qemu configuration |
