aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 635923f1..15f75ed0 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -7,26 +7,26 @@ and commit hashes, software versions, and known/fixed issues/limitations.
## Bitbake layers
| Layer | Git Repo | Branch | Commit Hash/Tag |
|:------------------|:---------------------------------------------|:----------|:-----------------------------------------|
-| poky | git://git.yoctoproject.org/poky | hardknott | tags/yocto-3.3.2 |
-| meta-openembedded | git://git.openembedded.org/meta-openembedded | hardknott | aaa1c12b2cdea197d420953c8df873e8af5cc507 |
-| meta-dpdk | git://git.yoctoproject.org/meta-dpdk | hardknott | c011004a49ffb1304f376f0fdc65066913102d5f |
-| meta-amd | git://git.yoctoproject.org/meta-amd | hardknott | tags/hardknott-vermeer-ga-202110 |
+| poky | git://git.yoctoproject.org/poky | hardknott | tags/yocto-3.4 |
+| meta-openembedded | git://git.openembedded.org/meta-openembedded | hardknott | 9a0caf5b09e14a28a54c3f8524d97530aeb8152c |
+| meta-dpdk | git://git.yoctoproject.org/meta-dpdk | hardknott | 6c1b9b6cfe495ed5e62e1d2b8f75f24a790ee696 |
+| meta-amd | git://git.yoctoproject.org/meta-amd | hardknott | tags/yocto-3.4 |
## Software versions
| Software | Version |
|:----------------|:---------|
-| Yocto Poky base | 3.3.2 |
+| Yocto Poky base | 3.4 |
| grub | 2.06-rc1 |
-| linux-yocto | 5.10.47 |
-| linux-yocto-rt | 5.10.47 |
-| gcc | 10.2.0 |
-| util-linux | 2.36.2 |
-| lttng | 2.12 |
+| linux-yocto | 5.10.70 |
+| linux-yocto-rt | 5.10.70 |
+| gcc | 11.2.0 |
+| util-linux | 2.37.2 |
+| lttng | 2.13 |
| babeltrace | 1.5.8 |
-| connman | 1.39 |
-| gdb | 10.1 |
+| connman | 1.40 |
+| gdb | 10.2 |
| dpdk | 20.11.1 |
-| strongswan | 5.9.2 |
+| strongswan | 5.9.4 |
## Fixed issues
| __VERMEER Fixed Issues__ |
@@ -41,4 +41,4 @@ and commit hashes, software versions, and known/fixed issues/limitations.
| The serial communication from a host machine with Vermeer using an LPC to UART Adapter module may not work properly with some hosts because the module lacks Hardware Flow Control signals such as CTS and RTS. |
| _** Workaround: Connect the RTS & CTS pins on the host side with each other in order to achieve a No Handshake based serial communication_ |
| Install option in the GRUB menu does not work by default using the serial interface and only works on the graphical console. |
-| _** Workaround: Disable the graphical console by setting `MACHINE_FEATURES_remove = “screen-console”` in the `local.conf` and rebuild an image_ |
+| _** Workaround: Disable the graphical console by setting `MACHINE_FEATURES:remove = “screen-console”` in the `local.conf` and rebuild an image_ |