From 0b4a11f2c9333286c617b91a638541748d93eaf0 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 5 Dec 2016 15:23:12 +0100 Subject: Minimal OTA-enabled distro --- conf/distro/poky-sota.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/distro/poky-sota.conf (limited to 'conf') diff --git a/conf/distro/poky-sota.conf b/conf/distro/poky-sota.conf new file mode 100644 index 0000000..9dcbefe --- /dev/null +++ b/conf/distro/poky-sota.conf @@ -0,0 +1,7 @@ +require conf/distro/poky.conf +require conf/distro/sota.conf.inc + +DISTRO ="poky-sota" +DISTRO_NAME = "OTA-enabled Linux" +DISTRO_VERSION = "1.0" +DISTRO_CODENAME = "sota" -- cgit v1.2.3-54-g00ecf