[poky] [PATCH 0/4][jethro] yocto-bsp related patches backported from master
Leonardo Sandoval
leonardo.sandoval.gonzalez at linux.intel.com
Wed Feb 3 11:12:53 PST 2016
On 02/03/2016 12:58 PM, Khem Raj wrote:
>> On Feb 3, 2016, at 9:08 AM, Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com> wrote:
>>
>>
>>
>> On 02/03/2016 12:12 AM, Khem Raj wrote:
>>>> On Feb 2, 2016, at 2:50 AM, leonardo.sandoval.gonzalez at linux.intel.com wrote:
>>>>
>>>> From: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>
>>>>
>>>> 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.
>>
> OK fair enough.
>
>> 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?
> AUTOREVs are good for development but eventually they are hard to use in a release products
> so setting a template to use AUTOREV can set a wrong pretext. We should not do that in default
> templates. If user chooses so be it.
Got it. I will elaborate a separate patch/series base on your comments.
Thanks.
>>>> 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 at yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list