From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.161.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7254CE006F9 for ; Thu, 27 Oct 2011 17:45:40 -0700 (PDT) Authentication-Results: yocto-www.yoctoproject.org; dkim=pass (1024-bit key; insecure key) header.i=@gmail.com; x-dkim-adsp=none (insecure policy) Received: by ggnr1 with SMTP id r1so4239854ggn.35 for ; Thu, 27 Oct 2011 17:45:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=3vozet12ZZA1Dxjevj6eYOPL6+Hv4D48t6V9VdDR9wc=; b=WeVALBT2yGOgzjtRUnCYB0kQ9ljdjy0GDyMpRnDG0Odo8aHlLkqtUTG+Q4s2dZdqdl F2TB1x73+pXuJmFDYcAFKm7/yJVEc5SjZFDacy0mKY3BLTd5fvi1qBhZMlSxpiGoEWkF LPHTJiYPgdBg83n1Ig8mG4hdaSDBnLAD8cq7o= MIME-Version: 1.0 Received: by 10.42.137.6 with SMTP id w6mr693031ict.5.1319762739360; Thu, 27 Oct 2011 17:45:39 -0700 (PDT) Received: by 10.42.224.7 with HTTP; Thu, 27 Oct 2011 17:45:39 -0700 (PDT) Date: Thu, 27 Oct 2011 17:45:39 -0700 Message-ID: From: Brian Park To: yocto@yoctoproject.org Subject: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 00:45:40 -0000 Content-Type: multipart/alternative; boundary=90e6ba6e829844726f04b05135c1 --90e6ba6e829844726f04b05135c1 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm interested in using Yocto to build linux for PandaBoard. It seems there are already patches some where that I can use to build for panda, as I found some discussions mentioning PandaBoard patch in the archive. But I could not apply it. I'd appreciate some pointers on how to find and apply the right patch. Just trying to apply http://article.gmane.org/gmane.linux.embedded.yocto.general/2037/match=pandaboardas a patch using "git am" command gave the following error. I'm using release 1.1 Edison. briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch previous rebase directory /home/briansp/poky/.git/rebase-apply still exists but mbox given. I'm new to developing for linux and yocto. So, any help would be appreciated. Thank you Brian --90e6ba6e829844726f04b05135c1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I'm interested in using Yocto to build linux for PandaBoard. It = seems there are already patches some where that I can use to build for pand= a, as I found some discussions mentioning PandaBoard patch in the archive. = But I could not apply it. I'd appreciate some pointers on how to find a= nd apply the right patch.

Just trying to apply http://article.gmane.org/gman= e.linux.embedded.yocto.general/2037/match=3Dpandaboard as a patch using= "git am" command gave the following error. I'm using releas= e 1.1 Edison.

briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patchprevious rebase directory /home/briansp/poky/.git/rebase-apply still exis= ts but mbox given.

I'm new to developing for linux and yocto. So= , any help would be appreciated.

Thank you

