From 45d2e484f1262f1d5f5e3602f1e0fa5f6f88abf9 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 3 Feb 2016 13:08:39 +0100 Subject: intialize layer Signed-off-by: Adrian Dudau --- README | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..109c17a --- /dev/null +++ b/README @@ -0,0 +1,56 @@ +meta-enea-bsp-base +=================================================================== + +This layer is contains Enea BSP customizations common to all architecures +supported by Enea Linux. + +Dependencies +============ + +This layer depends on: + + URI: git://git.yoctoproject.org/poky + branch: master + revision: HEAD + + +Source code +=========== + +git://git.enea.com/linux/meta-enea-bsp-base.git + + +Patches +======= + +Please submit any patches against the enea-bsp-ppc layer to the +linux-maintainers mailing list: linux-maintainers@enea.com + +Maintainers: Enea Linux Team + + +Table +================= + + I. Adding the enea-bsp-base layer to your build + II. Misc + + +I. Adding the enea-bsp-base layer to your build +================================================= + +In order to use this layer, you need to make the build system aware of +it. + +Assuming the enea-bsp-base layer exists at the top-level of your +yocto build tree, you can add it to the build system by adding the +location of the enea-bsp-base layer to bblayers.conf, along with any +other layers needed. e.g.: + + + BBLAYERS ?= " \ + /path/to/yocto/meta \ + " + +II. Misc +======== -- cgit v1.2.3-54-g00ecf