From 45680bfbea320957b3a85edf4c8fb3d084b9b6c4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 15 Mar 2021 15:14:33 +0000 Subject: [PATCH] meta-ohos-acts/linux-yocto: Add Copyright and License for reuse compliance Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../linux/linux-yocto/0001-fragment-jffs2-tests.cfg | 4 ++++ meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg b/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg index 24f33f99..638ca4e7 100644 --- a/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg +++ b/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + CONFIG_MTD=y CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=m diff --git a/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend b/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend index 0248355d..c4a70e49 100644 --- a/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend +++ b/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://0001-fragment-jffs2-tests.cfg" -- GitLab