Brian
--90e6ba6e829844726f04b05135c1-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 888D4E006F9 for ; Thu, 27 Oct 2011 21:52:00 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p9S4pwk5026342 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 27 Oct 2011 21:51:58 -0700 (PDT) Received: from bruce-ashfields-macbook.local (128.224.18.120) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Thu, 27 Oct 2011 21:51:57 -0700 Message-ID: <4EAA34EB.5060205@windriver.com> Date: Fri, 28 Oct 2011 00:51:55 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.23) Gecko/20110920 Thunderbird/3.1.15 MIME-Version: 1.0 To: Brian Park References: In-Reply-To: Cc: yocto@yoctoproject.org Subject: Re: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 04:52:01 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 11-10-27 8:45 PM, Brian Park wrote: > Hi, > I'm interested in using Yocto to build linux for PandaBoard. It seems > there are already patches some where that I can use to build for panda, > as I found some discussions mentioning PandaBoard patch in the archive. > But I could not apply it. I'd appreciate some pointers on how to find > and apply the right patch. > > Just trying to apply > http://article.gmane.org/gmane.linux.embedded.yocto.general/2037/match=pandaboard > as a patch using "git am" command gave the following error. I'm using > release 1.1 Edison. > > briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch > previous rebase directory /home/briansp/poky/.git/rebase-apply still > exists but mbox given. > > I'm new to developing for linux and yocto. So, any help would be > appreciated. Those same patches are merged into the 2.6.37 kernel tree here: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37/log/?h=yocto/standard/pandaboard So if you do want to use the linux-yocto kernel, you could set your preferred kernel version to 2.6.37 and you'd get that kernel and branch for the board. But like anything, nothing is completely simple, the support in the 2.6.37 tree was contributed in an effort to add some more board support to a yocto tested/standardized kernel. There are multiple sources for pandaboard support, with different functionality (i.e. deeper, different kernel version, etc), different integration and different goals. i.e. angstrom and meta-texasinstruments. To use the 2.6.37 support you'd need a configuration of the machine and a meta layer defining the userspace. There was a prototype one that floated around, but it was being re-worked to use layer tooling and not duplicate effort that is in other layers already. If you like, I can locate that layer and send it along, or you can try out the other references I mentioned (others may have better / more detailed information). Cheers, Bruce > > Thank you > > Brian > > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from astoria.ccjclearline.com (astoria.ccjclearline.com [64.235.106.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8730CE0132F for ; Fri, 28 Oct 2011 07:10:22 -0700 (PDT) Received: from [142.204.70.21] (helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RJn8W-0001p0-Cb; Fri, 28 Oct 2011 10:10:20 -0400 Date: Fri, 28 Oct 2011 10:10:14 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost6.localdomain6 To: Brian Park In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Cc: yocto@yoctoproject.org Subject: Re: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 14:10:22 -0000 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Oct 2011, Brian Park wrote: > Hi, > I'm interested in using Yocto to build linux for PandaBoard. It > seems there are already patches some where that I can use to build > for panda, as I found some discussions mentioning PandaBoard patch > in the archive. But I could not apply it. I'd appreciate some > pointers on how to find and apply the right patch. > > Just trying to apply > http://article.gmane.org/gmane.linux.embedded.yocto.general/2037/match=pandaboard as a patch > using "git am" command gave the following error. I'm using release 1.1 Edison. > > briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch > previous rebase directory /home/briansp/poky/.git/rebase-apply still exists but mbox given. > > I'm new to developing for linux and yocto. So, any help would be appreciated. i am particulartly interested in this topic as i have two pandaboards waiting to be yocto-ized. might this be a more appropriate topic for the pandaboard mailing list? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-iy0-f176.google.com (mail-iy0-f176.google.com [209.85.210.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4BFEDE0132F for ; Fri, 28 Oct 2011 10:06:09 -0700 (PDT) Authentication-Results: yocto-www.yoctoproject.org; dkim=pass (1024-bit key; insecure key) header.i=@gmail.com; x-dkim-adsp=none (insecure policy) Received: by iakh37 with SMTP id h37so6746670iak.35 for ; Fri, 28 Oct 2011 10:06:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QyoLLY9ZFMWFHxuvchjhh5XbZ4tsAMVn/w0MeD3DAn8=; b=pYVGO6XQ7mxYZR+RmIRscXIVX3Nk2GEbSVtf4xyccZDHPncjFNwSRL6Aj9BH2hnlk0 VkiUgfLEKSB1dsKQISh3TQZt5EdGEbrv9gAngFJAbKGphnve/F/Usli2G4B/cHTIaTlN 0OvJQ3ByHN/yxBk8Wt3XgUxt5U0Rr+fh9uOBY= MIME-Version: 1.0 Received: by 10.42.154.7 with SMTP id o7mr5230403icw.48.1319821568630; Fri, 28 Oct 2011 10:06:08 -0700 (PDT) Received: by 10.42.221.202 with HTTP; Fri, 28 Oct 2011 10:06:08 -0700 (PDT) In-Reply-To: <4EAA34EB.5060205@windriver.com> References: <4EAA34EB.5060205@windriver.com> Date: Fri, 28 Oct 2011 10:06:08 -0700 Message-ID: From: Brian Park To: Bruce Ashfield Cc: yocto@yoctoproject.org Subject: Re: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 17:06:09 -0000 Content-Type: multipart/alternative; boundary=90e6ba1efd2ec3e05a04b05ee764 --90e6ba1efd2ec3e05a04b05ee764 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the info. As I'm very new to Yocto, I'd not know how to create local.conf to build for panda, even knowing that the kernel will support pandaboard. How would I go about configuring Yocto to build for panda? If you can point me to some documentation showing how to do it, I'd appreciate it. I'm just learning yocto, in my spare time, and just went through the quick start guide to build for x86qemu image and skimmed through the development manual. But I'm not too sure how to go about configuring for pandaboard. I figured, I can build for beagle board and then modify config to make it work for panda. However, I'm having build issue when trying to build for beagle board. If there is already an existing pandaboard config, I'd like to try it. Thank you. Brian On Thu, Oct 27, 2011 at 9:51 PM, Bruce Ashfield < bruce.ashfield@windriver.com> wrote: > On 11-10-27 8:45 PM, Brian Park wrote: > >> Hi, >> I'm interested in using Yocto to build linux for PandaBoard. It seems >> there are already patches some where that I can use to build for panda, >> as I found some discussions mentioning PandaBoard patch in the archive. >> But I could not apply it. I'd appreciate some pointers on how to find >> and apply the right patch. >> >> Just trying to apply >> http://article.gmane.org/**gmane.linux.embedded.yocto.** >> general/2037/match=pandaboard >> as a patch using "git am" command gave the following error. I'm using >> release 1.1 Edison. >> >> briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch >> previous rebase directory /home/briansp/poky/.git/**rebase-apply still >> exists but mbox given. >> >> I'm new to developing for linux and yocto. So, any help would be >> appreciated. >> > > Those same patches are merged into the 2.6.37 kernel tree here: > > http://git.yoctoproject.org/**cgit/cgit.cgi/linux-yocto-2.6.** > 37/log/?h=yocto/standard/**pandaboard > > So if you do want to use the linux-yocto kernel, you could set > your preferred kernel version to 2.6.37 and you'd get that > kernel and branch for the board. > > But like anything, nothing is completely simple, the support in > the 2.6.37 tree was contributed in an effort to add some more board > support to a yocto tested/standardized kernel. There are multiple > sources for pandaboard support, with different functionality (i.e. deeper, > different kernel version, etc), different integration and > different goals. i.e. angstrom and meta-texasinstruments. > > To use the 2.6.37 support you'd need a configuration of the machine and > a meta layer defining the userspace. There was a prototype one that > floated around, but it was being re-worked to use layer tooling and not > duplicate effort that is in other layers already. > > If you like, I can locate that layer and send it along, or you can > try out the other references I mentioned (others may have better / > more detailed information). > > Cheers, > > Bruce > > >> Thank you >> >> Brian >> >> >> >> ______________________________**_________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.**org/listinfo/yocto >> > > --90e6ba1efd2ec3e05a04b05ee764 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for the info.
As I'm very new to Yocto, I'd not know how= to create local.conf to build for panda, even knowing that the kernel will= support pandaboard. How would I go about configuring Yocto to build for pa= nda? If you can point me to some documentation showing how to do it, I'= d appreciate it.

