From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx1.pokylinux.org (Postfix) with ESMTP id 0A7694C81021 for ; Wed, 12 Jan 2011 18:11:02 -0600 (CST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 12 Jan 2011 16:11:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,315,1291622400"; d="scan'208";a="877021718" Received: from unknown (HELO [10.255.14.87]) ([10.255.14.87]) by fmsmga001.fm.intel.com with ESMTP; 12 Jan 2011 16:11:02 -0800 Message-ID: <4D2E4311.6070800@intel.com> Date: Wed, 12 Jan 2011 16:10:57 -0800 From: Elizabeth Flanagan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 ThunderBrowse/3.3.3 MIME-Version: 1.0 To: Darren Hart References: <4D2E3E15.2070305@linux.intel.com> In-Reply-To: <4D2E3E15.2070305@linux.intel.com> Cc: "yocto@yoctoproject.org" Subject: Re: Changes to the autobuilder. 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: Thu, 13 Jan 2011 00:11:03 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 01/12/2011 03:49 PM, Darren Hart wrote: > On 01/08/2011 03:21 PM, Flanagan, Elizabeth wrote: >> I've made a few changes to the autobuilder that people should know >> about. Currently, we've been utilizing the milestone builders to split >> the nightly to both the internal and external builders in order to >> speed things up. I've renamed them to nightly-internal* and >> nightly-external*. They were putting their build output to the >> milestone directory on the webserver. This was incorrect behavior. >> I've changed this to make the build output go out to the nightly >> directory of the webserver: http://autobuilder.pokylinux.org/nightly. >> >> The big change is to how we deal with emenlow, atom-pc, beagleboard, >> etc. These are now found under the machines// > > once you've descended into machine_name, "arch" seems superfluous. Won't > it be the only directory? Would it make more sense as: > > machines/arch/machine_name ? > > machines > x86 > qemux86 > atom-pc > x86_64 > qemux86-64 > arm > beagleboard > beagleboard_xm > > Something like that? > I agree, it does seem odd, but since there was a standard already in place (for historical reasons, I'm sure) with emenlow and atom-pc of // I wanted to make sure I didn't mess up anyone's expectations of where they should find something. I agree though, your directory structure makes more sense we can and should definitely revisit it. I just wanted to get the new boards out of /qemu. -b > -- > Darren > >> directory in the build output web directory. I'll need to eventually >> refactor some of the autobuilder scripts to deal with BSPs a little >> more elegantly, but it's functional for now and we have a standard to >> adhere to. >> >> Also, be aware that we now have a functional CURRENT link, so if you >> go to the autobuilder/nightly/CURRENT directory this will point to the >> last thing the autobuilder built. Keep in mind, it will create that >> link even if the build is broken. I'll have a commit with all of this >> in it when I finish up the upgrade to 0.8.3. >> >> If you have any questions, feel free to ask. >> >> -b >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > >