summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-19 15:21:01 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-25 11:40:26 +0000
commitcd0ba72daabc07f425f5a7dbdaf2a7503905b3f6 (patch)
tree974101174570b3646ecb475c2da3a17a276fa1cb /meta-phosphor
parent05b1715d005ea0433b28417b3809e23aa38ddfa7 (diff)
downloadtalos-openbmc-cd0ba72daabc07f425f5a7dbdaf2a7503905b3f6.tar.gz
talos-openbmc-cd0ba72daabc07f425f5a7dbdaf2a7503905b3f6.zip
initfs: Add proper license variables
obmc-phosphor-license.bbclass is deprecated. Replace with a real license indicator and checksum. Change-Id: I6cf2732a661cf436eb233cd350ee470311b161bb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
index f81e21dd1..49e0b058a 100644
--- a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
+++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
@@ -1,8 +1,9 @@
SUMMARY = "Phosphor OpenBMC pre-init scripts"
DESCRIPTION = "Phosphor OpenBMC filesytem mount reference implementation."
-PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
-inherit obmc-phosphor-license
+PR = "r1"
S = "${WORKDIR}"
SRC_URI += "file://obmc-init.sh"
OpenPOWER on IntegriCloud