From b44f379cdc30907f192914ae46537f342403f154 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 10 May 2017 22:35:06 -0700 Subject: [PATCH] local.conf: Dont use systemd musl does not support systemd so use sysvinit by default in template Add eula acceptance for qualcomm Signed-off-by: Khem Raj --- conf/local.conf | 8 -------- conf/locallocal.conf.sample | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/conf/local.conf b/conf/local.conf index 14933efff..7ee37c2c6 100644 --- a/conf/local.conf +++ b/conf/local.conf @@ -43,14 +43,6 @@ MIRRORS_append = "\ http://.*/.* http://sources.bec-systems.com/ \n \ https://.*/.* http://sources.bec-systems.com/ \n" - -# enable systemd - -DISTRO_FEATURES_append = " systemd" -DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" -VIRTUAL-RUNTIME_init_manager = "systemd" -VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" - # Dont package kernel into image RDEPENDS_kernel-base = "" diff --git a/conf/locallocal.conf.sample b/conf/locallocal.conf.sample index 2d1ff437e..0c4c00a99 100644 --- a/conf/locallocal.conf.sample +++ b/conf/locallocal.conf.sample @@ -4,6 +4,9 @@ # required for Freescale stuff to build ACCEPT_FSL_EULA = "1" +# required for Qualcomm stuff to build +ACCEPT_EULA = "1" + # required to build netperf LICENSE_FLAGS_WHITELIST = "non-commercial"