From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 34D17E002A6 for ; Thu, 23 Aug 2012 12:14:34 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 23 Aug 2012 12:14:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,301,1344236400"; d="scan'208";a="209783022" Received: from unknown (HELO [10.255.12.220]) ([10.255.12.220]) by fmsmga001.fm.intel.com with ESMTP; 23 Aug 2012 12:14:23 -0700 Message-ID: <1345749263.2988.1.camel@empanada> From: Tom Zanussi To: yocto@yoctoproject.org, Richard Purdie , Saul Wold Date: Thu, 23 Aug 2012 14:14:23 -0500 In-Reply-To: <1345614136.17535.8.camel@trz-ThinkPad-T420> References: <1345614136.17535.8.camel@trz-ThinkPad-T420> X-Mailer: Evolution 3.4.1 (3.4.1-2.fc17) Mime-Version: 1.0 Subject: Re: [PATCH 00/19] yocto-bsp updates for master, v3 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, 23 Aug 2012 19:14:34 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-08-22 at 00:42 -0500, Tom Zanussi wrote: > On Fri, 2012-08-10 at 14:06 -0500, tom.zanussi@intel.com wrote: > > From: Tom Zanussi > > > > This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and > > fixes some other minor usability problems reported by users. > > > > Please pull into poky/master. > > > > Ping, just wondering if this got overlooked, been a couple weeks, etc... > I see from the shedule that M3 will be cut tomorrow - any chance of this getting in for that? Tom > Tom > > > v2: This is the same patchset as the previous one, but an additional > > couple of patches fixing problems found in testing has been tacked on. > > > > v3: This removes all instances of YOCTO_KERNEL_EXTERNAL_BRANCH usage > > - some were missed the last time around. > > > > The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: > > > > foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) > > > > are available in the git repository at: > > > > git://git.yoctoproject.org/poky-contrib.git tzanussi/yocto-bsp-master-update.v3 > > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/yocto-bsp-master-update.v3 > > > > Tom Zanussi (19): > > yocto-bsp: add new strip_base() function > > yocto-bsp: strip '/base' from kernel branches in templates > > yocto-bsp: update default branch names > > yocto-bsp: allow branch display filtering > > yocto-bsp: use branches_base > > yocto-bsp: add standard branch mapping > > yocto-bsp: use standard branch mapping in bsp templates > > yocto-bsp: use rstrip() for assignment lines > > yocto-bsp: remove 'branch' statements in .scc if reusing branch > > yocto-bsp: add some standard policy > > yocto-bsp: add i586 option for i386 > > yocto-bsp: use emgd 1.10 for i386 template > > yocto-bsp: generate default properties even if json specified > > yocto-bsp: add 3.4/remove 3.0 kernel from templates > > yocto-bsp: update standard branch mapping > > yocto-bsp: use emgd 1.14 for i386 template > > yocto-bsp: remove YOCTO_KERNEL_EXTERNAL_BRANCH usage > > yocto-bsp: use base branches for qemu 'newbranch' case > > yocto-bsp: add missing xserver-xf86-config .bbappend for qemu > > > > scripts/lib/bsp/engine.py | 44 ++++++++++++++++++-- > > scripts/lib/bsp/kernel.py | 19 +++++++++ > > .../linux/files/{{=machine}}-standard.scc | 1 + > > .../arm/recipes-kernel/linux/kernel-list.noinstall | 4 +- > > ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 13 +++--- > > ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 13 +++--- > > ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 13 +++--- > > ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 15 +++---- > > .../arch/i386/conf/machine/{{=machine}}.conf | 14 ++++--- > > .../linux/files/{{=machine}}-preempt-rt.scc | 7 ++++ > > .../linux/files/{{=machine}}-standard.scc | 14 ++++++- > > .../recipes-kernel/linux/files/{{=machine}}.scc | 2 +- > > .../recipes-kernel/linux/kernel-list.noinstall | 4 +- > > ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 9 ++-- > > ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 13 +++--- > > ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 9 ++-- > > ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 15 +++---- > > .../linux/files/{{=machine}}-standard.scc | 1 + > > .../recipes-kernel/linux/kernel-list.noinstall | 4 +- > > ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 9 ++-- > > ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 13 +++--- > > ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 9 ++-- > > ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 15 +++---- > > .../linux/files/{{=machine}}-standard.scc | 1 + > > .../recipes-kernel/linux/files/{{=machine}}.scc | 3 -- > > .../recipes-kernel/linux/kernel-list.noinstall | 4 +- > > ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 9 ++-- > > ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 13 +++--- > > ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 9 ++-- > > ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 15 +++---- > > .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 + > > .../linux/files/{{=machine}}-preempt-rt.scc | 5 +-- > > .../linux/files/{{=machine}}-standard.scc | 9 ++-- > > .../recipes-kernel/linux/kernel-list.noinstall | 4 +- > > ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 25 +++++------ > > ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 29 ++++++------- > > ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 25 +++++------ > > ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 29 ++++++------- > > .../linux/files/{{=machine}}-preempt-rt.scc | 7 ++++ > > .../linux/files/{{=machine}}-standard.scc | 10 ++++- > > .../recipes-kernel/linux/kernel-list.noinstall | 4 +- > > ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" | 39 ----------------- > > ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 9 ++-- > > ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 36 ++++++++++++++++ > > ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" | 41 ------------------ > > ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 9 ++-- > > ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 36 ++++++++++++++++ > > 47 files changed, 321 insertions(+), 312 deletions(-) > > rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%) > > rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%) > > rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%) > > rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%) > > rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%) > > rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%) > > rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%) > > rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%) > > create mode 100644 scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend > > rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (51%) > > rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (53%) > > delete mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" > > create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" > > delete mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" > > create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" > > >