I'm just learning yocto, in my spare time, and just went through th= e quick start guide to build for x86qemu image and skimmed through the deve= lopment manual. But I'm not too sure how to go about configuring for pa= ndaboard. I figured, I can build for beagle board and then modify config to= make it work for panda. However, I'm having build issue when trying to= build for beagle board.

If there is already an existing pandaboard config, I'd like to try = it.

Thank you.

Brian

On Thu= , Oct 27, 2011 at 9:51 PM, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
On 11-10-= 27 8:45 PM, Brian Park wrote:
Hi,
I'm interested in using Yocto to build linux for PandaBoard. It seems there are already patches some where that I can use to build for panda,
as I found some discussions mentioning PandaBoard patch in the archive.
But I could not apply it. I'd appreciate some pointers on how to find and apply the right patch.

Just trying to apply
http://article.gmane.org/gman= e.linux.embedded.yocto.general/2037/match=3Dpandaboard
as a patch using "git am" command gave the following error. I'= ;m using
release 1.1 Edison.

briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch
previous rebase directory /home/briansp/poky/.git/rebase-apply still=
exists but mbox given.

I'm new to developing for linux and yocto. So, any help would be
appreciated.

Those same patches are merged into the 2.6.37 kernel tree here:

http://git.yoctoproject.= org/cgit/cgit.cgi/linux-yocto-2.6.37/log/?h=3Dyocto/standard/= pandaboard

So if you do want to use the linux-yocto kernel, you could set
your preferred kernel version to 2.6.37 and you'd get that
kernel and branch for the board.

But like anything, nothing is completely simple, the support in
the 2.6.37 tree was contributed in an effort to add some more board
support to a yocto tested/standardized kernel. There are multiple
sources for pandaboard support, with different functionality (i.e. deeper, = different kernel version, etc), different integration and
different goals. i.e. angstrom and meta-texasinstruments.

