From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 13D486E914 for ; Fri, 7 Feb 2014 17:32:28 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 07 Feb 2014 09:32:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,801,1384329600"; d="scan'208";a="451482728" Received: from unknown (HELO [10.254.114.103]) ([10.254.114.103]) by orsmga001.jf.intel.com with ESMTP; 07 Feb 2014 09:32:24 -0800 User-Agent: Microsoft-MacOutlook/14.3.9.131030 Date: Fri, 07 Feb 2014 09:32:22 -0800 From: Darren Hart To: Bruce Ashfield , Saul Wold , , "nitin.a.kamble" Message-ID: Thread-Topic: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI References: <274bcde5bf629e3cbac8d32560ce916520a771af.1391534980.git.bruce.ashfield@windriver.com> <52F50D0F.7020101@linux.intel.com> <52F50D61.90308@windriver.com> <52F50E7B.50707@windriver.com> <52F516DC.4080608@windriver.com> In-Reply-To: <52F516DC.4080608@windriver.com> Mime-version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/2] linux-yocto/3.10: integrate LTSI X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 17:32:28 -0000 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit On 2/7/14, 9:24, "Bruce Ashfield" wrote: >On 14-02-07 11:55 AM, Darren Hart wrote: >> On 2/7/14, 8:48, "Bruce Ashfield" wrote: >>>>>>>> | ERROR: Function failed: do_compile (log file is located at >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>/home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build >>>>>>>>/b >>>>>>>> ui >>>>>>>> l >>>>>>>> >>>>>>>> >>>>>>>>d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658a >>>>>>>>a5 >>>>>>>> 80 >>>>>>>> _ >>>>>>>> 78d2a615b1-r0/temp/log.do_compile.1426) >> >> So since this is qemux86 that is failing, and Bruce has run the qemu >> builds - so are we using the right SRCREVs? >> >> Machine: 78d2a615b1 >> Meta: 4d658aa580 > >Sorry for the spam, but is this the same issue that Nitin' fixed >upstream that that I integrated this week ? I have another pending >commit that updates the SRCREVs again, but I was waiting on LTSI to >make it in before sending it. No, this is failing with: | drivers/built-in.o: In function `gen6_update_ring_freq': | /build/yocto/master/qemux86_20140207091321/build/tmp/work/qemux86-poky-linu x/linux-yocto/3.10.25+gitAUTOINC+4d658aa580_78d2a615b1-r0/linux/drivers/gpu /drm/i915/intel_pm.c:3876: undefined reference to `cpufreq_cpu_get' | /build/yocto/master/qemux86_20140207091321/build/tmp/work/qemux86-poky-linu x/linux-yocto/3.10.25+gitAUTOINC+4d658aa580_78d2a615b1-r0/linux/drivers/gpu /drm/i915/intel_pm.c:3879: undefined reference to `cpufreq_cpu_put' The Kconfig fix from Nitin was for generic_chip.c, this is for i915 and pm. I'll update SRCREVs and see if this resolves itself. -- Darren