From 70bad6051c38233884279dfad14e62863efb4827 Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Wed, 19 Apr 2017 13:52:40 +0200 Subject: Set default DISTRO, disable prelink Setting the default DISTRO to include systemd means that the rvi-sota-client starts by default, making it work 'out of the box'. image-prelink seems to be broken at the moment, so I've disabled it by default. --- conf/distro/sota.conf.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/distro') diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index a2d8184..a7d3aae 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc @@ -1,7 +1,7 @@ DISTRO_FEATURES_append = " sota" OVERRIDES .= ":sota" -IMAGE_INSTALL_append = " ostree os-release" +IMAGE_INSTALL_append = " ostree os-release rvi-sota-client" # live image for OSTree-enabled systems IMAGE_CLASSES += "image_types_ostree image_types_ota" @@ -24,3 +24,5 @@ OSTREE_BRANCHNAME ?= "ota-${MACHINE}" OSTREE_OSNAME ?= "poky" OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" +# Prelinking increases the size of downloads and causes build errors +USER_CLASSES_remove = "image-prelink" -- cgit v1.2.3-54-g00ecf