Skip to content

Commit 10b5658

Browse files
committed
templates/body-jekyll updates
1 parent 09d4f24 commit 10b5658

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

scripts/templates/body-jekyll-release-post-part-1-liquid.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: xPack QEMU RISC-V v{{ RELEASE_VERSION }} released
33

4+
TODO: select one summary
45
summary: "Version **{{ RELEASE_VERSION }}** is a maintenance release; it fixes several bugs."
6+
summary: "Version **{{ RELEASE_VERSION }}** is a new release; it follows the upstream QEMU release."
57

68
version: {{ RELEASE_VERSION }}
79
npm_subversion: 1
@@ -18,7 +20,7 @@ tags:
1820
- qemu
1921
- emulator
2022
- arm
21-
- cortex-m
23+
- risc-v
2224

2325
---
2426

@@ -28,7 +30,8 @@ is a standalone cross-platform binary distribution of
2830
devices.
2931

3032
There are separate binaries for **Windows** (Intel 64-bit),
31-
**macOS** (Intel 64-bit, Apple Silicon 64-bit) and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
33+
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
34+
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
3235

3336
{% raw %}{% include note.html content="The main targets for the Arm binaries
3437
are the **Raspberry Pi** class devices." %}{% endraw %}
@@ -39,17 +42,17 @@ The binary files are available from GitHub [Releases]({% raw %}{{ page.download_
3942

4043
## Prerequisites
4144

42-
- Intel GNU/Linux 64-bit: any system with **GLIBC 2.27** or higher
45+
- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
4346
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 later,
4447
Fedora 29 or later, etc)
45-
- Arm GNU/Linux 32/64-bit: any system with **GLIBC 2.27** or higher
46-
(like Ubuntu 16 or later, Debian 9 or later, RedHat/CentOS 8 or later,
47-
Fedora 24 or later, etc)
48+
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
49+
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 later,
50+
Fedora 29 or later, etc)
4851
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
4952
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
5053
Windows 8, Windows 10
51-
- Intel macOS 64-bit: 10.13 or later
52-
- Apple Silicon macOS 64-bit: 11.6 or later
54+
- macOS Intel 64-bit: 10.13 or later
55+
- macOS Apple Silicon 64-bit: 11.6 or later
5356

5457
On GNU/Linux, QEMU requires the X11 libraries to be present. On Debian derived
5558
distribution they are already in the system; on RedHat & Arch derived
@@ -122,11 +125,12 @@ with major changes.
122125

123126
The current version is based on:
124127

125-
- QEMU version 6.2.0, commit [44f28df](https://github.com/xpack-dev-tools/qemu/commit/44f28df24767cf9dca1ddc9b23157737c4cbb645) from Dec 14th, 2021.
128+
- QEMU version 6.2.0, commit [44f28df](https://github.com/xpack-dev-tools/qemu/commit/44f28df24767cf9dca1ddc9b23157737c4cbb645)
129+
from Dec 14th, 2021.
126130

127131
## Changes
128132

129-
Compared to the master `qemu-system-riscv*`, there should be no changes.
133+
Compared to the master `qemu-system-riscv*`, there are no major changes.
130134

131135
The supported boards and CPUs are:
132136

0 commit comments

Comments
 (0)