blob: 1e712f67285901ebdda8f41f23f27a48aac4d693 [file] [log] [blame]
Andrew Geissler8b139282021-03-05 15:22:30 -06001From 037a12301968a56f0c7e492ea4a05d2eecbd4cc6 Mon Sep 17 00:00:00 2001
2From: Jate Sujjavanich <jatedev@gmail.com>
3Date: Fri, 8 Jan 2021 20:18:00 -0500
4Subject: [PATCH 2/3] Fix missing openembedded from ssg/constants.py
5
6---
7 ssg/constants.py | 4 +++-
8 1 file changed, 3 insertions(+), 1 deletion(-)
9
10diff --git a/ssg/constants.py b/ssg/constants.py
11index fab7cda5d..2ca289f84 100644
12--- a/ssg/constants.py
13+++ b/ssg/constants.py
14@@ -234,7 +234,8 @@ PRODUCT_TO_CPE_MAPPING = {
15 }
16
17 MULTI_PLATFORM_LIST = ["rhel", "fedora", "rhosp", "rhv", "debian", "ubuntu",
18- "wrlinux", "opensuse", "sle", "ol", "ocp", "example"]
19+ "wrlinux", "opensuse", "sle", "ol", "ocp", "example",
20+ "openembedded"]
21
22 MULTI_PLATFORM_MAPPING = {
23 "multi_platform_debian": ["debian8"],
24@@ -249,6 +250,7 @@ MULTI_PLATFORM_MAPPING = {
25 "multi_platform_sle": ["sle11", "sle12"],
26 "multi_platform_ubuntu": ["ubuntu1404", "ubuntu1604", "ubuntu1804"],
27 "multi_platform_wrlinux": ["wrlinux"],
28+ "multi_platform_openembedded": ["openembedded"],
29 }
30
31 RHEL_CENTOS_CPE_MAPPING = {
32--
332.24.3 (Apple Git-128)
34