[Buildroot] [PATCH 1/1] package/qemu: fixup enable host QEMU for powerpc64/powerpc64le

Baruch Siach baruch at tkos.co.il
Thu Nov 24 11:20:13 UTC 2016


Hi Sam,

On Thu, Nov 24, 2016 at 04:56:42PM +1100, Sam Bobroff wrote:
> Fixes next commit d634d9dda7f3c328d63469cb628c79da49a09e89.
> 
> Signed-off-by: Sam Bobroff <sam.bobroff at au1.ibm.com>
> ---
> Baruch,
> 
> I've rebased the patch onto next, I'm not sure what other changes to
> make. Does it look OK now? (Will it get squashed in next?)

The Buildroot maintainers do not rebase/amend next. When there is an issue 
with an applied commit, either in next or master, post a but fix patch. Hence 
the commit log should be more detailed. Also, you may mention the commit the 
introduced the bug as you did, but not 'next'. The next branch will soon merge 
into master, but the commit log will not change.

baruch

>  package/qemu/qemu.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
> index ae4e0ad..45fc0fa 100644
> --- a/package/qemu/qemu.mk
> +++ b/package/qemu/qemu.mk
> @@ -35,7 +35,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-python host-zlib host-libglib2 host-p
>  #       mips64el        mips64el
>  #       powerpc         ppc
>  #       powerpc64       ppc64
> -#       powerpc64le     ppc64 (ppc64 supports little-endian)
> +#       powerpc64le     ppc64le
>  #       sh2a            not supported
>  #       sh4             sh4
>  #       sh4eb           sh4eb
> @@ -61,7 +61,7 @@ ifeq ($(HOST_QEMU_ARCH),powerpc64)
>  HOST_QEMU_ARCH = ppc64
>  endif
>  ifeq ($(HOST_QEMU_ARCH),powerpc64le)
> -HOST_QEMU_ARCH = ppc64
> +HOST_QEMU_ARCH = ppc64le
>  endif
>  ifeq ($(HOST_QEMU_ARCH),sh4a)
>  HOST_QEMU_ARCH = sh4

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -



More information about the buildroot mailing list