summaryrefslogtreecommitdiffstats
path: root/conf/distro/poky-sota.conf
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-25 15:21:07 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-26 11:04:39 +0200
commit4d610e9f230dd23589b18588446c2368f3a99446 (patch)
tree4c2f39cc49525698ef8197646bd652db270df8b8 /conf/distro/poky-sota.conf
parent4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b (diff)
downloadmeta-updater-4d610e9f230dd23589b18588446c2368f3a99446.tar.gz
Replace includes with bblcasses
They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL
Diffstat (limited to 'conf/distro/poky-sota.conf')
-rw-r--r--conf/distro/poky-sota.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/poky-sota.conf b/conf/distro/poky-sota.conf
index 2bbc62b..6972a94 100644
--- a/conf/distro/poky-sota.conf
+++ b/conf/distro/poky-sota.conf
@@ -1,9 +1,9 @@
1require conf/distro/poky.conf 1require conf/distro/poky.conf
2require conf/distro/sota.conf.inc
3 2
4DISTRO = "poky-sota" 3DISTRO = "poky-sota"
5DISTRO_NAME = "OTA-enabled Linux" 4DISTRO_NAME = "OTA-enabled Linux"
6DISTRO_VERSION = "1.0" 5DISTRO_VERSION = "1.0"
7DISTRO_CODENAME = "sota" 6DISTRO_CODENAME = "sota"
8 7
8INHERIT += " sota"
9IMAGE_INSTALL_append = " connman connman-client" 9IMAGE_INSTALL_append = " connman connman-client"