mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
linux-yocto/3.14/3.17: allmodconfig/allyesconfig build fixes
It was found that some of the recent feature merges for 3.14/3.17 are not allmodconfig and allyesconfig safe. Since this is a basic test before kernel patches are submitted, we've fixed the features to meet this standard. Integrating the following fixes from Paul Gortmaker: b4213d81ea3f fat: don't use obsolete random32 call in namei_vfat 2cc7eba15c1f cryptodev: stomp dynamic version numbering for in tree builds 5d1dda7aae4b Target/dif: Introduce protection-passthough-only mode 3d9772d8facf vhost: fix compile fail due to reallocated acked_features field. efad59d3a174 virtio-scsi.h: Add virtio_scsi_cmd_req_pi + VIRTIO_SCSI_F_T10_PI bits 902f34d36102 aufs: apply aufs3-mmap.patch from 3.14 branch 30efc2e9484e aufs: import core files from aufs3.14 20140915 e42f87adef10 Revert "aufs: aufs3-mmap.patch" a818774bd338 Revert "aufs: core aufs filesystem" (From OE-Core rev: d1c40ccb522b5c5a61d5faab7e0f65491e201a27) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1e3a3cd6e7
commit
f351b74de5
@@ -3,8 +3,8 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
|
||||
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
SRCREV_machine ?= "546062dedb3339ef1932e01a5639f2448c04cc8a"
|
||||
SRCREV_machine_qemuppc ?= "93fc25319476f21750eb6c1e94978cad963c4bd7"
|
||||
SRCREV_machine ?= "0a875ce52aa7a42ddabdb87038074381bb268e77"
|
||||
SRCREV_machine_qemuppc ?= "b993661d41f08846daa28b14f89c8ae3e94225bd"
|
||||
SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
||||
|
||||
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.14.19"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "0ca8f6b51728ca26129b4260be388ef2b7f366a8"
|
||||
SRCREV_machine ?= "902f34d36102a4b2008b776ecae686f80d307e12"
|
||||
SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.17-rc6"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21"
|
||||
SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e"
|
||||
SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
@@ -10,13 +10,13 @@ KBRANCH_qemux86 ?= "standard/common-pc/base"
|
||||
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
|
||||
KBRANCH_qemumips64 ?= "standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "0ed31872de2c0e62e9843fa714cb0f8e5f53b70c"
|
||||
SRCREV_machine_qemumips ?= "c3537ecd101c8494a1da5534ad934f25d6fa256e"
|
||||
SRCREV_machine_qemuppc ?= "df6daa113d535fd46668ba3bb0970c959f103f76"
|
||||
SRCREV_machine_qemux86 ?= "1d678e0d4ecd53b973a70fb087dc1275b4de4e0c"
|
||||
SRCREV_machine_qemux86-64 ?= "0ca8f6b51728ca26129b4260be388ef2b7f366a8"
|
||||
SRCREV_machine_qemumips64 ?= "6aa17794bc6795847dae3b60f9d9be01dac874ec"
|
||||
SRCREV_machine ?= "0ca8f6b51728ca26129b4260be388ef2b7f366a8"
|
||||
SRCREV_machine_qemuarm ?= "127b621f2a4d3b1111e24423c12fac001e047c1c"
|
||||
SRCREV_machine_qemumips ?= "c3b9f1b2397f0847ab4844d1cdb8e02574434d78"
|
||||
SRCREV_machine_qemuppc ?= "73e2411cdd91764d0601c0869857f53381c2a177"
|
||||
SRCREV_machine_qemux86 ?= "e19a1b40de44e756defdfb40349342d8037609bd"
|
||||
SRCREV_machine_qemux86-64 ?= "902f34d36102a4b2008b776ecae686f80d307e12"
|
||||
SRCREV_machine_qemumips64 ?= "1c4d70272dde4b695697dd8705a031420480f712"
|
||||
SRCREV_machine ?= "902f34d36102a4b2008b776ecae686f80d307e12"
|
||||
SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
|
||||
|
||||
@@ -10,13 +10,13 @@ KBRANCH_qemux86 ?= "standard/common-pc"
|
||||
KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
|
||||
KBRANCH_qemumips64 ?= "standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "b3934b47d8a16fe323546d7dca3529bf75ef6245"
|
||||
SRCREV_machine_qemumips ?= "9b74a60868ec2e45ecaea70547331b1ef6776b14"
|
||||
SRCREV_machine_qemuppc ?= "d63220db68089d0604cadd2d0c3d345dfb0dfdb1"
|
||||
SRCREV_machine_qemux86 ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21"
|
||||
SRCREV_machine_qemux86-64 ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21"
|
||||
SRCREV_machine_qemumips64 ?= "9faa5776183318eb41c191bacd05913166d19eb5"
|
||||
SRCREV_machine ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21"
|
||||
SRCREV_machine_qemuarm ?= "787dbffa74ebb7e0f3d8ade959623c69c9c066a0"
|
||||
SRCREV_machine_qemumips ?= "417faf05188f982bb1d47709f7c152a5cf116a0d"
|
||||
SRCREV_machine_qemuppc ?= "975512c7f6caa812869c4fa0ed1788072bf383f6"
|
||||
SRCREV_machine_qemux86 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e"
|
||||
SRCREV_machine_qemux86-64 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e"
|
||||
SRCREV_machine_qemumips64 ?= "39878abc7e56c23cd4bc87b2c5d812d489903dee"
|
||||
SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e"
|
||||
SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
|
||||
|
||||
Reference in New Issue
Block a user