From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- meta-eca/conf/distro/eca-graphics.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-eca/conf/distro/eca-graphics.conf (limited to 'meta-eca/conf/distro/eca-graphics.conf') 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 @@ +DISTRO_NAME = "Embedded Connectivity Appliance" +DISTRO_VERSION = "0.9+snapshot-${DATE}" + +VIRTUAL-RUNTIME_init_manager = "systemd" +VIRTUAL-RUNTIME_initscripts = "" + +include conf/distro/include/default-providers-eca.inc + +DISTRO_FEATURES_append = " bluetooth systemd 3g wifi ipv6 nfc zeroconf \ + largefile multiarch x11 opengl wayland desktop" + +LAYER_CONF_VERSION = "6" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" + +DISTRO_FEATURES_BACKFILL_CONSIDERED="sysvinit" + +# Enable some of the supported VPN technogies in ConnMan +PACKAGECONFIG_append_pn-connman = " openvpn l2tp pptp" + +# Use bluez5 in pulseaudio +PACKAGECONFIG_append_pn-pulseaudio = " bluez5" + +INHERIT += "extrausers" +EXTRA_USERS_PARAMS = "usermod -p '\$1\$1DO/lR8M\$f8JOOu4W8GBZzdNzCgSW40' root;" + +LICENSE_FLAGS_WHITELIST = "commercial" + +FEATURE_PACKAGES_eca-desktop = "packagegroup-eca-desktop" + +IMAGE_FEATURES += "splash x11-base eca-desktop hwcodecs" + +#CORE_IMAGE_EXTRA_INSTALL += "wayland weston" + -- cgit v1.2.3-54-g00ecf