From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B7B05E00C3D; Wed, 3 Feb 2016 09:04:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 03F94E00C35 for ; Wed, 3 Feb 2016 09:03:59 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 03 Feb 2016 09:04:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,391,1449561600"; d="scan'208";a="646618357" Received: from lsandov1-mob1-linux.zpn.intel.com (HELO [10.219.5.43]) ([10.219.5.43]) by FMSMGA003.fm.intel.com with ESMTP; 03 Feb 2016 09:03:58 -0800 To: Khem Raj References: <1454410252-32098-1-git-send-email-leonardo.sandoval.gonzalez@linux.intel.com> From: Leonardo Sandoval Message-ID: <56B23402.8080502@linux.intel.com> Date: Wed, 3 Feb 2016 11:08:18 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Cc: poky@yoctoproject.org, saul.wold@intel.com Subject: Re: [PATCH 0/4][jethro] yocto-bsp related patches backported from master X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 17:04:01 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 02/03/2016 12:12 AM, Khem Raj wrote: >> On Feb 2, 2016, at 2:50 AM, leonardo.sandoval.gonzalez@linux.intel.com wrote: >> >> From: Leonardo Sandoval >> >> Set of patches that mainly fixes the do_patch issues found when creating >> BSP layers with the yocto-bsp tool. More detail on each patch description. >> > AUTOREV is going to set a bad example IMO, it will be better to translate auto rev > into a static SHA value may be driven out of AUTOREV enquiry at the time of BSP layer > creation. On this series, I simple backported some yocto-bsp related patches into Jethro so I believe the patch remains valid. In the other hand, you mean getting the SHA value from AUTOREV instead of using the AUTOREV variable? If yes, what would be the real benefit from it? >> Leonardo Sandoval (4): >> yocto-bsp: Default kernel version to 4.1 on x86_64 >> yocto-bsp: Avoid duplication of user patches >> ({{=machine}}-user-patches.scc) >> yocto-bsp: Set KTYPE to user selected base branch >> yocto-bsp: Set SRCREV meta/machine revisions to AUTOREV >> >> .../arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/arm/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend | 7 +++---- >> .../target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> .../arch/i386/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/i386/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/i386/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend | 7 +++---- >> .../arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../target/arch/i386/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> .../arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/mips/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/mips/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend | 7 +++---- >> .../arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../target/arch/mips/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> .../arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/mips64/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/mips64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../mips64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../mips64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend | 5 ++--- >> .../arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../arch/mips64/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> .../arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/powerpc/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/powerpc/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../powerpc/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../powerpc/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../powerpc/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend | 7 +++---- >> .../arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../arch/powerpc/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> .../arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/qemu/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/qemu/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend | 7 +++---- >> .../arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> .../arch/x86_64/recipes-kernel/linux/files/machine-preempt-rt.scc | 3 ++- >> .../arch/x86_64/recipes-kernel/linux/files/machine-standard.scc | 3 ++- >> .../target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc | 3 ++- >> .../target/arch/x86_64/recipes-kernel/linux/kernel-list.noinstall | 2 +- >> .../arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - >> .../arch/x86_64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- >> .../x86_64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend | 6 +++--- >> .../x86_64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend | 6 +++--- >> .../arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- >> .../arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend | 7 +++---- >> .../arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend | 7 +++---- >> .../arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++---- >> 78 files changed, 189 insertions(+), 196 deletions(-) >> >> -- >> 2.6.2 >> >> -- >> _______________________________________________ >> poky mailing list >> poky@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/poky