Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update builds to docker version 22 #29887

Merged
merged 7 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Telink] Use -p for activate to install requirements.telink.txt
  • Loading branch information
s07641069 committed Oct 20, 2023
commit 0d66b0d0482e29ef1a1e49b2d95bde93967e7348
2 changes: 1 addition & 1 deletion examples/air-quality-sensor-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use this example as a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/all-clusters-app/telink/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/all-clusters-minimal-app/telink/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/bridge-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ defined:
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/contact-sensor-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use this example as a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/light-switch-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/ota-requestor-app/telink/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ reference for creating your own pump application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-controller-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ your own pump application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/resource-monitoring-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use this example as a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/shell/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use this example as a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/smoke-co-alarm-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use this example as a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/temperature-measurement-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/telink/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use this example as a reference for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down
2 changes: 1 addition & 1 deletion examples/window-app/telink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for creating your own application.
2. Activate the build environment:

```bash
$ source ./scripts/activate.sh
$ source ./scripts/activate.sh -p all,telink
```

3. In the example dir run (replace _<build_target>_ with your board name, for
Expand Down