Skip to content

Commit c02b536

Browse files
committed
templates/body-blog update
1 parent 82190e3 commit c02b536

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

build-assets/templates/body-blog-release-post-part-1-liquid.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: xPack QEMU RISC-V v{{ XBB_RELEASE_VERSION }} released
2+
title: xPack QEMU RISC-V v{{releaseVersion}} released
33

44
TODO: select one summary
5-
summary: "Version **{{ XBB_RELEASE_VERSION }}** is a maintenance release; it fixes <...>."
6-
summary: "Version **{{ XBB_RELEASE_VERSION }}** is a new release; it follows the upstream QEMU release."
5+
summary: "Version **{{releaseVersion}}** is a maintenance release; it fixes ..."
6+
summary: "Version **{{releaseVersion}}** is a new release; it follows the upstream QEMU release."
77

88
qemu_version: "8.2.2"
99
qemu_short_commit: "11aa0b1f"
1010
qemu_long_commit: "11aa0b1ff115b86160c4d37e7c37e6a6b13b77ea"
1111
qemu_date: "4 Mar 2024"
1212

13-
version: "{{ XBB_RELEASE_VERSION }}"
13+
version: "{{releaseVersion}}"
1414
npm_subversion: "1"
1515

16-
download_url: https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/tag/v{{ XBB_RELEASE_VERSION }}/
16+
download_url: https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/tag/v{{releaseVersion}}/
1717

1818
comments: true
1919

20-
date: {{ RELEASE_DATE }}
20+
date: {{releaseDate}}
2121

2222
# For Jekyll releases selection.
2323
categories:
@@ -47,7 +47,7 @@ armv6 is not supported)." %}{% endraw %}
4747

4848
## Download
4949

50-
The binary files are available from GitHub [Releases]({% raw %}{{ page.download_url }}{% endraw %}).
50+
The binary files are available from GitHub [Releases]({% raw %}{{page.download_url}}{% endraw %}).
5151

5252
## Prerequisites
5353

@@ -71,12 +71,12 @@ distributions they must be installed explicitly.
7171

7272
The full details of installing the **xPack QEMU RISC-V** on various platforms
7373
are presented in the separate
74-
[Install]({% raw %}{{ site.baseurl }}{% endraw %}/dev-tools/qemu-riscv/install/) page.
74+
[Install]({% raw %}{{site.baseurl}}{% endraw %}/dev-tools/qemu-riscv/install/) page.
7575

7676
### Easy install
7777

7878
The easiest way to install QEMU RISC-V is with
79-
[`xpm`]({% raw %}{{ site.baseurl }}{% endraw %}/xpm/)
79+
[`xpm`]({% raw %}{{site.baseurl}}{% endraw %}/xpm/)
8080
by using the **binary xPack**, available as
8181
[`@xpack-dev-tools/qemu-riscv`](https://www.npmjs.com/package/@xpack-dev-tools/qemu-riscv)
8282
from the [`npmjs.com`](https://www.npmjs.com) registry.
@@ -97,7 +97,7 @@ ls -l xpacks/.bin
9797
To install this specific version, use:
9898

9999
```sh
100-
xpm install @xpack-dev-tools/qemu-riscv@{% raw %}{{ page.version }}.{{ page.npm_subversion }}{% endraw %} --verbose
100+
xpm install @xpack-dev-tools/qemu-riscv@{% raw %}{{page.version}}.{{page.npm_subversion}}{% endraw %} --verbose
101101
```
102102

103103
For xPacks aware tools, like the **Eclipse Embedded C/C++ plug-ins**,
@@ -134,9 +134,9 @@ with major changes.
134134

135135
The current version is based on:
136136

137-
- QEMU version {% raw %}{{ page.qemu_version }}{% endraw %},
138-
commit [{% raw %}{{ page.qemu_short_commit }}{% endraw %}](https://github.com/xpack-dev-tools/qemu/commit/{% raw %}{{ page.qemu_long_commit }}{% endraw %})
139-
from {% raw %}{{ page.qemu_date }}{% endraw %}.
137+
- QEMU version {% raw %}{{page.qemu_version}}{% endraw %},
138+
commit [{% raw %}{{page.qemu_short_commit}}{% endraw %}](https://github.com/xpack-dev-tools/qemu/commit/{% raw %}{{page.qemu_long_commit}}{% endraw %})
139+
from {% raw %}{{page.qemu_date}}{% endraw %}.
140140

141141
## Changes
142142

@@ -145,15 +145,15 @@ Compared to the master `qemu-system-riscv*`, there are no major changes.
145145
The supported boards and CPUs are:
146146

147147
```console
148-
$ .../xpack-qemu-riscv-{{ XBB_RELEASE_VERSION }}/bin/qemu-system-riscv32 -machine help
148+
$ .../xpack-qemu-riscv-{{releaseVersion}}/bin/qemu-system-riscv32 -machine help
149149
Supported machines are:
150150
none empty machine
151151
opentitan RISC-V Board compatible with OpenTitan
152152
sifive_e RISC-V Board compatible with SiFive E SDK
153153
sifive_u RISC-V Board compatible with SiFive U SDK
154154
spike RISC-V Spike board (default)
155155
virt RISC-V VirtIO board
156-
$ .../xpack-qemu-riscv-{{ XBB_RELEASE_VERSION }}/bin/qemu-system-riscv32 -cpu help
156+
$ .../xpack-qemu-riscv-{{releaseVersion}}/bin/qemu-system-riscv32 -cpu help
157157
any
158158
lowrisc-ibex
159159
max
@@ -162,7 +162,7 @@ sifive-e31
162162
sifive-e34
163163
sifive-u34
164164
165-
$ .../xpack-qemu-riscv-{{ XBB_RELEASE_VERSION }}/bin/qemu-system-riscv64 -machine help
165+
$ .../xpack-qemu-riscv-{{releaseVersion}}/bin/qemu-system-riscv64 -machine help
166166
Supported machines are:
167167
microchip-icicle-kit Microchip PolarFire SoC Icicle Kit
168168
none empty machine

build-assets/templates/body-blog-release-post-part-2-liquid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ensure a smooth transition to the next xPack releases.
3737
## Download analytics
3838

3939
- GitHub [xpack-dev-tools/qemu-riscv-xpack](https://github.com/xpack-dev-tools/qemu-riscv-xpack/)
40-
- this release [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/qemu-riscv-xpack/v{% raw %}{{ page.version }}{% endraw %}/total.svg)](https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/v{% raw %}{{ page.version }}{% endraw %}/)
40+
- this release [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/qemu-riscv-xpack/v{% raw %}{{page.version}}{% endraw %}/total.svg)](https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/v{% raw %}{{page.version}}{% endraw %}/)
4141
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/qemu-riscv-xpack/total.svg)](https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/)
4242
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=qemu-riscv-xpack) (grouped per release)
4343
- npmjs.com [@xpack-dev-tools/qemu-riscv](https://www.npmjs.com/package/@xpack-dev-tools/qemu-riscv)

0 commit comments

Comments
 (0)