]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/qemu
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / qemu
index aa09fa0ca5682202638dc6c616ab3ed38a975dd2..48d6187aec5195add94fd847f8ef3bb06d470600 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = 5.2.0
+SUMMARY    = Machine emulator and virtualizer
+
+# If you update the version also qemu-ga !!!
+VER        = 6.1.0
 
 THISAPP    = qemu-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-SUP_ARCH   = i586 x86_64
 PROG       = qemu
-PAK_VER    = 30
+PAK_VER    = 32
 
 DEPS       = libusbredir spice libseccomp
 
+SERVICES   =
+
 TARGETS    = \
        i386-linux-user \
        x86_64-linux-user \
        arm-linux-user \
+       aarch64-linux-user \
        riscv64-linux-user \
        i386-softmmu \
        x86_64-softmmu \
        arm-softmmu \
+       aarch64-softmmu \
        riscv64-softmmu
 
 ###############################################################################
@@ -55,7 +61,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 179f86928835da857c237b42f4b2df73
+$(DL_FILE)_MD5 = 47f776c276a24f42108ba512a2aa3013
 
 install : $(TARGET)