File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 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
146The script docker_deb_build.py is a unified solution to build a debian package.
157It 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
You can’t perform that action at this time.
0 commit comments