Skip to content

Commit e966f5e

Browse files
README.md: Update to the docker_build_deb section
Signed-off-by: Simon Beaudoin <[email protected]>
1 parent fcc8a0d commit e966f5e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Clone qcom-build-utils
2-
```
3-
git clone [email protected]:qualcomm-linux/qcom-build-utils.git -b latest
4-
```
5-
```
6-
cd qcom-build-utils
7-
```
8-
91
# Build debian package locally
102
```
113
./scripts/docker_deb_build.py --source-dir ./some-pkg-repo --output-dir ./some-pkg-build-dir
@@ -14,12 +6,17 @@ cd qcom-build-utils
146
The script docker_deb_build.py is a unified solution to build a debian package.
157
It works both on a arm64 or x86_64 build host; it builds natively for arm64 on arm64, and cross compiles on x86
168

17-
The docker image from docker/Dockerfile.{arch} is used for building. The first time the script is ran, the image will be built.
9+
The docker image from docker/Dockerfile.{arch}.noble/questing is used for building. The first time the script is ran, the image will be built.
10+
11+
pro-tip : Clone this repo somewhere and add the script as some short (debb == debian build) alias in ~/.bashrc :
1812

19-
pro-tip : Clone this repo somewhere and add the script as some alias in ~/.bashrc :
13+
```
14+
alias debb="<loc>/scripts/docker_deb_build.py"
15+
```
2016

17+
To rebuild the image :
2118
```
22-
alias debbuild="<loc>/scripts/docker_deb_build.py --source-dir ."
19+
debb --rebuild
2320
```
2421

2522
# Sync and build qcom-next

0 commit comments

Comments
 (0)