Commit deea75b
base: Add libfuse3
fuse v3 has been out there for a few years,
and many other components have been progressively switching to it,
while some distros have been taking an active effort to ensure
they do not use the old fuse(2) anymore and intend to deprecate it
and remove it in favour of fuse3.
The native_sim fuse driver now can use fuse3 also, so let's install
libfuse3-dev in our docker image to do a calm and progressive
transition to it.
i.e.:
1. Zephyr supports fuse3, but defaults to using v2 so we are compatible
with the old image
2. The docker image starts including v3
3. Zephyr defaults to use v3
4. The docker image does not need to have v2 anymore so we remove it
1. is done
2. we'd want to do as soon as possible to enable other steps and
forwards compatibility of the image
4. could then be done at any point in which we believe backwards
compatibility with older Zephyr versions is not an issue anymore (or
the distro forces us because it dropped the package).
Signed-off-by: Alberto Escolar Piedras <[email protected]>1 parent cb0c3f9 commit deea75b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments