All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Breeds <tony@bakeyournoodle.com>
To: Stefan Berger <stefanb@us.ibm.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] [XM-TEST] Fix xm-test suite for x86-64
Date: Sat, 28 Oct 2006 14:34:01 +1000	[thread overview]
Message-ID: <20061028043401.GY27551@bakeyournoodle.com> (raw)
In-Reply-To: <1161981300.10015.13.camel@941e-2.watson.ibm.com>

On Fri, Oct 27, 2006 at 04:35:00PM -0400, Stefan Berger wrote:
Hi Stefan

> This patch fixes the xm-test suite to allow building the buildroot
> environment for x86-64. 

It looks to me that this patch breaks powerpc.  When you rename uClibc
-> uClibc-i386 can you also clone it to create uClibc-powerpc?

>                         I had to disable hping2 in the configuration for
> x86-64 since that package does not build without applying a patch to it.
> So all hping2-related tests will fail now.
Out of curiosity, What does the new x86_64 config do (other than disable
hping)?

> The problem is that I don't know how to step into the buildroot
> buildprocess and apply that patch for it.
> http://www.redhat.com/archives/fedora-extras-commits/2005-February/msg00263.html

It looks to me in tools/xm-test/ramdisk/patches/buildroot/patches
There is a patch that creates the makefile responsile for building
hping.

Could you not:
 a) Place the patch in that message in the patches dir
 b) modify the target that extracts the hping archive, to apply the
    patch?

Perhaps (untested):
---
$(HPING_DIR)/.source: $(DL_DIR)/$(HPING_TBALL)
       tar xzf $(DL_DIR)/$(HPING_TBALL) -C $(BUILD_DIR)
       [ $(BR_ARCH) -eq "x86_64" ] && patch -p1 -i $(DL_DIR)/../patches/x86_64/hping.patch
       touch $(HPING_DIR)/.source
---

Would get you closer?

Yours Tony

   linux.conf.au       http://linux.conf.au/ || http://lca2007.linux.org.au/
   Jan 15-20 2007      The Australian Linux Technical Conference!

  reply	other threads:[~2006-10-28  4:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-27 20:35 [PATCH] [XM-TEST] Fix xm-test suite for x86-64 Stefan Berger
2006-10-28  4:34 ` Tony Breeds [this message]
2006-10-28 15:00   ` Stefan Berger
2006-10-30  3:17     ` Tony Breeds
2006-10-30 14:44       ` Stefan Berger
2006-10-31  0:42         ` Tony Breeds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061028043401.GY27551@bakeyournoodle.com \
    --to=tony@bakeyournoodle.com \
    --cc=stefanb@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.