Merge "Revert "docs: Release Notes: Add Label""
[armband.git] / patches / opnfv-fuel / 0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.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: Sat, 19 Nov 2016 20:39:35 +0100
11 Subject: [PATCH] f_odlpluginbuild: Armband prereq in packages.yaml
12
13 We need to explicitily add our Armband leveldb patching prereq to
14 the ODL plugin's packages.yaml, so they are included in the
15 offline Ubuntu/MOS mirrors.
16
17 After ARMBAND-114 was implemented, the dependency list is only:
18 - armband-odl-leveldb-fix (for patching leveldbjni);
19 - libasound2 (openjdk-8-jre amos version additional dep);
20
21 Note: armband-odl-leveldb-fix MUST be also added to MOS mirror
22 package list, since it's not present in Ubuntu repos.
23
24 JIRA: ARMBAND-167
25 JIRA: ARMBAND-114
26
27 FIXME: These are only required for arm64, so maybe later we could
28 filter out other archs by extending the packages.yaml with an <arch>
29 field.
30
31 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
32 ---
33  build/f_isoroot/f_odlpluginbuild/packages.yaml | 5 +++++
34  1 file changed, 5 insertions(+)
35  create mode 100644 build/f_isoroot/f_odlpluginbuild/packages.yaml
36
37 diff --git a/build/f_isoroot/f_odlpluginbuild/packages.yaml b/build/f_isoroot/f_odlpluginbuild/packages.yaml
38 new file mode 100644
39 index 0000000..b1bf086
40 --- /dev/null
41 +++ b/build/f_isoroot/f_odlpluginbuild/packages.yaml
42 @@ -0,0 +1,5 @@
43 +# Armband: openjdk-8-jre depends on libasound2
44 +# Armband: leveldb patching requires armband-odl-leveldb-fix
45 +packages:
46 +  - armband-odl-leveldb-fix
47 +  - libasound2