From 76aceb14a037d931e686f3d69c03e04da12a0e17 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 29 Aug 2019 12:23:11 +0800 Subject: [PATCH] linux-yocto: replace bbappends to build v5.0 by v5.2 OE-core has dropped support for 5.0 and introduced 5.2 linux-yocto reference kernel. Make changes to remain in sync. Signed-off-by: Anuj Mittal --- .../{linux-yocto-rt_5.0.bbappend => linux-yocto-rt_5.2.bbappend} | 0 .../linux/{linux-yocto_5.0.bbappend => linux-yocto_5.2.bbappend} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename recipes-kernel/linux/{linux-yocto-rt_5.0.bbappend => linux-yocto-rt_5.2.bbappend} (100%) rename recipes-kernel/linux/{linux-yocto_5.0.bbappend => linux-yocto_5.2.bbappend} (100%) diff --git a/recipes-kernel/linux/linux-yocto-rt_5.0.bbappend b/recipes-kernel/linux/linux-yocto-rt_5.2.bbappend similarity index 100% rename from recipes-kernel/linux/linux-yocto-rt_5.0.bbappend rename to recipes-kernel/linux/linux-yocto-rt_5.2.bbappend diff --git a/recipes-kernel/linux/linux-yocto_5.0.bbappend b/recipes-kernel/linux/linux-yocto_5.2.bbappend similarity index 100% rename from recipes-kernel/linux/linux-yocto_5.0.bbappend rename to recipes-kernel/linux/linux-yocto_5.2.bbappend