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