Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions source/debian/Building_Debian_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Repository Structure
│   ├── bsp_sources.toml
│   └── machines --> Machine configurations for each BSP version
│   ├── 09.02.00.010.toml
│   └── 10.00.05.toml
│   └── 10.01.10.04.toml
├── create-sdcard.sh
├── create-wic.sh
├── LICENSE
Expand Down Expand Up @@ -165,13 +165,13 @@ Then, select a release tag and checkout to it:

git checkout <tag-name>

For example, to checkout to the `10.00.07-release` tag, use the following command:
For example, to checkout to the `10.01.10.04-release` tag, use the following command:

.. code-block:: console

git checkout 10.00.07-release
git checkout 10.01.10.04-release

The :file:`builds.toml` and other config files will now support building images corresponding to the `10.00.07` release.
The :file:`builds.toml` and other config files will now support building images corresponding to the `10.01.10.04` release.

Building the Image
-------------------
Expand Down
4 changes: 2 additions & 2 deletions source/debian/Building_Debian_Packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This repository is useful to the following audience:
2. Users who want to create a new package with the latest changes or customizations.
3. Anyone who wants to study Debian packaging.

Structure:
==========
Structure
=========

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

Expand Down
Loading