Skip to content

Commit

Permalink
docs(podman): rename from xilinx-toolkit to yocto-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jul 19, 2023
1 parent f6a1f1a commit 2300669
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/yocto/all-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Prerequisites

* [extra2000/xilinx-toolkit v3.x image](https://github.com/extra2000/xilinx-toolkit)
* [extra2000/yocto-toolkit v4.x image](https://github.com/extra2000/yocto-toolkit)
* Available disk space: at least 350GB
* SDCard with at least 4GB.
* Digilent Analog Discovery 2 for accessing serial console through UART pins.
Expand All @@ -19,7 +19,7 @@ podman run -it --rm \
-v ${PWD}/project:${PWD}/project:rw \
--workdir ${PWD}/project/yocto \
--security-opt label=disable \
localhost/extra2000/xilinx-toolkit:latest \
localhost/extra2000/yocto-toolkit:latest \
bash
source layers/poky/oe-init-build-env build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rock64.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ podman run -it --rm \
-v ${PWD}/project:${PWD}/project:rw \
--workdir ${PWD}/project/yocto \
--security-opt label=disable \
localhost/extra2000/xilinx-toolkit:latest \
localhost/extra2000/yocto-toolkit:latest \
bash
source layers/poky/oe-init-build-env build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpi3bp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ podman run -it --rm \
-v ${PWD}/project:${PWD}/project:rw \
--workdir ${PWD}/project/yocto \
--security-opt label=disable \
localhost/extra2000/xilinx-toolkit:latest \
localhost/extra2000/yocto-toolkit:latest \
bash
source layers/poky/oe-init-build-env build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpi4b.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ podman run -it --rm \
-v ${PWD}/project:${PWD}/project:rw \
--workdir ${PWD}/project/yocto \
--security-opt label=disable \
localhost/extra2000/xilinx-toolkit:latest \
localhost/extra2000/yocto-toolkit:latest \
bash
source layers/poky/oe-init-build-env build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpizero-w.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ podman run -it --rm \
-v ${PWD}/project:${PWD}/project:rw \
--workdir ${PWD}/project/yocto \
--security-opt label=disable \
localhost/extra2000/xilinx-toolkit:latest \
localhost/extra2000/yocto-toolkit:latest \
bash
source layers/poky/oe-init-build-env build
```
Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpizero2-w.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ podman run -it --rm \
-v ${PWD}/project:${PWD}/project:rw \
--workdir ${PWD}/project/yocto \
--security-opt label=disable \
localhost/extra2000/xilinx-toolkit:latest \
localhost/extra2000/yocto-toolkit:latest \
bash
source layers/poky/oe-init-build-env build
```
Expand Down

0 comments on commit 2300669

Please sign in to comment.