X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=d6480d830d2f3f451edabe9a4426070b90171f71;hb=e020b057d4d93de43d346123255dad4cbc866d72;hp=7f13ac02e679605a47862f2d1295bedf1b2ba6e6;hpb=7ad9f2188029fd8f3127c12caf284cb1e2906464;p=pve-kernel.git diff --git a/Makefile b/Makefile index 7f13ac0..d6480d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 -KERNEL_MIN=3 -KERNEL_PATCHLEVEL=18 +KERNEL_MIN=19 +KERNEL_PATCHLEVEL=7 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=2 @@ -31,7 +31,7 @@ SKIPABI=0 BUILD_DIR=build -KERNEL_SRC=ubuntu-eoan +KERNEL_SRC=ubuntu-kinetic 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