From 8a3c2136ebb98edc4c73a4a7d62c7b78dc82c091 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 25 May 2020 16:42:16 +0800 Subject: [PATCH] meta-oran: add missing license header for recipes Issue-ID: INF-129 Signed-off-by: Jackie Huang Change-Id: I94af66878588a66a9fde3bc3e70f5e72eb6637a7 --- README.md | 19 +++++++++++++++++++ meta-oran/classes/go112.bbclass | 11 +++++++++++ .../containerd/containerd-opencontainers_git.bbappend | 11 +++++++++++ .../docker-distribution_git.bbappend | 11 +++++++++++ meta-oran/recipes-containers/docker/docker_%.bbappend | 11 +++++++++++ .../cpu-manager-for-kubernetes_1.3.1.bb | 11 +++++++++++ .../kubernetes-plugins/flannel_0.11.0.bb | 11 +++++++++++ .../kubernetes-plugins/flannel_0.12.0.bb | 11 +++++++++++ .../kubernetes-plugins/kubernetes-dashboard_1.10.1.bb | 11 +++++++++++ .../kubernetes-plugins/kubernetes-dashboard_1.8.3.bb | 11 +++++++++++ .../kubernetes-plugins/multus-cni_3.3.bb | 11 +++++++++++ .../node-feature-discovery_0.4.0.bb | 11 +++++++++++ .../node-feature-discovery_0.5.0.bb | 11 +++++++++++ .../recipes-containers/kubernetes/kubernetes.inc | 11 +++++++++++ .../kubernetes/kubernetes_1.13.5.bb | 11 +++++++++++ .../kubernetes/kubernetes_1.13.9.bb | 11 +++++++++++ .../kubernetes/kubernetes_1.14.1.bb | 11 +++++++++++ .../kubernetes/kubernetes_1.14.5.bb | 11 +++++++++++ .../kubernetes/kubernetes_1.15.2.bb | 11 +++++++++++ .../kubernetes/kubernetes_1.16.2.bb | 13 ++++++++++++- .../recipes-containers/runc/runc-docker_git.bbappend | 11 +++++++++++ .../initramfs-live-install-efi_1.0.bbappend | 11 +++++++++++ .../initrdscripts/initramfs-live-install_1.0.bbappend | 11 +++++++++++ .../initramfs-module-install-efi_1.0.bbappend | 11 +++++++++++ .../initramfs-module-install_1.0.bbappend | 11 +++++++++++ .../initramfs-module-setup-live_1.0.bbappend | 11 +++++++++++ meta-oran/recipes-devtools/go/go-1.12.inc | 15 +++++++++++++++ .../recipes-devtools/go/go-cross-canadian_1.12.bb | 15 +++++++++++++++ meta-oran/recipes-devtools/go/go-cross_1.12.bb | 15 +++++++++++++++ meta-oran/recipes-devtools/go/go-crosssdk_1.12.bb | 15 +++++++++++++++ meta-oran/recipes-devtools/go/go-native_1.12.bb | 15 +++++++++++++++ meta-oran/recipes-devtools/go/go-runtime_1.12.bb | 15 +++++++++++++++ meta-oran/recipes-devtools/go/go_1.12.bb | 15 +++++++++++++++ meta-oran/recipes-extended/dpdk/dpdk.inc | 15 +++++++++++++++ meta-oran/recipes-extended/dpdk/dpdk_19.11.bb | 15 +++++++++++++++ meta-oran/recipes-kernel/linux/kernel-devsrc.bb | 15 +++++++++++++++ .../recipes-kernel/linux/linux-yocto-rt_%.bbappend | 14 ++++++++++++++ meta-oran/recipes-networking/cni/cni_git.bbappend | 11 +++++++++++ meta-oran/templates/feature/hosts-ia/template.conf | 15 +++++++++++++++ meta-oran/templates/feature/kubernetes/image.inc | 15 +++++++++++++++ meta-oran/templates/feature/kubernetes/template.conf | 15 +++++++++++++++ .../feature/oran-guest-rt-tune/template.conf | 12 ++++++++++++ .../templates/feature/oran-host-rt-tune/template.conf | 12 ++++++++++++ meta-stx/.gitignore | 1 - .../recipes-devtools/python/python-eventlet_0.18.4.bb | 15 +++++++++++++++ meta-stx/recipes-kernel/linux/kernel-devsrc.bbappend | 15 +++++++++++++++ meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb | 15 +++++++++++++++ 47 files changed, 584 insertions(+), 2 deletions(-) delete mode 100644 meta-stx/.gitignore diff --git a/README.md b/README.md index 4b7bbb1..f769a6a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/meta-oran/classes/go112.bbclass b/meta-oran/classes/go112.bbclass index 15fa53a..f968f04 100644 --- a/meta-oran/classes/go112.bbclass +++ b/meta-oran/classes/go112.bbclass @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. do_compile_prepend() { unset GOCACHE diff --git a/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend b/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend index 8f94bab..5be40e2 100644 --- a/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend +++ b/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. inherit go112 diff --git a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend index 8f94bab..5be40e2 100644 --- a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend +++ b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. inherit go112 diff --git a/meta-oran/recipes-containers/docker/docker_%.bbappend b/meta-oran/recipes-containers/docker/docker_%.bbappend index 7799fa0..b1f0d42 100644 --- a/meta-oran/recipes-containers/docker/docker_%.bbappend +++ b/meta-oran/recipes-containers/docker/docker_%.bbappend @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" diff --git a/meta-oran/recipes-containers/kubernetes-plugins/cpu-manager-for-kubernetes_1.3.1.bb b/meta-oran/recipes-containers/kubernetes-plugins/cpu-manager-for-kubernetes_1.3.1.bb index 1330a17..c534c73 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/cpu-manager-for-kubernetes_1.3.1.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/cpu-manager-for-kubernetes_1.3.1.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "CPU Manager for Kubernetes" uDESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.11.0.bb b/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.11.0.bb index 10283bf..539aa8a 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.11.0.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.11.0.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "Flannel is a simple and easy way to configure a layer 3 network fabric designed for Kubernetes." DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.12.0.bb b/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.12.0.bb index 09ad0de..abc4796 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.12.0.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/flannel_0.12.0.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "Flannel is a simple and easy way to configure a layer 3 network fabric designed for Kubernetes." DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.10.1.bb b/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.10.1.bb index 2ac4843..2428020 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.10.1.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.10.1.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "General-purpose web UI for Kubernetes clusters" DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.8.3.bb b/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.8.3.bb index b7fe077..370c997 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.8.3.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/kubernetes-dashboard_1.8.3.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "General-purpose web UI for Kubernetes clusters" DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb b/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb index 554258c..d4b023b 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "Multus CNI enables attaching multiple network interfaces to pods in Kubernetes." DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.4.0.bb b/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.4.0.bb index cdc7939..7c5b9e4 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.4.0.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.4.0.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "Node feature discovery for Kubernetes" DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.5.0.bb b/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.5.0.bb index 13f638d..56fc71e 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.5.0.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/node-feature-discovery_0.5.0.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "Node feature discovery for Kubernetes" DESCRIPTION = "\ diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes.inc b/meta-oran/recipes-containers/kubernetes/kubernetes.inc index 9d00e42..e0d839c 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes.inc +++ b/meta-oran/recipes-containers/kubernetes/kubernetes.inc @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require recipes-containers/kubernetes/kubernetes_git.bb diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.5.bb b/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.5.bb index 90049c3..bba1abe 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.5.bb +++ b/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.5.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require kubernetes.inc diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.9.bb b/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.9.bb index 4a9d6fc..5e84205 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.9.bb +++ b/meta-oran/recipes-containers/kubernetes/kubernetes_1.13.9.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require kubernetes.inc diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.1.bb b/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.1.bb index 40b371e..3117cdd 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.1.bb +++ b/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.1.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require kubernetes.inc diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.5.bb b/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.5.bb index 2b8ca19..4e79e25 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.5.bb +++ b/meta-oran/recipes-containers/kubernetes/kubernetes_1.14.5.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require kubernetes.inc diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes_1.15.2.bb b/meta-oran/recipes-containers/kubernetes/kubernetes_1.15.2.bb index ffc6491..462b048 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes_1.15.2.bb +++ b/meta-oran/recipes-containers/kubernetes/kubernetes_1.15.2.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require kubernetes.inc diff --git a/meta-oran/recipes-containers/kubernetes/kubernetes_1.16.2.bb b/meta-oran/recipes-containers/kubernetes/kubernetes_1.16.2.bb index 6fce453..02142f0 100644 --- a/meta-oran/recipes-containers/kubernetes/kubernetes_1.16.2.bb +++ b/meta-oran/recipes-containers/kubernetes/kubernetes_1.16.2.bb @@ -1,6 +1,17 @@ # -# Copyright (C) 2020 Wind River Systems, Inc. +# Copyright (C) 2019 Wind River Systems, Inc. # +# 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. require kubernetes.inc diff --git a/meta-oran/recipes-containers/runc/runc-docker_git.bbappend b/meta-oran/recipes-containers/runc/runc-docker_git.bbappend index 8f94bab..5be40e2 100644 --- a/meta-oran/recipes-containers/runc/runc-docker_git.bbappend +++ b/meta-oran/recipes-containers/runc/runc-docker_git.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. inherit go112 diff --git a/meta-oran/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend b/meta-oran/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend index 1391f74..a5250da 100644 --- a/meta-oran/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend +++ b/meta-oran/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" diff --git a/meta-oran/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend b/meta-oran/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend index 1391f74..a5250da 100644 --- a/meta-oran/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend +++ b/meta-oran/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" diff --git a/meta-oran/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bbappend b/meta-oran/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bbappend index 1391f74..a5250da 100644 --- a/meta-oran/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bbappend +++ b/meta-oran/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" diff --git a/meta-oran/recipes-core/initrdscripts/initramfs-module-install_1.0.bbappend b/meta-oran/recipes-core/initrdscripts/initramfs-module-install_1.0.bbappend index 1391f74..a5250da 100644 --- a/meta-oran/recipes-core/initrdscripts/initramfs-module-install_1.0.bbappend +++ b/meta-oran/recipes-core/initrdscripts/initramfs-module-install_1.0.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" diff --git a/meta-oran/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bbappend b/meta-oran/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bbappend index 73f06b8..c16457c 100644 --- a/meta-oran/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bbappend +++ b/meta-oran/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-module-setup-live:" diff --git a/meta-oran/recipes-devtools/go/go-1.12.inc b/meta-oran/recipes-devtools/go/go-1.12.inc index 5116565..e5ab7fc 100644 --- a/meta-oran/recipes-devtools/go/go-1.12.inc +++ b/meta-oran/recipes-devtools/go/go-1.12.inc @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require recipes-devtools/go/go-common.inc GO_BASEVERSION = "1.12" diff --git a/meta-oran/recipes-devtools/go/go-cross-canadian_1.12.bb b/meta-oran/recipes-devtools/go/go-cross-canadian_1.12.bb index 5c8d2c7..85fa979 100644 --- a/meta-oran/recipes-devtools/go/go-cross-canadian_1.12.bb +++ b/meta-oran/recipes-devtools/go/go-cross-canadian_1.12.bb @@ -1,2 +1,17 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require recipes-devtools/go/go-cross-canadian.inc require go-${PV}.inc diff --git a/meta-oran/recipes-devtools/go/go-cross_1.12.bb b/meta-oran/recipes-devtools/go/go-cross_1.12.bb index a2867e2..8586db9 100644 --- a/meta-oran/recipes-devtools/go/go-cross_1.12.bb +++ b/meta-oran/recipes-devtools/go/go-cross_1.12.bb @@ -1,2 +1,17 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require recipes-devtools/go/go-cross.inc require go-${PV}.inc diff --git a/meta-oran/recipes-devtools/go/go-crosssdk_1.12.bb b/meta-oran/recipes-devtools/go/go-crosssdk_1.12.bb index 82d26ec..f97461d 100644 --- a/meta-oran/recipes-devtools/go/go-crosssdk_1.12.bb +++ b/meta-oran/recipes-devtools/go/go-crosssdk_1.12.bb @@ -1,2 +1,17 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require recipes-devtools/go/go-crosssdk.inc require go-${PV}.inc diff --git a/meta-oran/recipes-devtools/go/go-native_1.12.bb b/meta-oran/recipes-devtools/go/go-native_1.12.bb index 11018cb..cc2aef7 100644 --- a/meta-oran/recipes-devtools/go/go-native_1.12.bb +++ b/meta-oran/recipes-devtools/go/go-native_1.12.bb @@ -1,2 +1,17 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require recipes-devtools/go/${PN}.inc require go-${PV}.inc diff --git a/meta-oran/recipes-devtools/go/go-runtime_1.12.bb b/meta-oran/recipes-devtools/go/go-runtime_1.12.bb index 19ed8a2..dcf16d8 100644 --- a/meta-oran/recipes-devtools/go/go-runtime_1.12.bb +++ b/meta-oran/recipes-devtools/go/go-runtime_1.12.bb @@ -1,2 +1,17 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require go-${PV}.inc require recipes-devtools/go/go-runtime.inc diff --git a/meta-oran/recipes-devtools/go/go_1.12.bb b/meta-oran/recipes-devtools/go/go_1.12.bb index e00d911..e37d1ac 100644 --- a/meta-oran/recipes-devtools/go/go_1.12.bb +++ b/meta-oran/recipes-devtools/go/go_1.12.bb @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + require go-${PV}.inc require recipes-devtools/go/go-target.inc diff --git a/meta-oran/recipes-extended/dpdk/dpdk.inc b/meta-oran/recipes-extended/dpdk/dpdk.inc index 7a949ff..6af8d21 100644 --- a/meta-oran/recipes-extended/dpdk/dpdk.inc +++ b/meta-oran/recipes-extended/dpdk/dpdk.inc @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + DESCRIPTION = "Intel(r) Data Plane Development Kit" HOMEPAGE = "http://dpdk.org" diff --git a/meta-oran/recipes-extended/dpdk/dpdk_19.11.bb b/meta-oran/recipes-extended/dpdk/dpdk_19.11.bb index 233e7ce..9cd8eb9 100644 --- a/meta-oran/recipes-extended/dpdk/dpdk_19.11.bb +++ b/meta-oran/recipes-extended/dpdk/dpdk_19.11.bb @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + include dpdk.inc SRCREV = "7001c8fdb27357c67147c0a13cb3826e48c0f2bf" diff --git a/meta-oran/recipes-kernel/linux/kernel-devsrc.bb b/meta-oran/recipes-kernel/linux/kernel-devsrc.bb index 0e1a43b..bde4884 100644 --- a/meta-oran/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta-oran/recipes-kernel/linux/kernel-devsrc.bb @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + SUMMARY = "Linux kernel Development Source" DESCRIPTION = "Development source linux kernel. When built, this recipe packages the \ source of the preferred virtual/kernel provider and makes it available for full kernel \ diff --git a/meta-oran/recipes-kernel/linux/linux-yocto-rt_%.bbappend b/meta-oran/recipes-kernel/linux/linux-yocto-rt_%.bbappend index 5e7ca3a..77c2dfe 100644 --- a/meta-oran/recipes-kernel/linux/linux-yocto-rt_%.bbappend +++ b/meta-oran/recipes-kernel/linux/linux-yocto-rt_%.bbappend @@ -1 +1,15 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. TARGET_SUPPORTED_KTYPES_append_nxp-lx2xxx = " preempt-rt" diff --git a/meta-oran/recipes-networking/cni/cni_git.bbappend b/meta-oran/recipes-networking/cni/cni_git.bbappend index 97ba2e5..677fe8f 100644 --- a/meta-oran/recipes-networking/cni/cni_git.bbappend +++ b/meta-oran/recipes-networking/cni/cni_git.bbappend @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. inherit go112 diff --git a/meta-oran/templates/feature/hosts-ia/template.conf b/meta-oran/templates/feature/hosts-ia/template.conf index 50d5e7e..ee1b9c5 100644 --- a/meta-oran/templates/feature/hosts-ia/template.conf +++ b/meta-oran/templates/feature/hosts-ia/template.conf @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + # # Template to enable support for IA hosts # diff --git a/meta-oran/templates/feature/kubernetes/image.inc b/meta-oran/templates/feature/kubernetes/image.inc index 802ec61..f7167bf 100644 --- a/meta-oran/templates/feature/kubernetes/image.inc +++ b/meta-oran/templates/feature/kubernetes/image.inc @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + IMAGE_INSTALL += "kubernetes" # required by kubernetes diff --git a/meta-oran/templates/feature/kubernetes/template.conf b/meta-oran/templates/feature/kubernetes/template.conf index 118db73..3db4d9c 100644 --- a/meta-oran/templates/feature/kubernetes/template.conf +++ b/meta-oran/templates/feature/kubernetes/template.conf @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + # # Template to enable kubernetes support # diff --git a/meta-oran/templates/feature/oran-guest-rt-tune/template.conf b/meta-oran/templates/feature/oran-guest-rt-tune/template.conf index 066d80a..80943b6 100644 --- a/meta-oran/templates/feature/oran-guest-rt-tune/template.conf +++ b/meta-oran/templates/feature/oran-guest-rt-tune/template.conf @@ -1,6 +1,18 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. + EXTRA_KERNEL_FILES =. "${TEMPLATES_PATH}/feature/oran-guest-rt-tune/files:" EXTRA_KERNEL_SRC_URI += "file://oran-guest-rt-tune.cfg" diff --git a/meta-oran/templates/feature/oran-host-rt-tune/template.conf b/meta-oran/templates/feature/oran-host-rt-tune/template.conf index 0b49079..d7376b8 100644 --- a/meta-oran/templates/feature/oran-host-rt-tune/template.conf +++ b/meta-oran/templates/feature/oran-host-rt-tune/template.conf @@ -1,6 +1,18 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. + EXTRA_KERNEL_FILES =. "${TEMPLATES_PATH}/feature/oran-host-rt-tune/files:" EXTRA_KERNEL_SRC_URI += "file://oran-host-rt-tune.cfg" diff --git a/meta-stx/.gitignore b/meta-stx/.gitignore deleted file mode 100644 index 1377554..0000000 --- a/meta-stx/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.swp diff --git a/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb index db3ded1..bf32c82 100644 --- a/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb +++ b/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + DESCRIPTION = "Highly concurrent networking library" HOMEPAGE = "http://pypi.python.org/pypi/eventlet" SECTION = "devel/python" diff --git a/meta-stx/recipes-kernel/linux/kernel-devsrc.bbappend b/meta-stx/recipes-kernel/linux/kernel-devsrc.bbappend index 5f8cdc3..4a57af2 100644 --- a/meta-stx/recipes-kernel/linux/kernel-devsrc.bbappend +++ b/meta-stx/recipes-kernel/linux/kernel-devsrc.bbappend @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + do_install() { kerneldir=${D}${KERNEL_SRC_PATH} diff --git a/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb b/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb index 9cda553..62d05a2 100644 --- a/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb +++ b/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# 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. + SUMMARY = "Lightweight, easy to configure DNS forwarder and DHCP server" DESCRIPTION = "\ Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. \ -- 2.16.6