From db587ddbec8f6b305d46821103024d20f758f9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= Date: Thu, 5 Mar 2020 20:12:44 +0000 Subject: [PATCH] linux-yocto: update the bbappend to 5.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As linux-yocto upgraded to 5.x in oe-core, update the bbappend to 5.x to remove the warning ERROR: No recipes available for: .../meta-security/meta-tpm/recipes-kernel/linux/linux-yocto_4.%.bbappend This patch hasn't been verified any further than allowing bitbake to complete with a non-linux-yocto kernel. In particular options could be different, or new ones needed / desired. Signed-off-by: André Draszik Signed-off-by: Armin Kuster --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_5.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-tpm/recipes-kernel/linux/{linux-yocto_4.%.bbappend => linux-yocto_5.%.bbappend} (100%) diff --git a/meta-tpm/recipes-kernel/linux/linux-yocto_4.%.bbappend b/meta-tpm/recipes-kernel/linux/linux-yocto_5.%.bbappend similarity index 100% rename from meta-tpm/recipes-kernel/linux/linux-yocto_4.%.bbappend rename to meta-tpm/recipes-kernel/linux/linux-yocto_5.%.bbappend