From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f170.google.com (mail-ea0-f170.google.com [209.85.215.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 17803E003D4 for ; Sat, 10 Aug 2013 23:30:20 -0700 (PDT) Received: by mail-ea0-f170.google.com with SMTP id h14so2774291eak.15 for ; Sat, 10 Aug 2013 23:30:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=QLAcE/2NNgKJRMqXAanzCD6ygvNKDkvV0GxJklevKvs=; b=MIHUt/LAWz2+ywtRjQjQfnfaMz3zH4nir2KY1EmV+i0vQgJDODLdT9+6zeOQdjnOIp 5WIJEmxXwkrSABXQgaeArFUbUJhxvbCCZrZ+Kv6UpatZCDpE2lqkrA1XPIxQcChPVlZf roD9ROFNfIl9GgR+daLGC70c5TTkOT4PVAwdRFYCkGF5PbnQJgRyscKSMlMM2oofGGtf hJ318K5s4n1LTzf2rNI+2PkbbYj91btmybFYT07lbJmVUDhQ1OsFyuYVnTGw3soqPOeW gt/v3D9h6AYgd630745WasAfIv5y5+JJ0cUdevgvBLD0jXgvatlcvO6+F7mcqC/lfk+y W4tA== X-Received: by 10.14.110.194 with SMTP id u42mr20134433eeg.112.1376202619200; Sat, 10 Aug 2013 23:30:19 -0700 (PDT) Received: from [192.168.1.141] ([95.169.53.65]) by mx.google.com with ESMTPSA id p5sm45306541eeg.5.2013.08.10.23.30.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 10 Aug 2013 23:30:18 -0700 (PDT) References: <51F8BAE8.3090805@gmail.com> <51F8EDB2.4020001@gmail.com> <8FA37C33-DF65-4B96-BD90-4D3B784E4A57@gmail.com> <51FF1602.8040805@windriver.com> <52028282.8020207@windriver.com> <520334EE.2090704@gmail.com> <5203913D.8090606@windriver.com> <52071D37.9020009@windriver.com> Mime-Version: 1.0 (1.0) In-Reply-To: <52071D37.9020009@windriver.com> Message-Id: <6E97B830-76B6-4D29-993B-D73A7732E044@gmail.com> X-Mailer: iPad Mail (10B329) From: martiert@gmail.com Date: Sun, 11 Aug 2013 08:30:18 +0200 To: Bruce Ashfield Cc: "yocto@yoctoproject.org" Subject: Re: Building linux-yocto kernel in own bsp layer X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 06:30:21 -0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cool. Thank you so much for the help. Looking forward to getting home tomorr= ow and testing it out. Can't help but love this community and the help one g= ets here. - Martin On 11. aug. 2013, at 07:12, Bruce Ashfield wr= ote: > On 13-08-08 8:38 AM, Bruce Ashfield wrote: >> On 13-08-08 02:04 AM, Martin Ertsaas wrote: >>> On 08/07/13 19:23, Bruce Ashfield wrote: >>>> On 13-08-07 12:31 PM, martiert@gmail.com wrote: >>>>> Bruce, have you had the opportunity to look at this yet? >>>>=20 >>>> I was about to email on this. I was out of the office last week, but >>>> was just starting on this last night. >>>>=20 >>>> Cheers, >>>>=20 >>>> Bruce >>> Great. Thanks for the help btw. It is greatly appreciated. I'm kind of >>> stuck on what I have done wrong on this one. >>=20 >> Understood. I'm bumping this up to my list and have started a test build.= >=20 > I've sorted this out. You didn't do anything wrong, outside of not > defining a BSP description for the board you are building. >=20 > I've had a patch queued for 1.5 that would have detected this mismatch > and adapted, but that change is held up on the 3.10 kernel and some > other changes .. but I digress. >=20 > This also should have been in the docs, since it is what the yocto-bsp > tool generates for new BSPs. But it's probably not obvious enough, and > with my pending patches, that should be ok .. but I digress again. >=20 > What basically happened is that the atom-pc BSP description was picked > to match your pandaboard build. That's why you see the different architect= ure > and what looks like an ignored defconfig. The tools will shortly > generate you a skeleton config, but for now, you need to define your > own that will be found and used. >=20 > I've attached a patch that does just that, and when I configured, > everything was applied properly. >=20 > Cheers, >=20 > Bruce >=20 >>=20 >> Bruce >>=20 >>>=20 >>> - Martin >>=20 >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto >=20 > <0001-pandaboard-add-BSP-description.patch>