summaryrefslogtreecommitdiffstats
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-30 14:46:40 -0500
commitf6be0985a4dc16435dae46a60437554b5d129163 (patch)
treefd0fd91eee8a7a347860da2051d58e2387d3def0
parent285b210effb9da5c953b824666df440db5e29f8f (diff)
downloadtalos-openbmc-f6be0985a4dc16435dae46a60437554b5d129163.tar.gz
talos-openbmc-f6be0985a4dc16435dae46a60437554b5d129163.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>
-rw-r--r--meta-phosphor/classes/obmc-phosphor-initfs.bbclass4
-rw-r--r--meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/obmc-phosphor-initfs.bb (renamed from meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/obmc-phosphor-init.bb)1
2 files changed, 0 insertions, 5 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"
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/obmc-phosphor-init.bb b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/obmc-phosphor-initfs.bb
index 3fa88c9e6..f81e21dd1 100644
--- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/obmc-phosphor-init.bb
+++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/obmc-phosphor-initfs.bb
@@ -3,7 +3,6 @@ DESCRIPTION = "Phosphor OpenBMC filesytem mount reference implementation."
PR = "r1"
inherit obmc-phosphor-license
-inherit obmc-phosphor-initfs
S = "${WORKDIR}"
SRC_URI += "file://obmc-init.sh"
OpenPOWER on IntegriCloud