aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-configure.ac-set-defaul-qemu-patch-to-usr-local-bin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-configure.ac-set-defaul-qemu-patch-to-usr-local-bin.patch')
-rw-r--r--recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-configure.ac-set-defaul-qemu-patch-to-usr-local-bin.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-configure.ac-set-defaul-qemu-patch-to-usr-local-bin.patch b/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-configure.ac-set-defaul-qemu-patch-to-usr-local-bin.patch
new file mode 100644
index 0000000..e867d02
--- /dev/null
+++ b/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-configure.ac-set-defaul-qemu-patch-to-usr-local-bin.patch
@@ -0,0 +1,26 @@
+From ae42e6f3516b322d6bca9b82f6c4a64cad37024a Mon Sep 17 00:00:00 2001
+From: Todor Minchev <todor.minchev@linux.intel.com>
+Date: Mon, 28 Aug 2017 14:41:56 -0700
+Subject: [PATCH] configure.ac: set defaul qemu patch to /usr/local/bin
+
+Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 44292af..bb03068 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -212,7 +212,7 @@ AC_ARG_WITH([cc-image-bootchart-config-dir],
+ AM_CONDITIONAL([CC_IMAGE_BOOTCHART_CONFIG],[test x"$WITH_CC_IMAGE_BOOTCHART_CONFIG" != xno])
+
+ #Check for qemu
+-DEFAULT_QEMU_PATH=/usr/bin/qemu-system-x86_64
++DEFAULT_QEMU_PATH=/usr/local/bin/qemu-system-x86_64
+
+ AC_ARG_WITH([qemu-path],
+ [AS_HELP_STRING([--with-qemu-path=[[QEMU-PATH]]],
+--
+2.13.2
+