Take even one more step back.
Try to have only openembedded-core (poky), meta-openembedded layers and
meta-raspberrypi at the HEAD of Scarthgap branches, clean, without any
modifications.
I assume that you are compiling for an Rpi, or some other hw that has
been derived from an RPi. If you are targeting a standard Rpi, then set
that as your MACHINE, otherwise use one standard Rpi target that
resembles the closest to your actual machine. Just try building the
kernel directly, like you did in your last email.
If it fails, than the problem comes from even deeper (but that could be
reported to meta-rpi maintainer). But I would expect this step to succeed.
If it succeeds, then start extending:
- If you are targeting a custom machine, than copy your machine config
into this test project, and try to build the kernel, targeting that
machine. If it fails, try bisecting your machine-config, by line.
- If it succeeds, add the other layers that are not created by you, if
there are any, one-by-one, and try again. If it fails, look into that
layer, keep removing changes introduced by it until the problematic one
shows up.
- If it succeeds, then start adding your own custom layer(s), recipe by
recipe (or by whatever unit is practical). First the global changes:
local.conf, distro.conf... then BSP level recipes, then the rest.
Assuming that it doesn't fail at the very beginning, I would expect the
culprit to show up somewhere along the process. Otherwise I'm running
out of blind debug methods...
On 30.01.25 15:18, Ganesh Mahajan via Lists.Yoctoproject.Org wrote:
Hi Gyorgy,
I removed all modifications from local.conf and also deleted all
.bbappend files still facing same issue. ERROR: Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_package
has circular dependency on
{'virtual:native:/home/build/project/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot',
'/home/build/project/meta/recipes-devtools/gcc/libgcc_13.3.bb:do_packagedata',
'virtual:native:/home/build/project/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot',
'/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_packagedata',
'virtual:native:/home/build/project/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot',
'/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install'}
ERROR: Command execution failed: 1 I have added few logline so got to
know that it is throwing error at do_populate_sysroot task. So tried
to build only recipe*do_populate_sysroot linux-raspberrypi *got below
error
ERROR:
Dependency loop #1 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Dependency loop #2 found:
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_compile
(dependent Tasks ['u-boot_2021.10.bb:do_configure'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_uboot_generate_rsa_keys
(dependent Tasks ['u-boot_2021.10.bb:do_compile'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_uboot_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_compile',
'u-boot_2021.10.bb:do_uboot_generate_rsa_keys'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_install
(dependent Tasks ['u-boot_2021.10.bb:do_compile',
'u-boot_2021.10.bb:do_uboot_assemble_fitimage',
'u-boot_2021.10.bb:do_create_extlinux_config',
'pseudo_git.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_prepare_recipe_sysroot
(dependent Tasks ['u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot',
'python3_3.12.6.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'glibc_2.39.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'os-release.bb:do_populate_sysroot',
'python3-setuptools_69.1.1.bb:do_populate_sysroot',
'gcc-runtime_13.3.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'swig_4.2.1.bb:do_populate_sysroot',
'flex_2.6.4.bb:do_populate_sysroot',
'rpi-u-boot-scr.bb:do_populate_sysroot',
'kern-tools-native_git.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_fetch', 'openssl_3.2.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_configure
(dependent Tasks ['u-boot_2021.10.bb:do_patch',
'u-boot_2021.10.bb:do_deploy_source_date_epoch',
'u-boot_2021.10.bb:do_prepare_recipe_sysroot'])
Dependency loop #3 found:
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_compile
(dependent Tasks ['u-boot_2021.10.bb:do_configure'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_uboot_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_compile',
'u-boot_2021.10.bb:do_uboot_generate_rsa_keys'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_install
(dependent Tasks ['u-boot_2021.10.bb:do_compile',
'u-boot_2021.10.bb:do_uboot_assemble_fitimage',
'u-boot_2021.10.bb:do_create_extlinux_config',
'pseudo_git.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_prepare_recipe_sysroot
(dependent Tasks ['u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot',
'python3_3.12.6.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'glibc_2.39.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'os-release.bb:do_populate_sysroot',
'python3-setuptools_69.1.1.bb:do_populate_sysroot',
'gcc-runtime_13.3.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'swig_4.2.1.bb:do_populate_sysroot',
'flex_2.6.4.bb:do_populate_sysroot',
'rpi-u-boot-scr.bb:do_populate_sysroot',
'kern-tools-native_git.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_fetch', 'openssl_3.2.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_configure
(dependent Tasks ['u-boot_2021.10.bb:do_patch',
'u-boot_2021.10.bb:do_deploy_source_date_epoch',
'u-boot_2021.10.bb:do_prepare_recipe_sysroot'])
Dependency loop #4 found:
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_compile
(dependent Tasks ['u-boot_2021.10.bb:do_configure'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_create_extlinux_config
(dependent Tasks ['u-boot_2021.10.bb:do_compile'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_install
(dependent Tasks ['u-boot_2021.10.bb:do_compile',
'u-boot_2021.10.bb:do_uboot_assemble_fitimage',
'u-boot_2021.10.bb:do_create_extlinux_config',
'pseudo_git.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_prepare_recipe_sysroot
(dependent Tasks ['u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot',
'python3_3.12.6.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'glibc_2.39.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'os-release.bb:do_populate_sysroot',
'python3-setuptools_69.1.1.bb:do_populate_sysroot',
'gcc-runtime_13.3.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'swig_4.2.1.bb:do_populate_sysroot',
'flex_2.6.4.bb:do_populate_sysroot',
'rpi-u-boot-scr.bb:do_populate_sysroot',
'kern-tools-native_git.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_fetch', 'openssl_3.2.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_configure
(dependent Tasks ['u-boot_2021.10.bb:do_patch',
'u-boot_2021.10.bb:do_deploy_source_date_epoch',
'u-boot_2021.10.bb:do_prepare_recipe_sysroot'])
Dependency loop #5 found:
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_compile
(dependent Tasks ['u-boot_2021.10.bb:do_configure'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_install
(dependent Tasks ['u-boot_2021.10.bb:do_compile',
'u-boot_2021.10.bb:do_uboot_assemble_fitimage',
'u-boot_2021.10.bb:do_create_extlinux_config',
'pseudo_git.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_assemble_fitimage
(dependent Tasks ['u-boot_2021.10.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_prepare_recipe_sysroot
(dependent Tasks ['u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot',
'python3_3.12.6.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'glibc_2.39.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'os-release.bb:do_populate_sysroot',
'python3-setuptools_69.1.1.bb:do_populate_sysroot',
'gcc-runtime_13.3.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'swig_4.2.1.bb:do_populate_sysroot',
'flex_2.6.4.bb:do_populate_sysroot',
'rpi-u-boot-scr.bb:do_populate_sysroot',
'kern-tools-native_git.bb:do_populate_sysroot',
'u-boot_2021.10.bb:do_fetch', 'openssl_3.2.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot'])
Task
/home/build/project/meta-eaton/recipes-bsp/u-boot/u-boot_2021.10.bb:do_configure
(dependent Tasks ['u-boot_2021.10.bb:do_patch',
'u-boot_2021.10.bb:do_deploy_source_date_epoch',
'u-boot_2021.10.bb:do_prepare_recipe_sysroot'])
Dependency loop #6 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_uboot_generate_rsa_keys
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile',
'linux-raspberrypi_6.6.bb:do_uboot_generate_rsa_keys'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Dependency loop #7 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_transform_kernel
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Dependency loop #8 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile',
'linux-raspberrypi_6.6.bb:do_uboot_generate_rsa_keys'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Dependency loop #9 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_link_images
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_strip
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_kernel_link_images',
'linux-raspberrypi_6.6.bb:do_compile_kernelmodules'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_sizecheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_strip'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Dependency loop #10 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_shared_workdir
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile_kernelmodules
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile',
'linux-raspberrypi_6.6.bb:do_shared_workdir'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_strip
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_kernel_link_images',
'linux-raspberrypi_6.6.bb:do_compile_kernelmodules'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_sizecheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_strip'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Dependency loop #11 found:
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_kernel_version_sanity_check',
'linux-raspberrypi_6.6.bb:do_kernel_configcheck',
'linux-raspberrypi_6.6.bb:do_configure'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_compile_kernelmodules
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_compile',
'linux-raspberrypi_6.6.bb:do_shared_workdir'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_strip
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_kernel_link_images',
'linux-raspberrypi_6.6.bb:do_compile_kernelmodules'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_sizecheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_strip'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_install
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_assemble_fitimage',
'linux-raspberrypi_6.6.bb:do_sizecheck',
'linux-raspberrypi_6.6.bb:do_transform_kernel',
'linux-raspberrypi_6.6.bb:do_uboot_assemble_fitimage',
'pseudo_git.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_compile'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_populate_sysroot
(dependent Tasks ['binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_install'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot
(dependent Tasks ['elfutils_0.191.bb:do_populate_sysroot',
'u-boot-tools_2021.10.bb:do_populate_sysroot',
'bison_3.8.2.bb:do_populate_sysroot',
'kmod_31.bb:do_populate_sysroot',
'libmpc_1.3.1.bb:do_populate_sysroot',
'dtc_1.7.0.bb:do_populate_sysroot', 'ovmerge.bb:do_populate_sysroot',
'bc_1.07.1.bb:do_populate_sysroot',
'openssl_3.2.3.bb:do_populate_sysroot',
'xz_5.4.6.bb:do_populate_sysroot',
'pkgconfig_git.bb:do_populate_sysroot',
'gcc-cross_13.3.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_populate_sysroot',
'libgcc_13.3.bb:do_populate_sysroot',
'pseudo_git.bb:do_populate_sysroot',
'gmp_6.3.0.bb:do_populate_sysroot',
'binutils-cross_2.42.bb:do_populate_sysroot',
'linux-raspberrypi_6.6.bb:do_fetch',
'util-linux_2.39.3.bb:do_populate_sysroot'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_configure
(dependent Tasks
['linux-raspberrypi_6.6.bb:do_prepare_recipe_sysroot',
'linux-raspberrypi_6.6.bb:do_patch',
'linux-raspberrypi_6.6.bb:do_kernel_configme',
'linux-raspberrypi_6.6.bb:do_symlink_kernsrc',
'linux-raspberrypi_6.6.bb:do_deploy_source_date_epoch'])
Task
/home/build/project/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb:do_kernel_configcheck
(dependent Tasks ['linux-raspberrypi_6.6.bb:do_configure'])
Halted dependency loops search after 10 matches.
ERROR: Command execution failed: 1
Summary: There were 2 WARNING messages.
Summary: There were 3 ERROR messages, returning a non-zero exit code.
build@ubuntu-bionic:~/project/bitbake/lib/bb$
Ganesh
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64678): https://lists.yoctoproject.org/g/yocto/message/64678
Mute This Topic: https://lists.yoctoproject.org/mt/110876502/21656
Mute #kernel:https://lists.yoctoproject.org/g/yocto/mutehashtag/kernel
Mute #rpi:https://lists.yoctoproject.org/g/yocto/mutehashtag/rpi
Mute #scarthgap:https://lists.yoctoproject.org/g/yocto/mutehashtag/scarthgap
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-