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 <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
Sandeep Gundlupet Raju
2026-03-06 21:43:45 -07:00
committed by Lee Chee Yang
parent f3cda89989
commit 4007e17790

View File

@@ -10,6 +10,3 @@ TEST_TARGET = "QemuTargetZephyr"
TEST_SUITES = "zephyr"
INHERIT += "siteinfo-zephyr"
INHERIT += "uninative"
require conf/distro/include/yocto-uninative.inc