From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] qemu: Update to version 9.0.2 Date: Wed, 04 Sep 2024 20:51:23 +0200 Message-ID: <20240904185126.527126-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4207933285397587772==" List-Id: --===============4207933285397587772== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 9.0.0 to 9.0.2 - Update of rootfile not required - From version 9.0.1 onwards the bundled dtc has been removed but is required= for the build. In an associated patch dtc has been moved to before qemu. - Changelog is only available at x.0 level 9.0 https://wiki.qemu.org/ChangeLog/9.0 Signed-off-by: Adolf Belka --- lfs/qemu | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index caa7c1bc2..0fd91651f 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -27,7 +27,7 @@ include Config SUMMARY =3D Machine emulator and virtualizer =20 # If you update the version also qemu-ga !!! -VER =3D 9.0.0 +VER =3D 9.0.2 =20 THISAPP =3D qemu-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D qemu -PAK_VER =3D 43 +PAK_VER =3D 44 =20 DEPS =3D alsa libusbredir spice libseccomp libslirp =20 @@ -57,7 +57,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D d92acb859d9ce5097fee27a4689c71869aa38f65eb0308547956d5= 4bd8caf29efe5389d9009f334f109ad228e0ef1f1fd1444d26360f03fac4320b204b657081 +$(DL_FILE)_BLAKE2 =3D 6b5301f985919ae53e056410be7486b8150a65016127568bd4d58f= 596e94960d08eb3fc57cff7ff6a3435d71274adee516f57375d856d61b4fc7a3f24cbf75c4 =20 install : $(TARGET) =20 @@ -103,8 +103,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-seccomp \ --disable-docs \ --disable-sdl \ - --enable-slirp - + --enable-slirp \ + -Dfdt=3Dsystem cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.46.0 --===============4207933285397587772==--