From c6f9a95ace920a2c0b51191d08f3cd2b9443e669 Mon Sep 17 00:00:00 2001 From: chunrong guo Date: Thu, 29 May 2014 03:25:28 +0000 Subject: [PATCH] qemu: add libssh2 options in configure Hello all, Fsl qemu will update 1.7 in July or June. Fsl qemu 1.7 configure options support libssh2. This patch will be retired when fsl qemu updates 1.7 . thanks, chunrong -----Original Message----- From: b40290@freescale.com [mailto:b40290@freescale.com] Sent: Wednesday, May 28, 2014 6:08 PM To: meta-freescale@yoctoproject.org Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290 Subject: [meta-fsl-ppc][PATCH v2 ] qemu: add libssh2 options in configure From: Chunrong Guo * fix the following error: |ERROR: unknown option --disable-libssh2 Signed-off-by: Chunrong Guo Acked-by: Otavio Salvador --- .../qemu/files/add-libssh2-options.patch | 22 +++++++++++++++++++ .../recipes-devtools/qemu/qemu_fslgit.bb | 1 + 2 files changed, 23 insertions(+) create mode 100644 meta-fsl-ppc/recipes-devtools/qemu/files/add-libssh2-options.patch diff --git a/meta-fsl-ppc/recipes-devtools/qemu/files/add-libssh2-options.patch b/meta-fsl-ppc/recipes-devtools/qemu/files/add-libssh2-options.patch new file mode 100644 index 00000000..07b9350e --- /dev/null +++ b/meta-fsl-ppc/recipes-devtools/qemu/files/add-libssh2-options.patch @@ -0,0 +1,22 @@ +Upstream-Status: Inappropriate [configuration] + +Freescale qemu configure do not include libssh2 options. +In order to configure pass , dummy libssh2 options is added to +freescale qemu configure + +Signed-off-by: Chunrong Guo + + +--- a/configure.old 2014-05-26 12:08:09.000000000 +0800 ++++ b/configure 2014-05-26 12:10:23.000000000 +0800 +@@ -897,6 +897,10 @@ + ;; + --enable-virtio-blk-data-plane) virtio_blk_data_plane="yes" + ;; ++ --disable-libssh2) libssh2="no" ++ ;; ++ --enable-libssh2) libssh2="yes" ++ ;; + --disable-gtk) gtk="no" + ;; + --enable-gtk) gtk="yes" diff --git a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb index 810794d5..eab3db5d 100644 --- a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb +++ b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb @@ -14,6 +14,7 @@ SRC_URI += " \ file://0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch \ file://fdt_header.patch \ file://add-gtk-options.patch \ + file://add-libssh2-options.patch \ " S = "${WORKDIR}/git" -- 2.40.1