From 81082f0f7a11af897e75d1046eb1a0d5795d2e3a Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 29 Jun 2017 10:16:25 +0000 Subject: bsp: Update x86 Linux kernels from 4.9 to 4.12 This fixes a compile failure with GCC 7: kernel/built-in.o: In function `update_wall_time': (.text+0x69744): undefined reference to `____ilog2_NaN' Makefile:969: recipe for target 'vmlinux' failed See also: https://marc.info/?l=linux-kernel&m=147672952517795&w=2 --- ivi/strata/bsp-x86_32-ivi.morph | 4 ++-- ivi/strata/bsp-x86_64-ivi.morph | 4 ++-- strata/bsp-x86_32-generic.morph | 4 ++-- strata/bsp-x86_64-generic.morph | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ivi/strata/bsp-x86_32-ivi.morph b/ivi/strata/bsp-x86_32-ivi.morph index 383a9c29..0dd7e00d 100644 --- a/ivi/strata/bsp-x86_32-ivi.morph +++ b/ivi/strata/bsp-x86_32-ivi.morph @@ -8,5 +8,5 @@ chunks: - name: linux-x86-32-ivi morph: ivi/strata/bsp-x86_32-ivi/linux-x86-32-ivi.morph repo: upstream:linux - ref: 523d939ef98fd712632d93a5a2b588e477a7565e - unpetrify-ref: v4.7 + ref: 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c + unpetrify-ref: v4.12 diff --git a/ivi/strata/bsp-x86_64-ivi.morph b/ivi/strata/bsp-x86_64-ivi.morph index 84d305ed..009afdd8 100644 --- a/ivi/strata/bsp-x86_64-ivi.morph +++ b/ivi/strata/bsp-x86_64-ivi.morph @@ -8,5 +8,5 @@ chunks: - name: linux-x86-64-ivi morph: ivi/strata/bsp-x86_64-ivi/linux-x86-64-ivi.morph repo: upstream:linux - ref: 523d939ef98fd712632d93a5a2b588e477a7565e - unpetrify-ref: v4.7 + ref: 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c + unpetrify-ref: v4.12 diff --git a/strata/bsp-x86_32-generic.morph b/strata/bsp-x86_32-generic.morph index 949a77ad..9c7df925 100644 --- a/strata/bsp-x86_32-generic.morph +++ b/strata/bsp-x86_32-generic.morph @@ -10,8 +10,8 @@ chunks: - name: linux-x86-32-generic morph: strata/bsp-x86_32-generic/linux-x86-32-generic.morph repo: upstream:linux - ref: 69973b830859bc6529a7a0468ba0d80ee5117826 - unpetrify-ref: v4.9 + ref: 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c + unpetrify-ref: v4.12 - name: nasm morph: strata/bsp-x86_32-generic/nasm.morph repo: upstream:nasm diff --git a/strata/bsp-x86_64-generic.morph b/strata/bsp-x86_64-generic.morph index 8b9e3207..d5c267a4 100644 --- a/strata/bsp-x86_64-generic.morph +++ b/strata/bsp-x86_64-generic.morph @@ -10,8 +10,8 @@ chunks: - name: linux-x86-64-generic morph: strata/bsp-x86_64-generic/linux-x86-64-generic.morph repo: upstream:linux - ref: 69973b830859bc6529a7a0468ba0d80ee5117826 - unpetrify-ref: v4.9 + ref: 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c + unpetrify-ref: v4.12 - name: nasm morph: strata/bsp-x86_64-generic/nasm.morph repo: upstream:nasm -- cgit v1.2.1