
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
Description
StarlingX build source tree root
Languages
Python
60.7%
Shell
38.2%
BitBake
0.6%
Dockerfile
0.5%