summaryrefslogtreecommitdiffstats
path: root/documentation/bitbake.rst
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2022-09-05 20:40:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-08 14:59:39 +0100
commitb8dd4aaf223852d74b3fbaa4550eb3cc22ba324b (patch)
treed28b46181e0b0d9d1f526bdd7ddc820e7c20dbf7 /documentation/bitbake.rst
parent912b35e6e6df1e904cf9f4296d242a07943cf7b3 (diff)
downloadpoky-b8dd4aaf223852d74b3fbaa4550eb3cc22ba324b.tar.gz
rootfs-postcommands.bbclass: avoid moving ssh host keys if etc is writable
When using IMAGE_FEATURE read-only-rootfs ssh host keys are moved to volatile storage. If the feature overlayfs-etc is used in addition to read-only-rootfs /etc is writable and the move is not wanted. But in the case also the IMAGE_FEATURE stateless-rootfs is used the keys will be moved as storage of keys should not be wanted in a stateless-rootfs. This change only takes effect in the case IMAGE_FEATURE contains read-only-rootfs. In adddition the following cases are handled: IMAGE_FEATURES = "read-only-rootfs" --> ssh keys/config handled as ro root IMAGE_FEATURES = "read-only-rootfs overlayfs-etc" --> ssh keys/config handled as rw root IMAGE_FEATURES = "read-only-rootfs stateless-rootfs" --> ssh keys/config handled as ro root IMAGE_FEATURES = "read-only-rootfs overlayfs-etc stateless-rootfs" --> ssh keys/config handled as ro root (From OE-Core rev: d2ad7aa1f2153955adc044ea4eb11c48086a01d1) Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bitbake.rst')
0 files changed, 0 insertions, 0 deletions