Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: saul.wold@intel.com
Subject: Re: [PATCH 0/4][jethro] yocto-bsp related patches backported from master
Date: Tue, 2 Feb 2016 12:54:49 -0600	[thread overview]
Message-ID: <56B0FB79.10308@linux.intel.com> (raw)
In-Reply-To: <1454408746-552-1-git-send-email-leonardo.sandoval.gonzalez@linux.intel.com>

Wrong list. I will be sent again, this time to poky@yoctoproject.org

On 02/02/2016 04:25 AM, leonardo.sandoval.gonzalez@linux.intel.com wrote:
> From: Leonardo Sandoval <leonardo.sandoval.gonzalez@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.
>
> 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(-)
>



      parent reply	other threads:[~2016-02-02 18:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 10:25 [PATCH 0/4][jethro] yocto-bsp related patches backported from master leonardo.sandoval.gonzalez
2016-02-02 10:25 ` [PATCH 1/4][jethro] yocto-bsp: Default kernel version to 4.1 on x86_64 leonardo.sandoval.gonzalez
2016-02-02 10:25 ` [PATCH 2/4][jethro] yocto-bsp: Avoid duplication of user patches ({{=machine}}-user-patches.scc) leonardo.sandoval.gonzalez
2016-02-02 10:25 ` [PATCH 3/4][jethro] yocto-bsp: Set KTYPE to user selected base branch leonardo.sandoval.gonzalez
2016-02-02 10:25 ` [PATCH 4/4][jethro] yocto-bsp: Set SRCREV meta/machine revisions to AUTOREV leonardo.sandoval.gonzalez
2016-02-02 18:54 ` Leonardo Sandoval [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56B0FB79.10308@linux.intel.com \
    --to=leonardo.sandoval.gonzalez@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=saul.wold@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox