Early Access Fixes for VLP¶
Page Information
Last updated: July 27, 2026
Renesas actively provides fixes, security updates, and maintenance patches through the official GitHub repository for the RZ Family Yocto build layer1 included in the Verified Linux Package (VLP).
For details of applicable fixes and advisories, refer to the table in the Affected VLP Releases section below.
Affected VLP Releases¶
Note
Repository branch name: dunfell/rz .
Tag naming convention: BSP-3.0.Z[-updateA], where Z in 3.0.Z represents the VLP v3.0 release revision, and A indicates the update number, if applicable.
commit=2&issued=4&update=5
| Target Version | Commit ID | Description | Issued Date | Update Date |
|---|---|---|---|---|
| VLP v3.0.7-update5 and older | 4c8a279 | Upgrade Debian packages due to Fetch Error | 2026-07-27 | - |
Note
Always verify the latest information on the official Renesas webpages for VLP v3.0 listed below:
How to Apply a Patch to the Renesas Yocto Build Layer¶
To apply a fix from the Renesas Yocto build layer:
- Replace your existing
meta-renesaslayer with the updated version (see here). - Backport the relevant commit referenced in the Affected VLP Releases table (see here).
Caution
Ensure that you use the latest recommended commit for the affected VLP release.
Checking out older commits may introduce known issues or incompatibilities that have already been addressed in later revisions.
Replacing the Renesas Yocto Build Layer¶
Navigate to your work directory
Remove the existing
meta-renesaslayerCaution
This command permanently removes the existing
meta-renesaslayer from your work directory.Ensure that any required changes are backed up before proceeding. Users are responsible for verifying the impact of this operation on their development environment.
Clone the VLP Yocto build layer (
meta-renesas)Note
<reference branch name>refers to the repository branch specified in the note for the corresponding entry in the Affected VLP Releases.Navigate to the cloned
meta-renesasrepositoryCheck out the commit associated with the required VLP fix
Caution
Refer to the Commit ID column in the Affected VLP Releases table to obtain the
<commit id>.Navigate to your work directory
Initialize build environment
Build
Note
Depending on your environment and VLP configuration, one or more of the following image targets (
<image name>) may be available:core-image-minimalcore-image-westoncore-image-qt
Backporting a Specific Commit from the Renesas Yocto Build Layer¶
Get the Patch¶
To backport a specific fix, obtain the patch using one of the following methods:
- Download the patch directly from the Affected VLP Releases table.
Clone the
meta-renesasrepository into a temporary work directory and generate the patch locally.Navigate to your temporary work directory
Clone the VLP Yocto build layer (
meta-renesas)Note
<reference branch name>refers to the repository branch specified in the note for the corresponding entry in the Affected VLP Releases.Navigate to the cloned
meta-renesasrepositoryCheck out the commit associated with the required fix
Caution
Refer to the Commit ID column in the Affected VLP Releases table to obtain the
<commit id>.Generate the patch file
After generating or downloading the patch, apply it to your local source tree and rebuild the affected components.
Caution
Any merge conflicts encountered during patch application must be reviewed and resolved before proceeding with the build.
Applying a Patch¶
To apply patch, please navigate to the meta-renesas repository in your work directory:
Apply the patch using git am:
RZ Family Yocto build layer repository is available at meta-renesas. ↩