summaryrefslogtreecommitdiffstats
path: root/meta-eca/conf/distro/eca-graphics.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-eca/conf/distro/eca-graphics.conf')
-rw-r--r--meta-eca/conf/distro/eca-graphics.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-eca/conf/distro/eca-graphics.conf b/meta-eca/conf/distro/eca-graphics.conf
new file mode 100644
index 0000000..b0f6bd6
--- /dev/null
+++ b/meta-eca/conf/distro/eca-graphics.conf
@@ -0,0 +1,34 @@
1DISTRO_NAME = "Embedded Connectivity Appliance"
2DISTRO_VERSION = "0.9+snapshot-${DATE}"
3
4VIRTUAL-RUNTIME_init_manager = "systemd"
5VIRTUAL-RUNTIME_initscripts = ""
6
7include conf/distro/include/default-providers-eca.inc
8
9DISTRO_FEATURES_append = " bluetooth systemd 3g wifi ipv6 nfc zeroconf \
10 largefile multiarch x11 opengl wayland desktop"
11
12LAYER_CONF_VERSION = "6"
13
14MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
15
16DISTRO_FEATURES_BACKFILL_CONSIDERED="sysvinit"
17
18# Enable some of the supported VPN technogies in ConnMan
19PACKAGECONFIG_append_pn-connman = " openvpn l2tp pptp"
20
21# Use bluez5 in pulseaudio
22PACKAGECONFIG_append_pn-pulseaudio = " bluez5"
23
24INHERIT += "extrausers"
25EXTRA_USERS_PARAMS = "usermod -p '\$1\$1DO/lR8M\$f8JOOu4W8GBZzdNzCgSW40' root;"
26
27LICENSE_FLAGS_WHITELIST = "commercial"
28
29FEATURE_PACKAGES_eca-desktop = "packagegroup-eca-desktop"
30
31IMAGE_FEATURES += "splash x11-base eca-desktop hwcodecs"
32
33#CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
34