From 86a7903ffc77b6d7f07ea6c01ef133e2bf7b3b2b Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Tue, 22 Dec 2020 15:22:23 +0000 Subject: [PATCH] linux-fslc: move aarch64 defconfig to match machine overrides Mainline BSP does not provide 'mx8m' machine override anymore, it has been replaced with more generic 'armv8a' value. Move defconfig from mx8m to armv8a folder for fetcher to resolve search path proper and pick up the kernel config file for mainline BSP for aarch64 builds. No content change has been introduced to defconfig, kernel commit sync point is still kept at commit [a2f5ea9e314b]. Signed-off-by: Andrey Zhizhikin --- recipes-kernel/linux/linux-fslc/{mx8m => armv8a}/defconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-kernel/linux/linux-fslc/{mx8m => armv8a}/defconfig (100%) diff --git a/recipes-kernel/linux/linux-fslc/mx8m/defconfig b/recipes-kernel/linux/linux-fslc/armv8a/defconfig similarity index 100% rename from recipes-kernel/linux/linux-fslc/mx8m/defconfig rename to recipes-kernel/linux/linux-fslc/armv8a/defconfig -- 2.40.1