]> git.proxmox.com Git - mirror_linux-firmware.git/commit - Makefile
Add new Makefile target to build a deb and rpm package
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 18 Sep 2023 21:15:35 +0000 (16:15 -0500)
committerMario Limonciello <mario.limonciello@amd.com>
Mon, 2 Oct 2023 19:19:30 +0000 (14:19 -0500)
commitcef80743ca63491ff5a07976e45ef9be2fcc41f7
tree904578a134bdaccb35b8ed6e1191f6d6aab6fd59
parent8b855f3797e6b1d207b7a2b8dae0e9913f907e5b
Add new Makefile target to build a deb and rpm package

The package would put all files into /lib/firmware/updates to avoid
conflicting with distro packages.

The package is also intentionally named to avoid conflicts with
distro packages.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Makefile
build_packages.py [new file with mode: 0755]
check_whence.py
contrib/templates/debian.changelog [new file with mode: 0644]
contrib/templates/debian.control [new file with mode: 0644]
contrib/templates/debian.copyright [new file with mode: 0644]
contrib/templates/rpm.spec [new file with mode: 0644]