diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-03 18:09:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-03 18:14:11 -0400 |
commit | 27785f1c4d0f9de2025a5ba9504651fb651f74d1 (patch) | |
tree | 454e484fef84e614bc77d7d4e1a49d1526315cc1 /meta-agl-refhw-gen3/docs | |
parent | 92da06f999511ebf5f871ec40dffd3cb456be55f (diff) |
Updates for kirkstone
Changes:
- Updated LAYERSERIES_COMPAT.
- Updated override syntax via a combination of the conversion script
in poky and manual inspection.
- Updated a license field viarunning the conversion script in poky.
- Updated branches in README, further updates will likely be required
when an official Renesas BSP release is made.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I6f736f56a23ddb634232e5c99e21830bc6637764
Diffstat (limited to 'meta-agl-refhw-gen3/docs')
-rw-r--r-- | meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md b/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md index dcaab5b..974be84 100644 --- a/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md +++ b/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md @@ -205,11 +205,11 @@ download. It is also possible to build the firmware outside of the AGL build by using this BSP layer on top of the meta-rcar-gen3 layer in meta-renesas. -1. In a temporary working directory, clone poky the poky repository and check out the dunfell branch: +1. In a temporary working directory, clone poky the poky repository and check out the kirkstone branch: ``` git clone git://git.yoctoproject.org/poky cd poky - git checkout dunfell + git checkout kirkstone .. ``` 2. Clone the Renesas BSP and it's dependent layers: @@ -220,7 +220,7 @@ BSP layer on top of the meta-rcar-gen3 layer in meta-renesas. cd .. git clone git://git.openembedded.org/meta-openembedded cd meta-openembedded - git checkout dunfell + git checkout kirkstone cd .. ``` 3. Clone the reference hardware BSP layer: |