Skip to content

ci(build-kernel): resolve build-dep against local debian/control - #94

Open
guanquan (GuanquanTian) wants to merge 1 commit into
qualcomm-linux:mainfrom
GuanquanTian:fix/build-dep-local-control
Open

ci(build-kernel): resolve build-dep against local debian/control#94
guanquan (GuanquanTian) wants to merge 1 commit into
qualcomm-linux:mainfrom
GuanquanTian:fix/build-dep-local-control

Conversation

@GuanquanTian

Copy link
Copy Markdown
Contributor

apt-get build-dep -y linux ran before checkout and resolved against the archive's generic "linux" source package instead of the fork's own debian/control, so qcom-specific Build-Depends were never installed.

Move the build-dep call after "debian/rules clean" generates the real debian/control, and resolve against that local file (apt-get build-dep -y ./) instead of the archive package name.

fix new depends(u-boot-tools , device-tree-compiler) issue via debain/control install.
544acfc

apt-get build-dep -y linux ran before checkout and resolved against
the archive's generic "linux" source package instead of the fork's
own debian/control, so qcom-specific Build-Depends were never
installed.

Move the build-dep call after "debian/rules clean" generates the real
debian/control, and resolve against that local file (apt-get build-dep
-y ./) instead of the archive package name.

Signed-off-by: Guanquan Tian <guanquan@qti.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant