diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2020-04-22 18:13:36 +0900 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2020-05-11 18:00:06 +0900 |
commit | 2b3b0447fbc6c360a43a13525ae63a253fe3e5b7 (patch) | |
tree | 16ab9211b53e143cb15ebedf86fbc5983e3ad4d2 | |
parent | 28c0c0cadf66cd73c42506112c2b3f9700f890fe (diff) |
rcar-gen3: README: Update release informationdunfell-Yocto-v3.21.0
This modifies the README file for the following update:
- Add information for dunfell-dev.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: I80be54b8d5571ca6e3f36693527070bf20f6ed32
-rw-r--r-- | meta-rcar-gen3/README.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-rcar-gen3/README.md b/meta-rcar-gen3/README.md index 1e4e11b..aabb63c 100644 --- a/meta-rcar-gen3/README.md +++ b/meta-rcar-gen3/README.md @@ -29,10 +29,10 @@ Currently, this supports boards and the SoCs of the following: * After a Customer Yocto BSP version releases, the Community Yocto BSP will be rebased and released accordingly. -* zeus-X: +* dunfell-X: - * The versions used on zeus (Yocto Project 3.0) will start on - zeus-Yocto-v3.21.0 to keep the major version numbers in sync. + * The versions used on dunfell (Yocto Project 3.1) will start on + dunfell-Yocto-v3.21.0 to keep the major version numbers in sync. ## Contribution @@ -51,8 +51,7 @@ This layer depends on: ```bash URI: git://git.yoctoproject.org/poky layers: meta, meta-poky, meta-yocto-bsp - branch: zeus - revision: 94f6b31befda5c496f65e863a6f8152b42d7ebf0 + branch: dunfell ``` * meta-openembedded @@ -60,8 +59,7 @@ This layer depends on: ```bash URI: git://git.openembedded.org/meta-openembedded layers: meta-oe, meta-python - branch: zeus - revision: 1bfaa2e63a184e21a2db5c286444828d5948a8b4 + branch: dunfell ``` ## Build Instructions |