-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi,
I have been trying to build make_minized_sbc_base.sh and I get the error:
`Building project...
[INFO] Sourcing buildtools
[INFO] Building avnet-image-full
[INFO] Sourcing build environment
[INFO] Generating workspace directory
INFO: bitbake avnet-image-full
NOTE: Started PRServer with DBfile: /home/shammett/Desktop/minized_pynq/Avnet20212/petalinux/projects/minized_sbc_base_2021_2/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41933, PID: 3966251
Loading cache: 100% | | ETA: --:--:--
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |##################################################################################################################| Time: 0:01:47
Parsing of 3513 .bb files complete (0 cached, 3513 parsed). 5170 targets, 278 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'u-boot' (but /home/shammett/Desktop/minized_pynq/Avnet20212/petalinux/projects/minized_sbc_base_2021_2/components/yocto/layers/meta-xilinx/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb DEPENDS on or otherwise requires it)
u-boot was skipped: PREFERRED_PROVIDER_virtual/bootloader set to u-boot-xlnx, not u-boot
ERROR: Required build target 'avnet-image-full' has no buildable providers.
Missing or unbuildable dependency chain was: ['avnet-image-full', 'virtual/boot-bin', 'u-boot']
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
ERROR: Failed to build avnet-image-full. Check the /home/shammett/Desktop/minized_pynq/Avnet20212/petalinux/projects/minized_sbc_base_2021_2/build/build.log file for more details...
[INFO] Sourcing buildtools
[INFO] Building avnet-image-full
[INFO] Sourcing build environment
[INFO] Generating workspace directory
INFO: bitbake avnet-image-full
NOTE: Started PRServer with DBfile: /home/shammett/Desktop/minized_pynq/Avnet20212/petalinux/projects/minized_sbc_base_2021_2/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 43733, PID: 3966991
Loading cache: 100% |####################################################################################################################| Time: 0:00:01
Loaded 5165 entries from dependency cache.
Parsing recipes: 100% |##################################################################################################################| Time: 0:00:01
Parsing of 3513 .bb files complete (3508 cached, 5 parsed). 5170 targets, 278 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'u-boot' (but /home/shammett/Desktop/minized_pynq/Avnet20212/petalinux/projects/minized_sbc_base_2021_2/components/yocto/layers/meta-xilinx/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb DEPENDS on or otherwise requires it)
u-boot was skipped: PREFERRED_PROVIDER_virtual/bootloader set to u-boot-xlnx, not u-boot
ERROR: Required build target 'avnet-image-full' has no buildable providers.
Missing or unbuildable dependency chain was: ['avnet-image-full', 'virtual/boot-bin', 'u-boot']
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
ERROR: Failed to build avnet-image-full. Check the /home/shammett/Desktop/minized_pynq/Avnet20212/petalinux/projects/minized_sbc_base_2021_2/build/build.log file for more details...
`
Everything else builds fine and petalinux-config -c u-boot looks correct.