]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update seabios to 1.7.2.1
[pve-qemu-kvm.git] / Makefile
index 10a502dbc3f188a7f2cdc364490dc0f726121657..4f15e79f51703c68c9c9b540400c68cd19ccef15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.1
+RELEASE=2.3
 
 # also update debian/changelog
-KVMVER=1.1
-KVMPKGREL=1
+KVMVER=1.4
+KVMPKGREL=7
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -17,9 +17,10 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${KVMDIR}
-       # fixme checkout correct version
-       # cd ${KVMDIR}; git checkout -b local qemu-kvm-${KVMVER}
+       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
+       cd ${KVMDIR}; git checkout -b local v1.4.0
+       # update to seabios 1.7.2.1
+       cd ${KVMDIR}; git cherry-pick 5c75fb10029c5fd1e705a6ef5d698fbea06c7a33
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}