From 0d310c2324d0fddcf306c406849158d84a6bd608 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 18 Jan 2016 14:51:29 +0100 Subject: initial commit for Enea Linux 5.0-ppc Signed-off-by: Adrian Dudau --- README | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..8968741 --- /dev/null +++ b/README @@ -0,0 +1,63 @@ +meta-enea-base-ppc +=================================================================== + +This layer contains distro customizations specific to the Enea Linux +PowerPC releases. + +Dependencies +============ + +This layer depends on: + + URI: git://git.yoctoproject.org/poky + branch: dizzy + revision: HEAD + + URI: git://git.enea.com/linux/meta-enea + branch: dizzy + revision: HEAD + + +Source code +=========== + +git://git.enea.com/linux/meta-enea-base-ppc.git + + +Patches +======= + +Please submit any patches against the enea-base-ppc layer to the +linux-maintainers mailing list: linux-maintainers@enea.com + +Maintainers: Enea Linux Team + + +Table +================= + + I. Adding the enea-base-ppc layer to your build + II. Misc + + +I. Adding the enea-base-ppc layer to your build +================================================= + +In order to use this layer, you need to make the build system aware of +it. + +Assuming the enea-base-ppc 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-base-ppc layer to bblayers.conf, along with any +other layers needed. e.g.: + + + BBLAYERS ?= " \ + /path/to/yocto/meta \ + /path/to/yocto/meta-yocto \ + /path/to/yocto/meta-enea \ + /path/to/yocto/meta-enea-base-ppc \ + " + +II. Misc +======== -- cgit v1.2.3-54-g00ecf