]> code.ossystems Code Review - openembedded-core.git/commit
run-postinsts: simplify the logic of whether to install it to images
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 17 Feb 2017 16:47:22 +0000 (18:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commit697804229a172125ce7d3bfc9b343812d6fe3240
tree3e6f4cc734cdca458e762596658b0f55a738e28f
parentb69bad2c4e51a24868422f39619a0598fd2a0533
run-postinsts: simplify the logic of whether to install it to images

The logic is scattered all over the place, but amounts to
"install, unless the rootfs is read only". Let's express that directly.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta-selftest/recipes-test/images/oe-selftest-image.bb
meta-selftest/recipes-test/images/wic-image-minimal.bb
meta/classes/image.bbclass
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass
meta/classes/rootfs_rpm.bbclass
meta/lib/oe/manifest.py
meta/recipes-core/images/core-image-minimal.bb
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/opkg/opkg_0.3.4.bb