summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorMilton Miller <miltonm@us.ibm.com>2016-06-06 18:17:44 -0500
committerMilton Miller <miltonm@us.ibm.com>2016-06-23 11:24:12 -0500
commit01d37561a6ef969bfc0ce46f566954e8c8371dcf (patch)
tree6a7b991cbdbfa8f14b51a496672b10ede486f9ba /meta-phosphor/classes
parent59761f32c548fe67dc61c7dda927c4abfdb1eea2 (diff)
downloadtalos-openbmc-01d37561a6ef969bfc0ce46f566954e8c8371dcf.tar.gz
talos-openbmc-01d37561a6ef969bfc0ce46f566954e8c8371dcf.zip
initfs: Fix recipe, remove unnecessary class
Because the recipe was named with trailing part init instead of initfs, the package didn't match the package name requiring PROVIDES, RPROVIDES and other bitbake workarounds. Fix the recipe name to match the package removing the overly verbose packaging. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-initfs.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-initfs.bbclass b/meta-phosphor/classes/obmc-phosphor-initfs.bbclass
deleted file mode 100644
index de7923e82..000000000
--- a/meta-phosphor/classes/obmc-phosphor-initfs.bbclass
+++ /dev/null
@@ -1,4 +0,0 @@
-# Common code for recipes that implement Phosphor OpenBMC filesystem
-
-RPROVIDES_${PN} += "obmc-phosphor-initfs"
-PROVIDES += "obmc-phosphor-initfs"
OpenPOWER on IntegriCloud