diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-01 00:43:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-02 00:42:43 +0100 |
commit | f351b74de5a560899e74b93dae65c98380fb2171 (patch) | |
tree | 7a599d37f864a734d2674d3f28225cf58583aae7 | |
parent | 1e3a3cd6e7f6e9462afac90317ec0d2f6a3f974b (diff) | |
download | poky-f351b74de5a560899e74b93dae65c98380fb2171.tar.gz |
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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 14 |
5 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb index fba32450fc..b2ad078bca 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |||
@@ -3,8 +3,8 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" | |||
3 | 3 | ||
4 | require recipes-kernel/linux/linux-yocto.inc | 4 | require recipes-kernel/linux/linux-yocto.inc |
5 | 5 | ||
6 | SRCREV_machine ?= "546062dedb3339ef1932e01a5639f2448c04cc8a" | 6 | SRCREV_machine ?= "0a875ce52aa7a42ddabdb87038074381bb268e77" |
7 | SRCREV_machine_qemuppc ?= "93fc25319476f21750eb6c1e94978cad963c4bd7" | 7 | SRCREV_machine_qemuppc ?= "b993661d41f08846daa28b14f89c8ae3e94225bd" |
8 | SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" | 8 | SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index ca541c1161..79bd6935a2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | |||
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.14.19" | |||
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "0ca8f6b51728ca26129b4260be388ef2b7f366a8" | 11 | SRCREV_machine ?= "902f34d36102a4b2008b776ecae686f80d307e12" |
12 | SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" | 12 | SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb index c2bd4a1f65..9c33985fab 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | |||
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.17-rc6" | |||
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" | 11 | SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" |
12 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" | 12 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index 365a70fd9a..a2f4b4dccf 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb | |||
@@ -10,13 +10,13 @@ KBRANCH_qemux86 ?= "standard/common-pc/base" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "0ed31872de2c0e62e9843fa714cb0f8e5f53b70c" | 13 | SRCREV_machine_qemuarm ?= "127b621f2a4d3b1111e24423c12fac001e047c1c" |
14 | SRCREV_machine_qemumips ?= "c3537ecd101c8494a1da5534ad934f25d6fa256e" | 14 | SRCREV_machine_qemumips ?= "c3b9f1b2397f0847ab4844d1cdb8e02574434d78" |
15 | SRCREV_machine_qemuppc ?= "df6daa113d535fd46668ba3bb0970c959f103f76" | 15 | SRCREV_machine_qemuppc ?= "73e2411cdd91764d0601c0869857f53381c2a177" |
16 | SRCREV_machine_qemux86 ?= "1d678e0d4ecd53b973a70fb087dc1275b4de4e0c" | 16 | SRCREV_machine_qemux86 ?= "e19a1b40de44e756defdfb40349342d8037609bd" |
17 | SRCREV_machine_qemux86-64 ?= "0ca8f6b51728ca26129b4260be388ef2b7f366a8" | 17 | SRCREV_machine_qemux86-64 ?= "902f34d36102a4b2008b776ecae686f80d307e12" |
18 | SRCREV_machine_qemumips64 ?= "6aa17794bc6795847dae3b60f9d9be01dac874ec" | 18 | SRCREV_machine_qemumips64 ?= "1c4d70272dde4b695697dd8705a031420480f712" |
19 | SRCREV_machine ?= "0ca8f6b51728ca26129b4260be388ef2b7f366a8" | 19 | SRCREV_machine ?= "902f34d36102a4b2008b776ecae686f80d307e12" |
20 | SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" | 20 | SRCREV_meta ?= "fb6271a942b57bdc40c6e49f0203be153699f81c" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb index c424070da2..68208ebeb9 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb | |||
@@ -10,13 +10,13 @@ KBRANCH_qemux86 ?= "standard/common-pc" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "b3934b47d8a16fe323546d7dca3529bf75ef6245" | 13 | SRCREV_machine_qemuarm ?= "787dbffa74ebb7e0f3d8ade959623c69c9c066a0" |
14 | SRCREV_machine_qemumips ?= "9b74a60868ec2e45ecaea70547331b1ef6776b14" | 14 | SRCREV_machine_qemumips ?= "417faf05188f982bb1d47709f7c152a5cf116a0d" |
15 | SRCREV_machine_qemuppc ?= "d63220db68089d0604cadd2d0c3d345dfb0dfdb1" | 15 | SRCREV_machine_qemuppc ?= "975512c7f6caa812869c4fa0ed1788072bf383f6" |
16 | SRCREV_machine_qemux86 ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" | 16 | SRCREV_machine_qemux86 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" |
17 | SRCREV_machine_qemux86-64 ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" | 17 | SRCREV_machine_qemux86-64 ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" |
18 | SRCREV_machine_qemumips64 ?= "9faa5776183318eb41c191bacd05913166d19eb5" | 18 | SRCREV_machine_qemumips64 ?= "39878abc7e56c23cd4bc87b2c5d812d489903dee" |
19 | SRCREV_machine ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" | 19 | SRCREV_machine ?= "8b5bc69a2e44100313cf2a5073a07f495a6ff08e" |
20 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" | 20 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |