diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2020-08-04 12:27:49 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-21 08:28:19 +0000 |
commit | 7dbe185bddcf37cd48e2f97808ca40a91e764937 (patch) | |
tree | e3f7fc7e76543c87492d4f7810a7fe5fcdc976c6 | |
parent | 7467a67fbb00641e7934ea187e2cb1b5d62b576a (diff) |
[RCAR] Update layer meta-rcar
- The layer meta-rcar, from Cogent github, had changed the branch for
Yocto dunfell and Renesas RCAR BSP v3.21.0.
The new branch is named dunfell-Yocto-v3.21.0-v2.
Bug-AGL: SPEC-3516
Change-Id: I029756ccdf9353febaf9f4a1bc2496258bcf1297
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | default-floating.xml | 2 | ||||
-rw-r--r-- | default.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default-floating.xml b/default-floating.xml index a19d4e36..c6ff612f 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -73,7 +73,7 @@ <!-- Renesas Gen3 specific things --> <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="refs/tags/dunfell-Yocto-v3.21.0"/> - <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="dunfell-Yocto-v3.21.0"/> + <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="dunfell-Yocto-v3.21.0-v2"/> <!-- consolidate on meta-freescale from git.yoctoproject.org --> <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="dunfell"/> diff --git a/default.xml b/default.xml index ea595bfc..2895c104 100644 --- a/default.xml +++ b/default.xml @@ -72,7 +72,7 @@ <!-- Renesas Gen3 specific things --> <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="2b3b0447fbc6c360a43a13525ae63a253fe3e5b7" upstream="refs/tags/dunfell-Yocto-v3.21.0"/> - <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="0206520ea768e1317a5aee94b1e46f06a7694267" upstream="dunfell-Yocto-v3.21.0"/> + <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="0dad8fb30506f085df3057c11dbc465c489d7e45" upstream="dunfell-Yocto-v3.21.0-v2"/> <!-- consolidate on meta-freescale from git.yoctoproject.org --> <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="6bc3d8825c20d21528e24a7237ff7392e01a81bd" upstream="dunfell"/> |