]> code.ossystems Code Review - openembedded-core.git/commit
connman.inc: do not check IMAGE_FEATURES
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 27 Nov 2017 15:56:41 +0000 (16:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Jan 2018 10:11:42 +0000 (10:11 +0000)
commitded2a1eef3345f88df0ca00f120eeba4c8f80553
tree0faf077434393658fabfdc7c84ab0794e508fa55
parentb25fc6b68a4522e89fd42f31b51fb25346818237
connman.inc: do not check IMAGE_FEATURES

Recipes can't rely on IMAGE_FEATURES to determine whether the
resulting packages will be used in an image with read/write or
read-only rootfs because IMAGE_FEATURES is a per-image recipe
variable.

The connman.inc code checked IMAGE_FEATURES to determine whether
/var/run/connman needs to be created via tmpfiles.d when booting a
read-only rootfs. In my tests that is not necessary (anymore?),
something (connman itself?) creates the missing directory.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 577585375efac8f86223d7549ce39cd70877cbd9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/connman/connman.inc