All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw][PATCH 0/1 Add QEMU to SDK
@ 2018-04-18 22:40 Juro Bystricky
  2018-04-18 22:40 ` [meta-mingw][PATCH 1/1] nativesdk-packagegroup-sdk-host: add qemu " Juro Bystricky
  0 siblings, 1 reply; 2+ messages in thread
From: Juro Bystricky @ 2018-04-18 22:40 UTC (permalink / raw)
  To: yocto; +Cc: jurobystricky

Now that we can build QEMU for mingw, also include it in the SDK.
We have been able to build QEMU for Windows for a while now, but only
via a standalone recipe. QEMU has never been a part of SDK (as we were not
able to build it). The Autobuilder does test SDK build for mingw, but
does not test building of QEMU. Any QEMU build breakage (and there are occasional
ones) went unnoticed for periods of time and then we usually needed to bisect
the commits to find the culprit that broke the build.
So including QEMU in the SDK will have a nice sideffect: building QEMU will be tested
by the Autobuilder as well


Juro Bystricky (1):
  nativesdk-packagegroup-sdk-host: add qemu to SDK

 recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [meta-mingw][PATCH 1/1] nativesdk-packagegroup-sdk-host: add qemu to SDK
  2018-04-18 22:40 [meta-mingw][PATCH 0/1 Add QEMU to SDK Juro Bystricky
@ 2018-04-18 22:40 ` Juro Bystricky
  0 siblings, 0 replies; 2+ messages in thread
From: Juro Bystricky @ 2018-04-18 22:40 UTC (permalink / raw)
  To: yocto; +Cc: jurobystricky

Now that we can build qemu for mingw, include it in SDK.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
---
 recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
index 9629354..ad69b13 100644
--- a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
+++ b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
@@ -1,4 +1,5 @@
 RDEPENDS_${PN}_mingw32 = "\
     nativesdk-pkgconfig \
     nativesdk-libtool \
+    nativesdk-qemu \
     "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-18 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18 22:40 [meta-mingw][PATCH 0/1 Add QEMU to SDK Juro Bystricky
2018-04-18 22:40 ` [meta-mingw][PATCH 1/1] nativesdk-packagegroup-sdk-host: add qemu " Juro Bystricky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.