This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Commit 916ca81
committed
refkit: activate minimal "stateless" changes
This enables the "stateless" distro feature and the "stateless" image
for all refkit-image.bbclass images.
However, only the changes that do no require upstream source code
patching get enabled. For example, systemd configuration gets moved
from /etc entirely into /usr. This is a choice we make for the
"refkit" distro. "refkit-config.inc" merely activates the base
stateless support, without any of the .inc files which actually cause
changes.
Advanced changes like allowing local user management separately from
the system users are not enabled because they depend on
patches. Enabling those changes would increase the risk that building
IoT Refkit breaks when OE-core gets updated, and at this point it is
not certain whether that is a risk worth taking.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>1 parent 07b12fc commit 916ca81
File tree
3 files changed
+36
-3
lines changed- meta-refkit-core
- classes
- conf/distro/include
- meta-refkit/conf/distro
3 files changed
+36
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
78 | 101 | | |
79 | 102 | | |
80 | 103 | | |
| |||
0 commit comments