diff mbox series

[meta-arago,master/kirkstone] arago.conf: Remove redundant require

Message ID 20230828221725.4110-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] arago.conf: Remove redundant require | expand

Commit Message

Ryan Eatmon Aug. 28, 2023, 10:17 p.m. UTC
Remove unneeded require for the init-manager.inc files as they are
included from oe-core.  This cleans up some warning messages.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 5c1a5203..d5f973ad 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -60,7 +60,6 @@  DISTRO_FEATURES_FILTER_NATIVESDK:append = " opencl opencv openmp"
 # Set global runtime providers for major components
 ARAGO_SYSVINIT ??= "0"
 INIT_MANAGER ?= "${@['systemd','sysvinit'][int(d.getVar('ARAGO_SYSVINIT'))]}"
-require conf/distro/include/init-manager-${INIT_MANAGER}.inc
 
 # Distro-specific package configuration
 PACKAGECONFIG:append:pn-systemd = " coredump networkd resolved serial-getty-generator"