Merge "Add copyright header to patch files"
[armband.git] / patches / opnfv-fuel / arm64-bug-fixes / 0001-bootstrap-Add-lshw-package.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, 24 May 2016 16:42:21 +0200
11 Subject: [PATCH] bootstrap: Add lshw package.
12
13 Until Ubuntu Trusty fixes the following bug on AArch64 [1]:
14 "AArch64: slow cpuinfo due to redundant loop"
15 we will be using a patched version of <lshw> from Armband MOS repos.
16
17 This change enforces replacing the lshw from Ubuntu with our custom,
18 patched package.
19
20 [1] https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1582181
21
22 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
23 ---
24  build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml | 1 +
25  1 file changed, 1 insertion(+)
26
27 diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
28 index fcf4257..264ae0e 100644
29 --- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
30 +++ b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
31 @@ -24,6 +24,7 @@
32      - linux-headers-generic
33      - live-boot
34      - live-boot-initramfs-tools
35 +    - lshw
36      - mc
37      - mcollective
38      - msmtp-mta