X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=b65c48f9d60406d787d3be672541fe4554465eef;hb=2c3b526416be2bf34f214c82a0c68213670251f5;hp=207da0cf067c0939465ba656f1309453e8184f7c;hpb=fee072e1ea4d15dabf6733789a30fcb9a51b1446;p=pve-kernel.git diff --git a/Makefile b/Makefile index 207da0c..b65c48f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 -KERNEL_MIN=0 -KERNEL_PATCHLEVEL=21 +KERNEL_MIN=11 +KERNEL_PATCHLEVEL=22 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=3 PKGREL=5 @@ -31,7 +31,7 @@ SKIPABI=0 BUILD_DIR=build -KERNEL_SRC=ubuntu-disco +KERNEL_SRC=ubuntu-hirsute KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KERNEL_VER}.org @@ -46,9 +46,11 @@ DIRS=KERNEL_SRC ZFSDIR MODULES DST_DEB=${PACKAGE}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb HDR_DEB=${HDRPACKAGE}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb +USR_HDR_DEB=pve-kernel-libc-dev_${KERNEL_VER}-${PKGREL}_${ARCH}.deb LINUX_TOOLS_DEB=linux-tools-$(KERNEL_MAJMIN)_${KERNEL_VER}-${PKGREL}_${ARCH}.deb +LINUX_TOOLS_DBG_DEB=linux-tools-$(KERNEL_MAJMIN)-dbgsym_${KERNEL_VER}-${PKGREL}_${ARCH}.deb -DEBS=${DST_DEB} ${HDR_DEB} ${LINUX_TOOLS_DEB} +DEBS=${DST_DEB} ${HDR_DEB} ${USR_HDR_DEB} ${LINUX_TOOLS_DEB} ${LINUX_TOOLS_DBG_DEB} all: deb deb: ${DEBS} @@ -102,7 +104,7 @@ ${ZFSDIR}.prepared: ${ZFSONLINUX_SUBMODULE} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH} .PHONY: distclean distclean: clean