circular_dep.conf: add chain for linux/linux-rt
Below error is reported when running "build-pkgs -c -p kernel-std" mod_debbuild - DEBUG: CIRCULAR DEPENDENCY DETECTED. mod_debbuild - ERROR: Circular dependency: {'/localdisk/loadbuild/USER/stx/std/kernel-std/linux_5.10.74-1.stx.2.dsc'} Similar issue happens to linux-rt when running "build-pkgs -c -p kernel-rt --rt" Those are caused by kernel building's dependency chains finally come to linux-libc-dev, which is built by kernel. Add linux/linux-rt into the config file to avoid the errors. Test Plan: - PASS: build-pkgs -c -p kernel-std - PASS: build-pkgs -c -p kernel-rt --rt Story: 2009221 Task: 44808 Signed-off-by: Li Zhou <li.zhou@windriver.com> Change-Id: I12f01e340966b91759f078cc5f31cd931675c72e
This commit is contained in:
parent
57ea195a76
commit
33011493b0
@ -15,6 +15,12 @@
|
||||
# -r> Runtime depend on
|
||||
# (s) Source package
|
||||
|
||||
SRC SET: linux
|
||||
BUILD ORDER: linux
|
||||
|
||||
SRC SET: linux-rt
|
||||
BUILD ORDER: linux-rt
|
||||
|
||||
SRC SET: openldap systemd linux setuptools
|
||||
BUILD ORDER: linux setuptools openldap systemd
|
||||
# A superset of the chain: {openldap systemd linux}, just add package "setuptools"
|
||||
|
Loading…
x
Reference in New Issue
Block a user