blob: c3a8da4a4763945d5a2e0c1757772b185b4beb91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Thu, 4 Aug 2016 12:50:19 +0200
Subject: [PATCH] kernel-flavor: linux-image-generic-lts-xenial
Ubuntu arm64: switch from using kernel 4.2 for Trusty
(linux-image-generic-lts-trusty) to kernel 4.4 backported from Xenial
(linux-image-generic-lts-xenial).
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml | 4 ++--
deploy/config/dea_base.yaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
index 17e161f..fb0ad1a 100644
--- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
+++ b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
@@ -13,7 +13,7 @@
extra_dirs:
- /usr/share/fuel_bootstrap_cli/files/trusty
output_dir: /tmp/
- kernel_flavor: linux-image-generic-lts-trusty
+ kernel_flavor: linux-image-generic-lts-xenial
packages:
- fuel-agent
- hwloc
@@ -21,7 +21,7 @@
- i40e-dkms
- linux-firmware
- linux-firmware-nonfree
- - linux-headers-generic
+ - linux-headers-generic-lts-xenial
- live-boot
- live-boot-initramfs-tools
- lshw
diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml
index 5a25040..f5a03e2 100644
--- a/deploy/config/dea_base.yaml
+++ b/deploy/config/dea_base.yaml
@@ -474,9 +474,9 @@ settings:
linux-firmware-nonfree
- linux-headers-generic-lts-trusty
+ linux-headers-generic-lts-xenial
- linux-image-generic-lts-trusty
+ linux-image-generic-lts-xenial
lvm2
|