From 4b6e578cc80ae1b7f84911ae7ea69d19a35d45cd Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Sep 2018 10:43:20 -0500 Subject: Introduce new phosphor-tiny distro feature This will be used by recipes to minimize the debug objects installed into the flash image. See the poky-tiny wiki for reference: https://wiki.yoctoproject.org/wiki/Poky-Tiny Future commits will utilize this new distro feature to minimize flash image size. Tested: Verified it built. (From meta-phosphor rev: 8ed79d3c02f088673a52e89168f3d44b5a736ab0) Change-Id: Ifdace2c4bb7a98df5aa0473e5e7edc8a4f591024 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/conf/distro/include/phosphor-tiny.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-phosphor/conf/distro/include/phosphor-tiny.inc (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/distro/include/phosphor-tiny.inc b/meta-phosphor/conf/distro/include/phosphor-tiny.inc new file mode 100644 index 0000000000..8d57b54bbe --- /dev/null +++ b/meta-phosphor/conf/distro/include/phosphor-tiny.inc @@ -0,0 +1,2 @@ +# Include this to get minimum flash image created +DISTROOVERRIDES = "openbmc-phosphor:openbmc-phosphor-tiny" -- cgit v1.2.3