aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/poky-ivi-systemd.conf
blob: 24592b0e360aadd84288519353aeb461ca6c6b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
require ${COREBASE}/meta/conf/distro/defaultsetup.conf

DISTRO_VERSION = "4.0.2"

VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = ""

include conf/distro/include/default-providers-ivi.inc

DISTRO_FEATURES += " bluetooth systemd opengl "
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"

LAYER_CONF_VERSION = "6"

XSERVER = "xserver-xorg \
           xserver-xf86-config \
           xserver-xorg-extension-dbe \
           xserver-xorg-extension-dri \
           xserver-xorg-extension-dri2 \
           xserver-xorg-extension-extmod \
           xserver-xorg-extension-glx \
           xf86-input-evdev \
           xf86-input-mouse \
           xf86-input-keyboard \
           mesa-driver-swrast \
           ${@base_contains("MACHINE_ARCH", "qemux86", "xf86-video-vmware", "", d)} \
           ${@base_contains("MACHINE_ARCH", "qemux86_64", "xf86-video-vmware", "", d)} \
           ${@base_contains("MACHINE_ARCH", "vexpressa9", "xf86-video-fbdev", "", d)} \
          "

MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""

MIRRORS =+ "\
ftp://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \n \
http://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \
https://.*/.*    http://downloads.yoctoproject.org/mirror/sources/ \n"