Skip to content

Commit

Permalink
local.conf: Dont use systemd
Browse files Browse the repository at this point in the history
musl does not support systemd so use sysvinit by
default in template

Add eula acceptance for qualcomm

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed May 11, 2017
1 parent 29bf3fd commit b44f379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

Expand Down
3 changes: 3 additions & 0 deletions conf/locallocal.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b44f379

Please sign in to comment.