meta-enea-bsp-ppc =================================================================== This layer is contains Enea BSP customizations for PowerPC architecures. Dependencies ============ This layer depends on: URI: git://git.enea.com/linux/meta-enea-base branch: dizzy revision: HEAD URI: git://git.yoctoproject.org/meta-fsl-ppc branch: dizzy revision: HEAD Source code =========== git://git.enea.com/linux/meta-enea-bsp-ppc.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-ppc layer to your build II. Misc I. Adding the enea-bsp-ppc layer to your build ================================================= In order to use this layer, you need to make the build system aware of it. Assuming the enea-bsp-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-bsp-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-base \ /path/to/yocto/meta-fsl-ppc \ /path/to/yocto/meta-enea-bsp-ppc \ " II. Misc ========