All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] yocto-bsp: linux-yocto recipes updates to 4.8
@ 2016-10-04 21:53 leonardo.sandoval.gonzalez
  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
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: leonardo.sandoval.gonzalez @ 2016-10-04 21:53 UTC (permalink / raw)
  To: poky

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-04 21:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 21:53 [PATCH 0/8] yocto-bsp: linux-yocto recipes updates to 4.8 leonardo.sandoval.gonzalez
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

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.