Skip to content

baxeno/fedora-copr-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedora-copr-spec

This git repository contains RPM spec files for packages that are not currently in Fedora main repository, but only in my COPR. My intention is to join the Fedora package maintainer group in Fedora Project. So I can add them to the main repository as well as maintain some orphan packages I find useful.

COPR and RPM spec:

  • Fedora COPR bax/microcom needed by Labgrid for embedded Linux device testing.

    • microcom.spec
    • Currently Labgrid installation steps only work for Debian as microcom is required by labgrid-client.
    • So currently it is not very straight forward to also provide Fedora installation steps 🙁
  • Fedora rauc needed for handling RAUC upgrade bundles for embedded Linux devices.

    • Upstream ☺️
  • Fedora COPR bax/uuu needed for manufacturing of embedded Linux devices with NXP i.MX SoC.

    • uuu.spec
    • UUU (Universal Update Utility), the next evolution of MFGTools, also known as MFGTools v3.
    • Use i.MX USB serial download mode to load Barebox or U-Boot image.
    • Barebox can then expose emmc as mass storage via usb gadget device.

Local builds

Example:

cd rpmbuild
cp ../git/fedora-copr-spec/rauc* .
spectool -g rauc.spec
fedpkg --release f42 mockbuild
fedpkg --release f42 lint
fedpkg --release f43 mockbuild
fedpkg --release f43 lint

References

About

Fedora COPR RPM spec files for FAS bax

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors