summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw-native.bb3
8 files changed, 16 insertions, 8 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bb
index 740b194ad..9d42d78c9 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Phosphor zone events definition default data"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
SRC_URI += "file://events.yaml"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw-native.bb
index 7ae05ce80..81dfa6b37 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Generate fan control YAML from the MRW"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
inherit mrw-xml
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
index 76b0985ca..516fa0020 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Phosphor fan definition example data"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
PROVIDES += "virtual/phosphor-fan-control-fan-config"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bb
index 065efa539..f4f5f573a 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Phosphor zone conditions definition default data"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
SRC_URI += "file://zone_conditions.yaml"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config-native.bb
index 4d8759e47..43f146262 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Phosphor fan zone definition default data"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
SRC_URI += "file://zones.yaml"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bb
index 02420e43e..e8fa54be7 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Phosphor fan monitor definition default data"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
SRC_URI += "file://monitor.yaml"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb
index 0eb38737c..fca15a316 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb
@@ -6,10 +6,11 @@
SUMMARY = "Config file for phosphor-fan-presence"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
inherit phosphor-fan
-inherit obmc-phosphor-license
PROVIDES += "virtual/phosphor-fan-presence-config"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw-native.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw-native.bb
index 47dc2a4a1..70a3f8254 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw-native.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw-native.bb
@@ -1,8 +1,9 @@
SUMMARY = "Generate fan presence YAML from the MRW"
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit native
-inherit obmc-phosphor-license
inherit phosphor-fan
inherit mrw-xml