X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=4d97ef3e4bed2ee915cd25843437ac4bd0bd7801;hb=HEAD;hp=29fc67f81fb0b3250fd5010257cf7229170a089d;hpb=c09e8951ca3688e6296bba98262ed008ca799c74;p=pti%2Frtp.git diff --git a/README.md b/README.md index 29fc67f..4d97ef3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # o-ran repo for Performance Tuned Infrastructure -This includes a Yocto/OpenEmbedded compatible layer meta-oran and wrapper scripts +This includes a Yocto/OpenEmbedded compatible layer meta-stx-oran and wrapper scripts to pull all required Yocto/OE layers to build out the reference platform. -meta-oran layer depends on many Yocto/OE layers with 'thud' branch (Yocto version 2.6),to have a better user experience, meta-oran depends on WRLinux 1018 open source version and uses wrlinux setup tools to create the build environment. +meta-stx-oran layer depends on many Yocto/OE layers with 'thud' branch (Yocto version 2.6),to have a better user experience, meta-stx-oran depends on WRLinux 1018 open source version and uses wrlinux setup tools to create the build environment. ## About Yocto and Wind River Linux @@ -42,8 +42,8 @@ $ sudo yum install -y epel-release $ sudo yum makecache $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ - perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ - which SDL-devel xterm + perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-Digest-SHA \ + python34-pip xz which SDL-devel xterm ``` ### Use wrapper script build_oran.sh to build the image @@ -60,3 +60,22 @@ $ ./build_oran.sh -w ${WORKSPACE} If all go well, you will get the ISO image in: ${WORKSPACE}/prj_wrl1018_oran/tmp-glibc/deploy/images/intel-x86-64/oran-image-inf-host-intel-x86-64.iso +## License +Copyright (C) 2019 Wind River Systems, Inc. + +Source code included in the tree for individual recipes is under the LICENSE +stated in the associated recipe (.bb file) unless otherwise stated. + +The metadata is under the following license unless otherwise stated. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.