From d67ae64de1d7ca1b13e877f56f95b84af9578d02 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Thu, 7 Feb 2019 12:37:03 +0100 Subject: [PATCH] KERNEL: change appned by += for devupstream support Signed-off-by: Christophe Priouzeau --- recipes-kernel/linux/linux-stm32mp_4.19.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-stm32mp_4.19.bb b/recipes-kernel/linux/linux-stm32mp_4.19.bb index 4342dd6..ad1656f 100644 --- a/recipes-kernel/linux/linux-stm32mp_4.19.bb +++ b/recipes-kernel/linux/linux-stm32mp_4.19.bb @@ -116,9 +116,9 @@ SRC_URI += "file://4.19/fragment-03-systemd.config;subdir=fragments" SRC_URI += "file://4.19/fragment-04-optee.config;subdir=fragments" SRC_URI += "file://4.19/fragment-05-modules.config;subdir=fragments" # Don't forget to add/del for devupstream -SRC_URI_append_class-devupstream = " file://4.19/fragment-03-systemd.config;subdir=fragments " -SRC_URI_append_class-devupstream = " file://4.19/fragment-04-optee.config;subdir=fragments " -SRC_URI_append_class-devupstream = " file://4.19/fragment-05-modules.config;subdir=fragments " +SRC_URI_class-devupstream += " file://4.19/fragment-03-systemd.config;subdir=fragments " +SRC_URI_class-devupstream += " file://4.19/fragment-04-optee.config;subdir=fragments " +SRC_URI_class-devupstream += " file://4.19/fragment-05-modules.config;subdir=fragments " # ------------------------------------------------------------- # Kernel Args