Skip to content

Commit

Permalink
Upgrade to RZ/G BSP v3.0.6-update2
Browse files Browse the repository at this point in the history
Signed-off-by: Ayman Chaudhry <[email protected]>
  • Loading branch information
Ayman Chaudhry committed Jul 4, 2024
1 parent 463edba commit 1f51dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platforms.
This meta-layer should be used with the official Renesas RZ/G2 Yocto Poky BSP
based on the CIP Kernel:\
URI: **https://github.com/renesas-rz/meta-renesas.git** \
tag: BSP-3.0.6 (0f2f02c4cff3bfc9fed5c0671f3e3165608122b0)
tag: BSP-3.0.6-update2 (4ba2b531f4e9db85ffbd94e2df35bf6e1a6a1aad)

## Supported Frameworks/Versions ##

Expand Down Expand Up @@ -58,7 +58,7 @@ This meta-layer depends on the following:
* URI: https://github.com/renesas-rz/meta-renesas
* layers: meta-rz-common, meta-rzg2h, meta-rzg2l, meta-rzv2l
* branch: dunfell/rz
* revision: 0f2f02c4cff3bfc9fed5c0671f3e3165608122b0
* revision: 4ba2b531f4e9db85ffbd94e2df35bf6e1a6a1aad

## Patches for other meta-layers ##
In order to build meta-renesas-ai some external meta-layers need to be patched.
Expand Down Expand Up @@ -106,7 +106,7 @@ cd ..

git clone https://github.com/renesas-rz/meta-renesas
cd meta-renesas
git checkout BSP-3.0.6
git checkout BSP-3.0.6-update2
cd ..
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-rzg-ai-bsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -e
# Global parameters
RZG_AI_BSP_URL="${CI_REPOSITORY_URL:-https://github.com/renesas-rz/meta-renesas-ai.git}"
RZG_AI_BSP_VER="${CI_COMMIT_REF_NAME:-master}"
RZG_BSP_VER="BSP-3.0.6"
RZG_BSP_VER="BSP-3.0.6-update2"
WORK_DIR="${PWD}"
COMMAND_NAME="$0"
INSTALL_DEPENDENCIES=false
Expand Down

0 comments on commit 1f51dac

Please sign in to comment.