Hi i am trying to build the rocko branch of poky. I am using the MACHINE ?= "zybo-linux-bd-zynq7" setting in local.conf
The branches in meta-openembedded, oe-core, meta-xilinx are all set on rocko respectively. I am getting the following error at the beginning of the build: ERROR: Nothing PROVIDES 'virtual/bitstream' kc705-bitstream PROVIDES virtual/bitstream but was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST ERROR: Required build target 'core-image-full-cmdline' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-full-cmdline', 'virtual/bitstream'] Once I include: LICENSE_FLAGS_WHITELIST += "xilinx" in local.conf i get the following: ERROR: Nothing PROVIDES 'virtual/bitstream' kc705-bitstream PROVIDES virtual/bitstream but was skipped: incompatible with machine zybo-linux-bd-zynq7 (not in COMPATIBLE_MACHINE) ERROR: Required build target 'core-image-full-cmdline' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-full-cmdline', 'virtual/bitstream'] Do you have an idea what might be wrong? Kind Regards, Robert Sander
-- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
