From d8ebcf41f7c88f5e6f519aa8273be42a232148bc Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 17:38:58 +0100 Subject: [PATCH] linux-raspberrypi: Fix override syntax Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../recipes-kernel/linux/linux-raspberrypi_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/meta-oniro-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend index 95e587fc..daa096e9 100644 --- a/meta-oniro-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend +++ b/meta-oniro-core/recipes-kernel/linux/linux-raspberrypi_%.bbappend @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" +FILESEXTRAPATHS:prepend := "${THISDIR}/linux:" SRC_URI += "file://squashfs.cfg" -- GitLab