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