From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: missing create_config.sh in osstest Date: Tue, 19 Aug 2014 13:25:59 +0100 Message-ID: <1408451159.18002.6.camel@hastur.hellion.org.uk> References: <9E79D1C9A97CFD4097BCE431828FDD319DD56F@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9E79D1C9A97CFD4097BCE431828FDD319DD56F@SHSMSX103.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Hu, Robert" Cc: Wei Liu , "Pang, LongtaoX" , 'Ian Jackson' , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Mon, 2014-08-18 at 08:23 +0000, Hu, Robert wrote: > Hi, > > > > In ts-kernel-build, line 262 sub config_create_config_sh (), > > Line 269: sh buildconfigs/create_config.sh .config > "-xen" $xta > > > > Where does this create_config.sh come from? 2.6 old kernel will by > nature have this? It is present in the old linux-2.6.18-xen repo. The config_create_config_sh function is only called is the kconfighow runvar is == "create-config-sh", if it is being used with a repo which does not have the script then there is some inconsistency in your setup, either the repo or the runvar is wrong. In the production flights kconfighow=="create-config-sh" only for the build-*-oldkern jobs which build linux-2.6.18-xen. Ian.