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 mail.openembedded.org (Postfix) with ESMTP id BA8516E918 for ; Fri, 7 Feb 2014 16:49:04 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s17Gn2kl013659 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 7 Feb 2014 08:49:02 -0800 (PST) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.347.0; Fri, 7 Feb 2014 08:49:02 -0800 Message-ID: <52F50E7B.50707@windriver.com> Date: Fri, 7 Feb 2014 11:48:59 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Darren Hart , Saul Wold , , "nitin.a.kamble" References: <274bcde5bf629e3cbac8d32560ce916520a771af.1391534980.git.bruce.ashfield@windriver.com> <52F50D0F.7020101@linux.intel.com> <52F50D61.90308@windriver.com> In-Reply-To: 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 16:49:05 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 14-02-07 11:47 AM, Darren Hart wrote: > Erm, and Nitin Cc'd this time. Sigh. Always a hoot.\ :). I've booted all the qemu boards, so the general code is sane. But obviously there's a config in here that is hitting a bad merge, or just a condition that is otherwise not exercised by qemu. I'm starting my own builds as well, but wanted more eyes on things. Bruce > > On 2/7/14, 8:46, "Darren Hart" wrote: > >> Nitin - please join me in looking into what's happening here. >> >> On 2/7/14, 8:44, "Bruce Ashfield" wrote: >> >>> On 14-02-07 11:42 AM, Saul Wold wrote: >>>> On 02/04/2014 09:34 AM, Bruce Ashfield wrote: >>>>> Updating the SRCREVs of the 3.10 tree to reflect the integration of >>>>> of commit 68054859 from: >>>>> >>>>> >>>>> >>>>> git://git.linuxfoundation.org/ltsi-kernegit://git.linuxfoundation.org/l >>>>> t >>>>> si-kernel.git >>>>> >>>>> >>>>> Build and boot tested on all qemu architectures. >>>>> >>>>> Signed-off-by: Bruce Ashfield >>>>> --- >>>>> meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 4 ++-- >>>>> meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +- >>>>> meta/recipes-kernel/linux/linux-yocto_3.10.bb | 14 >>>>> +++++++------- >>>>> 3 files changed, 10 insertions(+), 10 deletions(-) >>>>> >>>>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb >>>>> b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb >>>>> index 9bdd47ecbf65..dd1ec52626d1 100644 >>>>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb >>>>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb >>>>> @@ -3,8 +3,8 @@ require recipes-kernel/linux/linux-yocto.inc >>>>> KBRANCH = "standard/preempt-rt/base" >>>>> KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" >>>>> >>>>> -SRCREV_machine ?= "957ba6ae6c1d81b57da6a36b93f1b2a0ced2f45d" >>>>> -SRCREV_machine_qemuppc ?= "37e40b7017a9c78d676b19716011494dc7cb6369" >>>>> +SRCREV_machine ?= "14651317755a87f03f8399299f2eb0b4042a2d0c" >>>>> +SRCREV_machine_qemuppc ?= "2918b5d9ee82304d67aae61a427fcb02d3edee8f" >>>>> SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4" >>>>> >>>>> SRC_URI = >>>>> >>>>> "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${K >>>>> B >>>>> RANCH},meta;name=machine,meta" >>>>> >>>>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb >>>>> b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb >>>>> index 6defed1c9464..a852f75ff443 100644 >>>>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb >>>>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb >>>>> @@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.10.25" >>>>> >>>>> KMETA = "meta" >>>>> >>>>> -SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" >>>>> +SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" >>>>> SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4" >>>>> >>>>> PV = "${LINUX_VERSION}+git${SRCPV}" >>>>> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb >>>>> b/meta/recipes-kernel/linux/linux-yocto_3.10.bb >>>>> index d0772fddc5f1..f7f4dabea8d5 100644 >>>>> --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb >>>>> +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb >>>>> @@ -11,13 +11,13 @@ KBRANCH_qemux86 = "standard/common-pc/base" >>>>> KBRANCH_qemux86-64 = "standard/common-pc-64/base" >>>>> KBRANCH_qemumips64 = "standard/mti-malta64" >>>>> >>>>> -SRCREV_machine_qemuarm ?= "e3163012f3e09fe48374ef22bc676f8b19aeec1a" >>>>> -SRCREV_machine_qemumips ?= "01a71aaf8e545c3ef88da1fe02f53d1b96a2640e" >>>>> -SRCREV_machine_qemuppc ?= "ae1b9115975ff235038d5da22b4cc984b4d76aae" >>>>> -SRCREV_machine_qemux86 ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" >>>>> -SRCREV_machine_qemux86-64 ?= >>>>> "79af968f2f26378798aec7a6d729ff5a371aae5f" >>>>> -SRCREV_machine_qemumips64 ?= >>>>> "67efb2993ec7726df5567e2572fd64e34e29b46d" >>>>> -SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" >>>>> +SRCREV_machine_qemuarm ?= "2a4d8c0884c8d08896c052a6e42c51e861cf48b5" >>>>> +SRCREV_machine_qemumips ?= "08872a160571b9bf45b6cd262b977063f12aca46" >>>>> +SRCREV_machine_qemuppc ?= "eba0c4fcc962ffddd384251b5b6ee0c61bd5ea4d" >>>>> +SRCREV_machine_qemux86 ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" >>>>> +SRCREV_machine_qemux86-64 ?= >>>>> "78d2a615b13a1c307d482eaa9499c1b2dee40599" >>>>> +SRCREV_machine_qemumips64 ?= >>>>> "de555074575d2997a8cd7a4b2d6dbf22e7ddfc9b" >>>>> +SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" >>>>> SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4" >>>>> >>>>> SRC_URI = >>>>> >>>>> "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${K >>>>> B >>>>> RANCH},${KMETA};name=machine,meta" >>>>> >>>>> >>>> >>>> This change seems to have introduced an issue with the x86* builds as >>> >>> Adding Darren, since qemux86 builds just fine. We'll need his eyes on >>> the actual failure and fix. >>> >>> Bruce >>> >>>> follows: >>>>> | drivers/built-in.o: In function `gen6_update_ring_freq': >>>>> | >>>>> >>>>> /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/bui >>>>> l >>>>> d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658aa580 >>>>> _ >>>>> 78d2a615b1-r0/linux/drivers/gpu/drm/i915/intel_pm.c:3876: >>>>> undefined reference to `cpufreq_cpu_get' >>>>> | >>>>> >>>>> /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/bui >>>>> l >>>>> d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658aa580 >>>>> _ >>>>> 78d2a615b1-r0/linux/drivers/gpu/drm/i915/intel_pm.c:3879: >>>>> undefined reference to `cpufreq_cpu_put' >>>>> | make[2]: *** [vmlinux] Error 1 >>>>> | make[1]: *** [sub-make] Error 2 >>>>> | make: *** [all] Error 2 >>>>> | ERROR: oe_runmake failed >>>>> | WARNING: >>>>> >>>>> /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/bui >>>>> l >>>>> d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658aa580 >>>>> _ >>>>> 78d2a615b1-r0/temp/run.do_compile.1426:1 >>>>> exit 1 from >>>>> | exit 1 >>>>> | ERROR: Function failed: do_compile (log file is located at >>>>> >>>>> /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/bui >>>>> l >>>>> d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658aa580 >>>>> _ >>>>> 78d2a615b1-r0/temp/log.do_compile.1426) >>>>> >>>>> NOTE: recipe linux-yocto-3.10.25+gitAUTOINC+4d658aa580_78d2a615b1-r0: >>>>> task do_compile: Failed >>>>> ERROR: Task 149 >>>>> >>>>> (/home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/me >>>>> t >>>>> a/recipes-kernel/linux/linux-yocto_3.10.bb, >>>>> do_compile) failed with exit code '1' >>>>> NOTE: recipe gcc-runtime-4.8.2-r0: task do_compile: Succeeded >>>> >>>> This can be seen on the AB >>>> >>>> http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/20/ >>>> s >>>> teps/BuildImages/logs/stdio >>>> >>>> >>>> This is one example. >>>> >>>> Thanks >>>> Sau! >>>> >>>> >>> >>> >> >> > > >