[poky] [PATCH 0/8] yocto-bsp: linux-yocto recipes updates to 4.8
leonardo.sandoval.gonzalez at linux.intel.com
leonardo.sandoval.gonzalez at linux.intel.com
Tue Oct 4 14:53:33 PDT 2016
From: Leonardo Sandoval <leonardo.sandoval.gonzalez at 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.
[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
More information about the poky
mailing list