From 40d304b9534ce9912f9027c14bf97842daccb4ad Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sat, 23 Jan 2021 16:35:15 -0600 Subject: Reorganize the various layer components Machines: Move baremetal machines to meta-xilinx-standalone Layers: - Add new meta-xilinx-standalone-experimental This layer may require components that may not yet be available to the general public. It will contain various experiemntal integration work. - meta-xilinx-standalone This layer should be functional and contain the necessary items to build a baremetal toolchain that can use libxil (replacement to libgloss) from the Xilinx embeddedsw components. (Note, libxil is NOT built as part of this work!) The layer also contains the buildable components for the various firmware components required to startup various Xilinx FPGAs. Signed-off-by: Mark Hatle --- meta-xilinx-standalone-experimental/recipes-drivers/qspips_git.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-xilinx-standalone-experimental/recipes-drivers/qspips_git.bb (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/qspips_git.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/qspips_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/qspips_git.bb new file mode 100644 index 00000000..1f0a1240 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/qspips_git.bb @@ -0,0 +1,3 @@ +inherit esw_examples + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/qspips/examples/" -- cgit v1.2.3-54-g00ecf