diff --git a/README.md b/README.md index 47b9eb1..b731039 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,11 @@ You may obtain a copy of the License at Introduction ------------------------ -This layer provides the base for starlingx port to yocto thud. By itself, -it provides set of generic recipes used by starlingx but without starlingx -patches. StarlingX modifications, enhancements and patches are in meta-stx. +This layer provides the base for starlingx and akraino port to yocto thud. +By itself, it provides set of generic recipes used by starlingx and akraino +but without starlingx and akraino patches. +StarlingX modifications, enhancements and patches are in meta-stx. +Akraino modifications, enhancements and patches are in meta-akraino. For further info: https://www.starlingx.io/ @@ -53,10 +55,6 @@ Dependencies This layer depends on: ``` - URI: https://github.com/zbsarashki/meta-stx.git - revision: HEAD - branch: master - URI: git://git.yoctoproject.org/poky.git revision: HEAD branch: thud @@ -93,10 +91,6 @@ This layer depends on: revision: HEAD branch: thud - URI: git://git.yoctoproject.org/meta-intel-qat - revision: HEAD - branch: thud - URI: https://github.com/intel-iot-devkit/meta-iot-cloud.git revision: HEAD branch: thud @@ -185,61 +179,6 @@ EOF Use Case: --------------------------- - -Building the meta-starlinx layer ---------------------------- - -In order to enable starlingx target, add the following to bblayers.conf: - -``` -BBLAYERS ?= " \ - /<abs_path_to>/layers/poky/meta \ - /<abs_path_to>/layers/poky/meta-poky \ - /<abs_path_to>/layers/poky/meta-yocto-bsp \ - /<abs_path_to>/layers/meta-openembedded/meta-oe \ - /<abs_path_to>/layers/meta-openembedded/meta-networking \ - /<abs_path_to>/layers/meta-openembedded/meta-filesystems \ - /<abs_path_to>/layers/meta-openembedded/meta-perl \ - /<abs_path_to>/layers/meta-openembedded/meta-python \ - /<abs_path_to>/layers/meta-openembedded/meta-webserver \ - /<abs_path_to>/layers/meta-openembedded/meta-initramfs \ - /<abs_path_to>/layers/meta-openembedded/meta-gnome \ - /<abs_path_to>/layers/meta-virtualization \ - /<abs_path_to>/layers/meta-cloud-services \ - /<abs_path_to>/layers/meta-cloud-services/meta-openstack \ - /<abs_path_to>/layers/meta-cloud-services/meta-openstack-aio-deploy \ - /<abs_path_to>/layers/meta-cloud-services/meta-openstack-compute-deploy \ - /<abs_path_to>/layers/meta-cloud-services/meta-openstack-controller-deploy \ - /<abs_path_to>/layers/meta-cloud-services/meta-openstack-qemu \ - /<abs_path_to>/layers/meta-cloud-services/meta-openstack-swift-deploy \ - /<abs_path_to>/layers/meta-secure-core/meta-signing-key \ - /<abs_path_to>/layers/meta-secure-core/meta-efi-secure-boot \ - /<abs_path_to>/layers/meta-secure-core/meta-encrypted-storage \ - /<abs_path_to>/layers/meta-secure-core/meta-integrity \ - /<abs_path_to>/layers/meta-secure-core/meta-tpm2 \ - /<abs_path_to>/layers/meta-secure-core/meta \ - /<abs_path_to>/layers/meta-security \ - /<abs_path_to>/layers/meta-security/meta-security-compliance \ - /<abs_path_to>/layers/meta-selinux \ - /<abs_path_to>/layers/meta-intel \ - /<abs_path_to>/layers/meta-intel-qat \ - /<abs_path_to>/layers/meta-rauc \ - /<abs_path_to>/layers/meta-iot-cloud \ - /<abs_path_to>/layers/meta-stx \ - /<abs_path_to>/layers/meta-starlingX \ - " -``` - -Build targets -------------------------------- - -The currently available build target is stx-image-aio from meta-stx - -``` -bitbake stx-image-aio - -``` - # Legal Notices All product names, logos, and brands are property of their respective owners. All company, product and service names used in this software are for identification purposes only. Wind River is a registered trademarks of Wind River Systems, Inc. Linux is a registered trademark of Linus Torvalds.