meta-el-nfv-access =================================================================== This layer contains distro customizations specific to the Enea NFV Access platform releases. Dependencies ============ This layer depends on: URI: git://git.yoctoproject.org/poky URI: git://git.enea.com/linux/meta-nfv-access-common URI: git://git.enea.com/linux/meta-enea-virtualization Source code =========== git://git.enea.com/linux/meta-el-nfv-access.git Patches ======= Please submit any patches against the el-nfv-access layer to the following mailing list: linux@lists.enea.com Maintainers: Adrian Dudau Martin Borg Table ================= I. Adding the el-nfv-access layer to your build II. Misc I. Adding the el-nfv-access layer to your build ================================================= In order to use this layer, you need to make the build system aware of it. Assuming the el-nfv-access 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 el-nfv-access layer to bblayers.conf, along with any other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-poky \ /path/to/yocto/meta-nfv-access-common \ /path/to/yocto/meta-enea-virtualization \ /path/to/yocto/meta-el-nfv-access \ " II. Misc ========