To use the 2.6.37 support you'd need a configuration of the machine and=
a meta layer defining the userspace. There was a prototype one that
floated around, but it was being re-worked to use layer tooling and not
duplicate effort that is in other layers already.

If you like, I can locate that layer and send it along, or you can
try out the other references I mentioned (others may have better /
more detailed information).

Cheers,

Bruce


Thank you

Brian



_______________________________________________
yocto mailing list
yocto@yoctoproj= ect.org
https://lists.yoctoproject.org/listinfo/yocto


--90e6ba1efd2ec3e05a04b05ee764-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB525E0054C for ; Sat, 29 Oct 2011 09:47:08 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p9TGl7Ll020536 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sat, 29 Oct 2011 09:47:07 -0700 (PDT) Received: from bruce-ashfields-macbook.local (128.224.21.16) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Sat, 29 Oct 2011 09:47:07 -0700 Message-ID: <4EAC2E09.8080204@windriver.com> Date: Sat, 29 Oct 2011 12:47:05 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.23) Gecko/20110920 Thunderbird/3.1.15 MIME-Version: 1.0 To: Brian Park References: <4EAA34EB.5060205@windriver.com> In-Reply-To: Cc: yocto@yoctoproject.org Subject: Re: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 16:47:09 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 11-10-28 1:06 PM, Brian Park wrote: > Thanks for the info. > As I'm very new to Yocto, I'd not know how to create local.conf to build > for panda, even knowing that the kernel will support pandaboard. How > would I go about configuring Yocto to build for panda? If you can point > me to some documentation showing how to do it, I'd appreciate it. > > I'm just learning yocto, in my spare time, and just went through the > quick start guide to build for x86qemu image and skimmed through the > development manual. But I'm not too sure how to go about configuring for > pandaboard. I figured, I can build for beagle board and then modify > config to make it work for panda. However, I'm having build issue when > trying to build for beagle board. That would likely work for userspace (minus the build error you mentioned) with the appropriate config changes. But for the kernel, there is a different set of patches for board support, so you do need to pick the right layer and preferred kernel. > > If there is already an existing pandaboard config, I'd like to try it. There is one floating around, I'll locate the latest tgz and you can try it out in the yocto context (I say yocto, since as I've mentioned there are other oe based configs and layers that can be used for panda support as well). Cheers, Bruce > > Thank you. > > Brian > > On Thu, Oct 27, 2011 at 9:51 PM, Bruce Ashfield > > wrote: > > On 11-10-27 8:45 PM, Brian Park wrote: > > Hi, > I'm interested in using Yocto to build linux for PandaBoard. It > seems > there are already patches some where that I can use to build for > panda, > as I found some discussions mentioning PandaBoard patch in the > archive. > But I could not apply it. I'd appreciate some pointers on how to > find > and apply the right patch. > > Just trying to apply > http://article.gmane.org/__gmane.linux.embedded.yocto.__general/2037/match=pandaboard > > as a patch using "git am" command gave the following error. I'm > using > release 1.1 Edison. > > briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch > previous rebase directory /home/briansp/poky/.git/__rebase-apply > still > exists but mbox given. > > I'm new to developing for linux and yocto. So, any help would be > appreciated. > > > Those same patches are merged into the 2.6.37 kernel tree here: > > http://git.yoctoproject.org/__cgit/cgit.cgi/linux-yocto-2.6.__37/log/?h=yocto/standard/__pandaboard > > > So if you do want to use the linux-yocto kernel, you could set > your preferred kernel version to 2.6.37 and you'd get that > kernel and branch for the board. > > But like anything, nothing is completely simple, the support in > the 2.6.37 tree was contributed in an effort to add some more board > support to a yocto tested/standardized kernel. There are multiple > sources for pandaboard support, with different functionality (i.e. > deeper, different kernel version, etc), different integration and > different goals. i.e. angstrom and meta-texasinstruments. > > To use the 2.6.37 support you'd need a configuration of the machine and > a meta layer defining the userspace. There was a prototype one that > floated around, but it was being re-worked to use layer tooling and not > duplicate effort that is in other layers already. > > If you like, I can locate that layer and send it along, or you can > try out the other references I mentioned (others may have better / > more detailed information). > > Cheers, > > Bruce > > > Thank you > > Brian > > > > _________________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.__org/listinfo/yocto > > > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AB093E012F3 for ; Mon, 31 Oct 2011 00:25:06 -0700 (PDT) Received: by wwf22 with SMTP id 22so1445419wwf.5 for ; Mon, 31 Oct 2011 00:25:05 -0700 (PDT) Received: by 10.216.138.13 with SMTP id z13mr2605608wei.38.1320045905749; Mon, 31 Oct 2011 00:25:05 -0700 (PDT) Received: from [172.20.1.32] (ip545070eb.adsl-surfen.hetnet.nl. [84.80.112.235]) by mx.google.com with ESMTPS id ei16sm30736532wbb.21.2011.10.31.00.25.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 31 Oct 2011 00:25:04 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1251.1) From: Koen Kooi In-Reply-To: Date: Mon, 31 Oct 2011 08:25:02 +0100 Message-Id: <344E7A20-CC4F-4871-94B8-149CDB566A59@dominion.thruhere.net> References: <4EAA34EB.5060205@windriver.com> To: Brian Park X-Mailer: Apple Mail (2.1251.1) Cc: yocto@yoctoproject.org Subject: Re: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 07:25:08 -0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Op 28 okt. 2011, om 19:06 heeft Brian Park het volgende geschreven: > Thanks for the info.=20 > As I'm very new to Yocto, I'd not know how to create local.conf to = build for panda, even knowing that the kernel will support pandaboard. = How would I go about configuring Yocto to build for panda? If you can = point me to some documentation showing how to do it, I'd appreciate it. >=20 > I'm just learning yocto, in my spare time, and just went through the = quick start guide to build for x86qemu image and skimmed through the = development manual. But I'm not too sure how to go about configuring for = pandaboard. I figured, I can build for beagle board and then modify = config to make it work for panda. However, I'm having build issue when = trying to build for beagle board. >=20 > If there is already an existing pandaboard config, I'd like to try it. The best pandaboard support is present in the meta-ti layer, to use it = just follow the instructions at = http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstrument= s/tree/README regards, Koen= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wy0-f176.google.com (mail-wy0-f176.google.com [74.125.82.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 456D0E013A3 for ; Mon, 31 Oct 2011 00:25:35 -0700 (PDT) Received: by wyg34 with SMTP id 34so342622wyg.35 for ; Mon, 31 Oct 2011 00:25:34 -0700 (PDT) Received: by 10.227.58.18 with SMTP id e18mr16251134wbh.23.1320045934291; Mon, 31 Oct 2011 00:25:34 -0700 (PDT) Received: from [172.20.1.32] (ip545070eb.adsl-surfen.hetnet.nl. [84.80.112.235]) by mx.google.com with ESMTPS id ei16sm30736532wbb.21.2011.10.31.00.25.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 31 Oct 2011 00:25:33 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1251.1) From: Koen Kooi In-Reply-To: Date: Mon, 31 Oct 2011 08:25:32 +0100 Message-Id: <020B9637-90D0-4C03-AEBA-19912F97033B@dominion.thruhere.net> References: To: Robert P. J. Day X-Mailer: Apple Mail (2.1251.1) Cc: yocto@yoctoproject.org Subject: Re: Building for pandaboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 07:25:35 -0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Op 28 okt. 2011, om 16:10 heeft Robert P. J. Day het volgende = geschreven: > On Thu, 27 Oct 2011, Brian Park wrote: >=20 >> Hi, >=20 >> I'm interested in using Yocto to build linux for PandaBoard. It >> seems there are already patches some where that I can use to build >> for panda, as I found some discussions mentioning PandaBoard patch >> in the archive. But I could not apply it. I'd appreciate some >> pointers on how to find and apply the right patch. >>=20 >> Just trying to apply >> = http://article.gmane.org/gmane.linux.embedded.yocto.general/2037/match=3Dp= andaboard as a patch >> using "git am" command gave the following error. I'm using release = 1.1 Edison. >>=20 >> briansp@LinuxMint11 ~/poky $ git am < ~/Documents/pandaboard.patch >> previous rebase directory /home/briansp/poky/.git/rebase-apply still = exists but mbox given. >>=20 >> I'm new to developing for linux and yocto. So, any help would be = appreciated. >=20 > i am particulartly interested in this topic as i have two > pandaboards waiting to be yocto-ized. might this be a more > appropriate topic for the pandaboard mailing list? The best pandaboard support is present in the meta-ti layer, to use it = just follow the instructions at = http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstrument= s/tree/README regards, Koen=