All of lore.kernel.org
 help / color / mirror / Atom feed
From: leonardo.sandoval.gonzalez@linux.intel.com
To: poky@yoctoproject.org
Subject: [PATCH 0/8] yocto-bsp: linux-yocto recipes updates to 4.8
Date: Tue,  4 Oct 2016 16:53:32 -0500	[thread overview]
Message-ID: <cover.1475617525.git.leonardo.sandoval.gonzalez@linux.intel.com> (raw)

From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>

This time, the update was done by architecture so if something go wrong,
we can have more control on the commit introducing the issue. In other hand,
the commit is much more atomic.

NOTE: when building the the kernel with MIPS architecture, there is a QA
issue, apparently the kernel assumes 64 bits even thought kernel is intended
for 32 bits. This sugggests that some kernel fragment is missing. The same
approach as [1] was tried without success. Once fully confirmed on 4.4,
a bug will be filed.

[YOCTO #10301]

[1] https://lists.yoctoproject.org/pipermail/poky/2016-September/010727.html

The following changes since commit 5d8a968ecdf40babe452b0ac63d94a7a163710ae:

  dev-manual: Applied review changes to GNU debugging section. (2016-09-28 15:02:33 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lsandov1/yocto-bsp-update-4.8
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/yocto-bsp-update-4.8

Leonardo Sandoval (8):
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for qemu arch
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for arm arch
  machine.conf: Remove duplicate xserver choices
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for i386 arch
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS arch
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS64 arch
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for PowerPC arch
  yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for x86-64 arch

 .../arm/recipes-kernel/linux/kernel-list.noinstall |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 33 ++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 32 +++++++++++
 .../target/arch/i386/conf/machine/machine.conf     | 12 +----
 .../recipes-kernel/linux/kernel-list.noinstall     |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 33 ++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 32 +++++++++++
 .../recipes-kernel/linux/kernel-list.noinstall     |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 33 ++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 32 +++++++++++
 .../recipes-kernel/linux/kernel-list.noinstall     |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 33 ++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 32 +++++++++++
 .../recipes-kernel/linux/kernel-list.noinstall     |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 33 ++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 32 +++++++++++
 .../recipes-kernel/linux/kernel-list.noinstall     |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 62 ++++++++++++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 61 +++++++++++++++++++++
 .../recipes-kernel/linux/kernel-list.noinstall     |  4 +-
 .../linux/linux-yocto-tiny_4.8.bbappend            | 33 ++++++++++++
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 32 +++++++++++
 22 files changed, 529 insertions(+), 24 deletions(-)
 create mode 100644 scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend
 create mode 100644 scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.8.bbappend

-- 
2.1.4



             reply	other threads:[~2016-10-04 21:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-04 21:53 leonardo.sandoval.gonzalez [this message]
2016-10-04 21:53 ` [PATCH 1/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for qemu arch leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 2/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for arm arch leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 3/8] machine.conf: Remove duplicate xserver choices leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 4/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for i386 arch leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 5/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS arch leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 6/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for MIPS64 arch leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 7/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for PowerPC arch leonardo.sandoval.gonzalez
2016-10-04 21:53 ` [PATCH 8/8] yocto-bsp: linux-yocto recipes update (4.4 to 4.8) for x86-64 arch leonardo.sandoval.gonzalez

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=cover.1475617525.git.leonardo.sandoval.gonzalez@linux.intel.com \
    --to=leonardo.sandoval.gonzalez@linux.intel.com \
    --cc=poky@yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.