summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2021-01-23 16:35:15 -0600
committerMark Hatle <mark.hatle@xilinx.com>2021-03-05 10:02:48 -0800
commit05af8c010ea470d271672cc46aa996dbf9732bb0 (patch)
tree5f307d2372f57a0d7b79e94f7f802d1c25e4f1b4 /meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb
parent672fa1d3c30dd50ee478a2134fb3890e6a64c405 (diff)
downloadmeta-xilinx-05af8c010ea470d271672cc46aa996dbf9732bb0.tar.gz
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 <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb
new file mode 100644
index 00000000..de942540
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilmem_git.bb
@@ -0,0 +1,6 @@
1inherit esw
2
3ESW_COMPONENT_SRC = "/lib/sw_services/xilmem/src/"
4ESW_COMPONENT_NAME = "libxilmem.a"
5
6DEPENDS += "xilstandalone"