Merge "setup_mm_packages.sh: handle weird terminals"
[AGL/meta-agl.git] / meta-agl-distro / conf / distro / poky-agl.conf
1 require conf/distro/poky.conf
2
3 # AGL specific derivations
4 DISTRO = "poky-agl"
5 DISTRO_NAME = "Automotive Grade Linux"
6 DISTRO_VERSION = "5.90.0+snapshot-${DATE}"
7 #DISTRO_VERSION = "5.90.0"
8 DISTRO_CODENAME = "flounder"
9 DISTRO_BRANCH_VERSION_TAG = "flounder/5.90.0"
10 SDK_VENDOR = "-aglsdk"
11 SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
12
13 AGL_BRANCH = "master"
14
15 #for development
16 AGL_APP_REVISION = "${AUTOREV}"
17 AGL_DEFAULT_REVISION = "${AUTOREV}"
18 #for release
19 #AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"
20 #AGL_DEFAULT_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"
21
22
23 MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>"
24
25 TARGET_VENDOR = "-agl"
26
27 # Override these in poky based distros
28 AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5"
29 POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}"
30 OVERRIDES .= ":${DISTRO_CODENAME}"
31
32 QEMU_TARGETS ?= "arm aarch64 i386 x86_64"
33 # Other QEMU_TARGETS "mips mips64 mips64el ppc sh4"
34
35 PREMIRRORS ??= "\
36 bzr://.*/.*   https://download.automotivelinux.org/AGL/mirror/ \n \
37 cvs://.*/.*   https://download.automotivelinux.org/AGL/mirror/ \n \
38 git://.*/.*   https://download.automotivelinux.org/AGL/mirror/ \n \
39 gitsm://.*/.* https://download.automotivelinux.org/AGL/mirror/ \n \
40 hg://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n \
41 osc://.*/.*   https://download.automotivelinux.org/AGL/mirror/ \n \
42 p4://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n \
43 svn://.*/.*   https://download.automotivelinux.org/AGL/mirror/ \n"
44
45 MIRRORS =+ "\
46 ftp://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
47 http://.*/.*     https://download.automotivelinux.org/AGL/mirror/ \n \
48 https://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n"
49
50 # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
51 # fetch from the network (and warn you if not). To disable the test set
52 # the variable to be empty.
53 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
54 CONNECTIVITY_CHECK_URIS ?= ""
55
56 PREFERRED_PROVIDER_udev ?= "systemd"
57 PREFERRED_PROVIDER_udev-utils ?= "systemd"
58
59 VIRTUAL-RUNTIME_init_manager = "systemd"
60 VIRTUAL-RUNTIME_initscripts = ""
61
62 # network manager to use (possible values: systemd, connman)
63 VIRTUAL-RUNTIME_net_manager = "connman" 
64
65 DISTRO_FEATURES_APPEND = " "
66 DISTRO_FEATURES_remove = "x11"
67 DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
68
69 PREFERRED_VERSION_wayland-ivi-extension ?= "1.1%"
70
71 # Prefer GStreamer 1.10.x by default
72 PREFERRED_VERSION_gstreamer1.0              ?= "1.10.%"
73 PREFERRED_VERSION_gstreamer1.0-plugins-bad  ?= "1.10.%"
74 PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.10.%"
75 PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.10.%"
76 PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.10.%"
77 PREFERRED_VERSION_gstreamer1.0-libav        ?= "1.10.%"
78 PREFERRED_VERSION_gstreamer1.0-omx          ?= "1.2.%"
79
80 # Prefer libjpeg-turbo
81 PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
82
83 # GPLv3 Compliance
84 PREFERRED_VERSION_bash          = "3.2.%"
85 PREFERRED_VERSION_gawk          = "3.1.%"
86 #PREFERRED_VERSION_gdbm         = "1.8.%"
87 PREFERRED_VERSION_gnupg         = "1.4.7"
88 PREFERRED_VERSION_gnutls        = "3.3.%"
89 PREFERRED_VERSION_mc            = "4.7.5.%"
90 PREFERRED_VERSION_readline      = "5.2"
91
92 # using multiple BSP layers causes dangling bbappends in meta-agl-bsp
93 # turn it into a warning
94 #BB_DANGLINGAPPENDS_WARNONLY = "1"
95
96 # enforce security-related compiler flags by default
97 require conf/distro/include/security_flags.inc
98 # required overrides, upstreamed but not merged yet:
99 # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107727.html
100 SECURITY_CFLAGS_pn-llvm3.3 = ""
101 SECURITY_LDFLAGS_remove_pn-llvm3.3 = "-fstack-protector-strong"
102 SECURITY_STRINGFORMAT_pn-gpm = ""
103 SECURITY_CFLAGS_pn-libdbus-c++ = ""
104 SECURITY_LDFLAGS_pn-libdbus-c++ = ""
105
106 # more than 2 targets fail to compile these with the SECURITY compiler flags:
107 # Bug tracked as SPEC-593
108 SECURITY_CFLAGS_pn-mozjs = ""
109 SECURITY_LDFLAGS_pn-mozjs = ""
110 SECURITY_CFLAGS_pn-gpm = ""
111 SECURITY_LDFLAGS_pn-gpm = ""
112 SECURITY_CFLAGS_pn-libatasmart = ""
113 SECURITY_LDFLAGS_pn-libatasmart = ""
114
115 # Not yet upstreamed; should be submitted.
116 SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}"
117
118 #Redefined USER_CLASSES
119 #Disable prelink. It is unmaintained and likely will go away.
120 #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
121 USER_CLASSES = "buildstats image-mklibs"
122
123 # AGL uses 4 optimization levels
124 # 2 for ARM 32bit 
125 #   - a high and a medium setting for the CCARGS
126 #   - the high setting is default (needs >= cortex-a15)
127 #   - the medium setting is enabled with: DISTRO_FEATURES_append = " agl-medium-arm-compiler "
128 # 1 for ARM 64bit / AARCH64
129 # 1 for x86-64
130 require conf/distro/include/${TARGET_ARCH}-tune.inc
131
132 # Generic qemu and qemuboot (runqemu) enhancements
133 # check qemuboot.bbclass
134 # - use 2G RAM by default
135 QB_MEM ?= "-m 2048"
136 # use pulseaudio on the host side - off as qemu-native is built with alsa
137 #QB_AUDIO_DRV = "pa"
138 # expose a virtual 'hda' sound card to the guest (arm/aarch64/x86-64)
139 QB_AUDIO_OPT = "-soundhw hda"
140
141 # Board templates can add extra IMAGE_FSTYPES through this.
142 # It is added (late) through the AGL image recipes.
143 AGL_EXTRA_IMAGE_FSTYPES ??= ""
144 AGL_EXTRA_INITRAMFS_FSTYPES ??= ""
145 #
146 # Default IMAGE FSTYPES compressed tarball + ext4.xz
147 AGL_DEFAULT_IMAGE_FSTYPES ?= "tar.xz ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
148 AGL_DEFAULT_INITRAMFS_FSTYPES ?= "ext4.gz"
149
150 # DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this)
151 #
152 IMAGE_FSTYPES := "${AGL_DEFAULT_IMAGE_FSTYPES} ${AGL_EXTRA_IMAGE_FSTYPES}"
153 INITRAMFS_FSTYPES := "${AGL_DEFAULT_INITRAMFS_FSTYPES} ${AGL_EXTRA_INITRAMFS_FSTYPES}"
154 #
155 # THE FUTURE is 'wic'
156 # IMAGE_FSTYPES_append = " wic"
157
158
159 # Fix for rpm metadata clash between nativesdk-cmake and nativesdk-qtbase-tools
160 # (revalidate after 2017-10-15)
161 DIRFILES_pn-nativesdk-cmake = "1"
162