Paweł Langowski
Paweł Langowski
Hi, I have encountered a similar problem. I am trying to run cpud on a machine with a custom distro. On the remote I run: ``` cpud -pk /home/root/.ssh/key.pub ```...
@macpijan Are you suggesting creating a new guide and moving this section there?
@miczyg1 I wrote a bash script that checks the fuse state and added it to `meta-dts` https://github.com/Dasharo/meta-dts/pull/138
Adding `--help` and `--version` options would be great here
I did a little research: - `SOURCE_DATE_EPOCH` does not change across builds - `bitbake dts-base-image -S printdiff` prints nothing I will try the suggestions from the comment above.
`sbomdiff` shows no differences between spdx files across builds: ``` ./sbomdiff-all.sh spdx-a spdx-b Progress(x86_64): 100% ```
I used [diffoscope](https://diffoscope.org/) to compare binaries from two clean, cacheless builds. There are some differences in timestamps and UUIDs. ``` diffoscope dts-1.img dts-2.img --html diff.html ``` [diff.txt](https://github.com/user-attachments/files/18782370/diff.txt)
Here is the diff: ``` diffoscope 1-3mdeb-secpack.spdx.json 2-3mdeb-secpack.spdx.json --- 1-3mdeb-secpack.spdx.json +++ 2-3mdeb-secpack.spdx.json ├── Pretty-printed │ @@ -1,42 +1,42 @@ │ { │ "SPDXID": "SPDXRef-DOCUMENT", │ "creationInfo": { │ "comment": "This...
Yes, I used your commit
- [ ] Timestamp differences - [ ] UUIDs/build ID/other IDs - [ ] Missing files across builds - [ ] Other diffs in binary files