Skip to content

Commit a691bbb

Browse files
jsuhaas22cshilwant
authored andcommitted
feat: debian: Update version in docs
We have a tree structure in the docs, which gives an overview of the ti-bdebstrap repository. We also have example bash commands for checking out release tags of each release, for ti-bdebstrap. In all these cases, update the version from 10.00.07 to 10.01.10.04. Signed-off-by: Suhaas Joshi <[email protected]>
1 parent a7a3ad1 commit a691bbb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/debian/Building_Debian_Image.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Repository Structure
5555
│   ├── bsp_sources.toml
5656
│   └── machines --> Machine configurations for each BSP version
5757
│   ├── 09.02.00.010.toml
58-
│   └── 10.00.05.toml
58+
│   └── 10.01.10.04.toml
5959
├── create-sdcard.sh
6060
├── create-wic.sh
6161
├── LICENSE
@@ -165,13 +165,13 @@ Then, select a release tag and checkout to it:
165165
166166
git checkout <tag-name>
167167
168-
For example, to checkout to the `10.00.07-release` tag, use the following command:
168+
For example, to checkout to the `10.01.10.04-release` tag, use the following command:
169169

170170
.. code-block:: console
171171
172-
git checkout 10.00.07-release
172+
git checkout 10.01.10.04-release
173173
174-
The :file:`builds.toml` and other config files will now support building images corresponding to the `10.00.07` release.
174+
The :file:`builds.toml` and other config files will now support building images corresponding to the `10.01.10.04` release.
175175

176176
Building the Image
177177
-------------------

source/debian/Building_Debian_Packages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This repository is useful to the following audience:
1414
2. Users who want to create a new package with the latest changes or customizations.
1515
3. Anyone who wants to study Debian packaging.
1616

17-
Structure:
18-
==========
17+
Structure
18+
=========
1919

2020
The `run.sh` file is the "main" script that should be run. It takes as argument the name of the package to be built.
2121

0 commit comments

Comments
 (0)