Following - https://clearlinux.org/documentation/clear-linux/guides/maintenance/mixin to create bundle, it shows “ERROR: no such package” when running command - “sudo mixin package add xxx --bundle xxx-bundle”. There are 3 rpm packages under the current folder and only one rpm package fails with this error message.
So who can help on this? Thanks!
Attached the OS info:
$ swupd info
Installed version: 29250
When installing software on one machine, just install with make install into /usr/local. If you need to install and manage software for many machines, use mixer.
I just make a test to install the software to /usr/share/sgxsdk. For another rpm package(install to /usr/share/sgxpsw) it works, but for this one it doesn’t work. I think it is strange.
If using mixer - mixer — Documentation for Clear Linux* project, I have a question. Right now there is a rpm package named A. So how to connect A with A-bundle just like mixin did - sudo mixin package add A --bundle A-bundle
You need to create your own bundles using mixer. Check the relevant sections of the mixer documentation - mixer bundle create and mixer bundle add is what you’re looking for.
You can see the relevant sections of the mixer manual is linked. Specifically, the bundle man page explains how to use the various bundle edit and create commands:
I followed this page to generate the image and start kvm with this image. And also I can use “swupd bundle-add” to add this bundle. However, after “bundle-add” I didn’t see the files installed.
So I have the question above -
“Right now there is a rpm package named A. So how to connect A with A-bundle just like mixin did - sudo mixin package add A --bundle A-bundle”