cleanup: Fuel: docker: remove obsolete ffi patch
[armband.git] / patches / opnfv-fuel / arm64-bug-fixes / 0002-bootstrap-dea_base-Pin-kernel-to-4.8.0-9944.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2017 Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 Date: Tue, 14 Mar 2017 19:56:50 +0100
11 Subject: [PATCH] bootstrap, dea_base: Pin kernel to 4.8.0-9944
12
13 Since newer kernels have issues with AAVMF + vhost_net,
14 we need to also temporarily blacklist vhost_net.
15
16 TODO: Remove vhost_net blacklist (later).
17
18 JIRA: https://jira.opnfv.org/browse/ARMBAND-161
19 JIRA: https://jira.opnfv.org/browse/ARMBAND-171
20 JIRA: https://jira.opnfv.org/browse/ARMBAND-227
21 JIRA: https://jira.opnfv.org/browse/ARMBAND-230
22 JIRA: https://jira.opnfv.org/browse/ARMBAND-239
23 JIRA: https://jira.opnfv.org/browse/ARMBAND-244
24
25 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
26 ---
27  build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml | 5 +++--
28  deploy/config/dea_base.yaml                         | 8 ++++++--
29  2 files changed, 9 insertions(+), 4 deletions(-)
30
31 diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
32 index ff5baa8..42765b6 100644
33 --- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
34 +++ b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
35 @@ -13,14 +13,15 @@
36    extra_dirs:
37      - /usr/share/fuel_bootstrap_cli/files/xenial
38    output_dir: /tmp/
39 -  kernel_flavor: linux-image-generic-lts-xenial
40 +  kernel_flavor: linux-image-4.8.0-9944-generic
41    packages:
42      - daemonize
43      - fuel-agent
44      - hwloc
45      - i40e-dkms
46      - linux-firmware
47 -    - linux-headers-generic
48 +    - linux-image-extra-4.8.0-9944-generic
49 +    - linux-headers-4.8.0-9944-generic
50      - live-boot
51      - live-boot-initramfs-tools
52      - lshw
53 diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml
54 index 386686f..2a5928e 100644
55 --- a/deploy/config/dea_base.yaml
56 +++ b/deploy/config/dea_base.yaml
57 @@ -534,6 +534,8 @@ settings:
58
59            anacron
60
61 +          armband-vhost-net-blacklist
62 +
63            bash-completion
64
65            bridge-utils
66 @@ -560,9 +562,11 @@ settings:
67
68            linux-firmware
69
70 -          linux-headers-generic-lts-xenial
71 +          linux-image-4.8.0-9944-generic
72 +
73 +          linux-image-extra-4.8.0-9944-generic
74
75 -          linux-image-generic-lts-xenial
76 +          linux-headers-4.8.0-9944-generic
77
78            lvm2
79