Create phosphor-mmc distro feature
Create a distro feature for building images for a mmc chip. This
distro feature would allow to add/remove packages that only apply
to mmc.
Change-Id: Ied0a6e3300ecd4500a8a427d7153fc950bae902c
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/conf/distro/include/phosphor-mmc.inc b/conf/distro/include/phosphor-mmc.inc
new file mode 100644
index 0000000..05d79c7
--- /dev/null
+++ b/conf/distro/include/phosphor-mmc.inc
@@ -0,0 +1,2 @@
+DISTRO_FEATURES += "phosphor-mmc"
+DISTROOVERRIDES .= ":df-phosphor-mmc"