diff options
author | Christopher Larson <chris_larson@mentor.com> | 2018-06-22 02:07:34 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:53:28 +0100 |
commit | 747c7dc8702d2241475894876d06a2f1f2b29fed (patch) | |
tree | b102c8d6a01a4b5da5aab9c155d4873c113c8fb3 | |
parent | 369bbf393438ae4a76ab0d1817463c6f735816ea (diff) | |
download | openembedded-core-747c7dc8702d2241475894876d06a2f1f2b29fed.tar.gz openembedded-core-747c7dc8702d2241475894876d06a2f1f2b29fed.tar.bz2 openembedded-core-747c7dc8702d2241475894876d06a2f1f2b29fed.zip |
ovmf: set PARALLEL_MAKE for target as well
This can fail for target, not just native.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 212530acbf..e57fa09727 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -39,7 +39,7 @@ SRC_URI[openssl.sha256sum] = "57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6eb inherit deploy -PARALLEL_MAKE_class-native = "" +PARALLEL_MAKE = "" S = "${WORKDIR}/git" |