phosphor-tiny: preserve existing distro overrides

phosphor-tiny.inc is intended to be included from a distro config file.
As such it should not override any existing content in DISTROOVERRIDES
placed there by other distro includes or the main distro configuration
file.

(From meta-phosphor rev: 5b9f4ed598f576620fa28bc4422cd8d8a532c410)

Fixes: 8ed79d3c02f088673a52e89168f3d44b5a736ab0
Change-Id: I8abe8fc57148a3edf7b8097e4f3ee1974eca6e59
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/conf/distro/include/phosphor-tiny.inc b/meta-phosphor/conf/distro/include/phosphor-tiny.inc
index 8d57b54..990b44e 100644
--- a/meta-phosphor/conf/distro/include/phosphor-tiny.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-tiny.inc
@@ -1,2 +1,2 @@
 # Include this to get minimum flash image created
-DISTROOVERRIDES = "openbmc-phosphor:openbmc-phosphor-tiny"
+DISTROOVERRIDES .= ":openbmc-phosphor-tiny"