meta-xilinx icon indicating copy to clipboard operation
meta-xilinx copied to clipboard

Collection of Yocto Project layers to enable AMD Xilinx products

Results 21 meta-xilinx issues
Sort by recently updated
recently updated
newest added
trafficstars

The current patchset does not build a working binutils and causes aborts while trying to disassemble code. This pull request provides a necessary patch to fix the issue. Please refer...

This is required to support runqemu with the "bridge=" option.

When adding bbappend for this recipe with extra dependencies it concatinating them without space. The result is "somethingvirtual/kernel ...".

Build tested ok with bitbake core-image-minimal, MACHINE = kc705-microblazeel LICENSE_FLAGS_WHITELIST += "xilinx" BBLAYERS ?= " \ /home/sune/Yocto/poky/meta \ /home/sune/Yocto/poky/meta-poky \ /home/sune/Yocto/poky/meta-xilinx/meta-xilinx-bsp \ /home/sune/Yocto/poky/meta-xilinx/meta-microblaze \ " Booting from JTAG (following README.booting)...

Allowing dtsi sources to utilize pre-processor to include dt-bindings header files

`yaml` is imported but not used. This may cause issues as `yaml` is not a standard library module.

NOTE: First time contributor to this repo. Please let me know of any guidelines for contributing that I might not be aware of. --- BitBake recipes and class files are...

- When building images with zybo-zynq7 as MACHINE value, it can't find the dtb file. It is looking in `build/tmp/work-shared/zybo-zynq7/kernel-source/arch/arm/boot/dts`. zynq-zybo.dtb is in the `/arch/arm/boot/dts/xilinx` directory.