All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Wolfgang Denk <wd@denx.de>
Cc: Vasily Khoruzhick <anarsoul@gmail.com>,
	Paul Eggleton <paul.eggleton@linux.intel.com>,
	"poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: Re: [PATCH 0/5] Fedora 14 Patches
Date: Wed, 08 Dec 2010 14:18:20 -0800	[thread overview]
Message-ID: <4D00042C.6040403@linux.intel.com> (raw)
In-Reply-To: <20101208113542.9D65E140688@gemini.denx.de>

On 12/08/2010 03:35 AM, Wolfgang Denk wrote:
> Dear Paul Eggleton,
>
> In message<201012081124.45901.paul.eggleton@linux.intel.com>  you wrote:
>>
>> FYI I'm building on a Fedora 14 x86_64 system here, as is Joshua Lock.
>
> Ah, that's good to know.
>
Wolfgang,

Thanks for your patches and assistance.

Not sure if you saw the Release Notes regarding F14 and building 
make-native first and installing that locally due to problems with F14's 
make.  See http://bugzilla.pokylinux.org/show_bug.cgi?id=467
and http://www.yoctoproject.org/download/yocto-project-4-0-release-notes


>> On Tuesday 07 December 2010 21:13:58 Wolfgang Denk wrote:
>>> From: Vasily Khoruzhick<anarsoul@gmail.com>
>>>
>>> The following is a series of patches trying to get Poky (both laverne
>>> 4.0 and top of tree) to build under a Fedora 14 x86_64 system.
>>
>> What are you building exactly? (distro/image/etc.)
>
> I've been testing mainly with laverne-4.0, and I'm tryting to build
> poky-image-sdk for some PowerPC and ARM configs.
>
>>> [1/5] eglibc: fix build issue with make-3.82
>>>   meta/recipes-core/eglibc/eglibc_2.12.bb            |    3 ++-
>>>   .../eglibc/files/eglibc-make-382.patch             |   15 +++++++++++++++
>>>   2 files changed, 17 insertions(+), 1 deletions(-)
>>
>> A similar fix has already been applied to master.
>
> I see. Must have missed that.
>
>>> [2/5] gstreamer: fix build issue with make-3.82
>>>   .../gstreamer-0.10.29/gstreamer-make-382.patch     |  178 ++++++++++++++++++++
>>>   .../gstreamer/gstreamer_0.10.30.bb                 |    5 +-
>>>   2 files changed, 181 insertions(+), 2 deletions(-)
>>
>> This patch is needed; however it doesn't seem to work because (a) the inner patch file is in the wrong directory (gstreamer-0.10.29 instead of gstreamer-0.10.30), and (b) when this is moved into the correct location on my system it fails do_patch. I hav
>> en't yet looked into why.
>
> Argh.  I missed that, too, when rebasing my patcehs (which were done
> against laverne-4.0) against current master. Sorry.
>
> Is master supposed to build poky-image-sdk for PowerPC?
>
Yes, this should build you can see the status of master on our build 
machine at http://autobuilder.pokylinux.org:8010/waterfall we are 
working on stabilizing the build (meta-toolchain-sdk is failing currently).

>>> [3/5] Add support for 40x configuration (kilauea from OE)
>>>   meta/conf/machine/include/tune-ppc405.inc          |    6 ++++++
>>>   meta/conf/machine/kilauea.conf                     |   22 ++++++++++++++++++++++
>>>   2 files changed, 28 insertions(+), 0 deletions(-)
>>
>> I'm guessing that this one is unrelated to getting things working on F14?
>
> Yes, it is unrelated. It's one of the targets I use for testing.
>
You should investigate creating a BSP Layer such as meta-kilauea that 
you can put your changes into.

>>> [4/5] elfutils-0.148: fix build problem with "ar"
>>>   .../elfutils/elfutils-0.148/ar-options.patch       |   11 +++++++++++
>>>   meta/recipes-devtools/elfutils/elfutils_0.148.bb   |    3 ++-
>>>   2 files changed, 13 insertions(+), 1 deletions(-)
>>>
>>> [5/5] elfutils-0.148: fix problems with `ld' not recognizing options
>>>   .../elfutils/elfutils-0.148/ld-compatibility.patch |   56 ++++++++++++++++++++
>>>   meta/recipes-devtools/elfutils/elfutils_0.148.bb   |    3 +-
>>>   2 files changed, 58 insertions(+), 1 deletions(-)
>>
>> Not sure about these two; for me with master this builds successfully. Could you retry with master and see if it works for you?
>
> Yes, will do.  I testes master about two weeks ago, when it didn't
> build, but I will retest this now.
>
Thanks again, if you find more problems please let us now and we will 
pull the changes.

Sau!

>
> Thanks.
>
> Best regards,
>
> Wolfgang Denk
>


  reply	other threads:[~2010-12-08 22:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-07 21:13 [PATCH 0/5] Fedora 14 Patches Wolfgang Denk
2010-12-07 21:13 ` [PATCH 1/5] eglibc: fix build issue with make-3.82 Wolfgang Denk
2010-12-07 21:14 ` [PATCH 2/5] gstreamer: " Wolfgang Denk
2010-12-07 21:14 ` [PATCH 3/5] Add support for 40x configuration (kilauea from OE) Wolfgang Denk
2010-12-07 21:14 ` [PATCH 4/5] elfutils-0.148: fix build problem with "ar" Wolfgang Denk
2010-12-07 21:14 ` [PATCH 5/5] elfutils-0.148: fix problems with `ld' not recognizing options Wolfgang Denk
2010-12-07 22:01 ` [PATCH 0/5] Fedora 14 Patches Wolfgang Denk
2010-12-08 11:24 ` Paul Eggleton
2010-12-08 11:35   ` Wolfgang Denk
2010-12-08 22:18     ` Saul Wold [this message]
2010-12-09  8:58       ` Wolfgang Denk
2010-12-09 12:30         ` Joshua Lock
2010-12-09 15:43           ` Leon Woestenberg
2010-12-09 16:57             ` Richard Purdie
2010-12-09 16:06           ` Wolfgang Denk
2010-12-09 18:46             ` Joshua Lock
2010-12-09 22:01               ` Wolfgang Denk
2010-12-09 17:29           ` Wolfgang Denk
2010-12-09 18:40             ` Joshua Lock
2010-12-09 19:58               ` Wolfgang Denk
2010-12-09 19:25         ` Saul Wold
2010-12-08 16:39   ` Wolfgang Denk

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=4D00042C.6040403@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=anarsoul@gmail.com \
    --cc=paul.eggleton@linux.intel.com \
    --cc=poky@yoctoproject.org \
    --cc=wd@denx.de \
    /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.