From 4007e17790a6fbf6ea61007f2e63cdca64bbb88d Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Fri, 6 Mar 2026 21:43:45 -0700 Subject: [PATCH] zephyr: Remove duplicate uninative configuration Remove INHERIT of uninative and yocto-uninative.inc inclusion from zephyr.conf as these are now provided by defaultsetup.conf which is included by bitbake.conf by default. This fixes the duplicate inclusion warning: WARNING: Duplicate inclusion for /scratch/yocto/yp-master/sources/openembedded-core/meta/conf/distro/include/yocto-uninative.inc in /scratch/yocto/yp-master/sources/openembedded-core/meta/conf/distro/defaultsetup.conf Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Lee Chee Yang --- meta-zephyr-core/conf/distro/zephyr.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-zephyr-core/conf/distro/zephyr.conf b/meta-zephyr-core/conf/distro/zephyr.conf index bdf1821..8921ec5 100644 --- a/meta-zephyr-core/conf/distro/zephyr.conf +++ b/meta-zephyr-core/conf/distro/zephyr.conf @@ -10,6 +10,3 @@ TEST_TARGET = "QemuTargetZephyr" TEST_SUITES = "zephyr" INHERIT += "siteinfo-zephyr" - -INHERIT += "uninative" -require conf/distro/include/yocto-uninative.inc