summaryrefslogtreecommitdiff
path: root/meta-xilinx/meta-xilinx-standalone/README.md
diff options
context:
space:
mode:
authorjmbills <jason.m.bills@intel.com>2022-01-18 21:55:05 +0300
committerGitHub <noreply@github.com>2022-01-18 21:55:05 +0300
commit7cf0c1cd0ce835d1833509b7b911e8a97380278b (patch)
tree0b45c3beaa9874facc4ed1a2395a31e42be0135d /meta-xilinx/meta-xilinx-standalone/README.md
parent4dac5fcd49b5e2de1074f1363775ec0f19041072 (diff)
parent1fc0d70f658da30091bcd49f9bf29aecd6b99ba7 (diff)
downloadopenbmc-7cf0c1cd0ce835d1833509b7b911e8a97380278b.tar.xz
Merge pull request #76 from Intel-BMC/update1-0.86
Update
Diffstat (limited to 'meta-xilinx/meta-xilinx-standalone/README.md')
-rw-r--r--meta-xilinx/meta-xilinx-standalone/README.md62
1 files changed, 0 insertions, 62 deletions
diff --git a/meta-xilinx/meta-xilinx-standalone/README.md b/meta-xilinx/meta-xilinx-standalone/README.md
deleted file mode 100644
index 50ac9ad76..000000000
--- a/meta-xilinx/meta-xilinx-standalone/README.md
+++ /dev/null
@@ -1,62 +0,0 @@
-meta-xilinx-standalone
-======================
-
-This layer is meant to augment Yocto/OE functionality to provide a
-Baremetal/Standalone Toolchain as well as the foundation for building
-the embeddedsw components that enable non-Linux software required for
-Xilinx based FPGA/SOCs.
-
-Note, the non-Linux software components are still in development and
-this should be considered to be a preview release only. For instance,
-some components may not be buildable, expect APIs to change on various
-parts and pieces.
-
-
-Maintainers, Mailing list, Patches
-==================================
-
-Please send any patches, pull requests, comments or questions for this
-layer to the [meta-xilinx mailing list]
-(https://lists.yoctoproject.org/listinfo/meta-xilinx):
-
- meta-xilinx@lists.yoctoproject.org
-
-Maintainers:
-
- Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
- Mark Hatle <mark.hatle@xilinx.com>
-
-Dependencies
-============
-
-This layer depends on:
-
- URI: git://git.yoctoproject.org/poky
-
- URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-bsp
-
-Usage
-=====
-
-1.- Clone this layer along with the specified layers
-
-2.- $ source oe-init-build-env
-
-3.- Add this layer to BBLAYERS on conf/bblayers.conf
-
-4.- Add the following to your conf/local.conf to build for the
-microblaze architecture:
-
-DISTRO="xilinx-standalone"
-
-MACHINE="microblaze-pmu"
-
-5.- Build a package:
-
-for example:
-
-$ bitbake newlib
-
-or
-
-$ bitbake meta-toolchain