Prepare Happy Halibut v8.0.1 patch 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
7
8 # Release flags
9 DISTRO_CODENAME = "halibut"
10 AGL_BRANCH = "halibut"
11 AGLVERSION = "8.0.1"
12 # switch  devel/release
13 #AGLRELEASETYPE ?= "agldevelopment"
14 AGLRELEASETYPE ?= "aglrelease"
15 OVERRIDES .= ":${AGLRELEASETYPE}"
16 #
17
18 #for development
19 DISTRO_VERSION_agldevelopment := "${AGLVERSION}+snapshot-${DATE}"
20 AGL_APP_REVISION_agldevelopment = "${AUTOREV}"
21 AGL_DEFAULT_REVISION_agldevelopment = "${AUTOREV}"
22
23 #for release
24 DISTRO_VERSION_aglrelease := "${AGLVERSION}"
25 DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace('+snapshot-${DATE}','')}"
26 AGL_APP_REVISION_aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"
27 AGL_DEFAULT_REVISION_aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"
28
29
30 # SDK
31 SDK_VENDOR = "-aglsdk"
32 SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
33
34 # SDKPATH is the folder where the SDK is going to be installed
35 # Due to an issue with the qt5 environment (see SPEC-1667),
36 # we add DEFAULTTUNE to the SDKPATH to mitigate the issue.
37 SDKPATH = "/opt/agl-sdk/${SDK_VERSION}-${DEFAULTTUNE}"
38
39
40 MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>"
41
42 TARGET_VENDOR = "-agl"
43
44 # Override these in poky based distros
45 AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5 3g"
46 POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}"
47 OVERRIDES .= ":${DISTRO_CODENAME}"
48
49 QEMU_TARGETS ?= "arm aarch64 i386 x86_64"
50 # Other QEMU_TARGETS "mips mips64 mips64el ppc sh4"
51
52 MIRRORS =+ "\
53 bzr://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
54 cvs://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
55 git://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
56 gitsm://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n \
57 hg://.*/.*       https://download.automotivelinux.org/AGL/mirror/ \n \
58 osc://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
59 p4://.*/.*       https://download.automotivelinux.org/AGL/mirror/ \n \
60 svn://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
61 bzr://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
62 cvs://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
63 git://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
64 gitsm://.*/.*    http://download.automotivelinux.org/AGL/mirror/  \n \
65 hg://.*/.*       http://download.automotivelinux.org/AGL/mirror/  \n \
66 osc://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
67 p4://.*/.*       http://download.automotivelinux.org/AGL/mirror/  \n \
68 svn://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
69                  \
70 ftp://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
71 http://.*/.*     https://download.automotivelinux.org/AGL/mirror/ \n \
72 https://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n \
73 ftp://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
74 http://.*/.*     http://download.automotivelinux.org/AGL/mirror/  \n \
75 https://.*/.*    http://download.automotivelinux.org/AGL/mirror/  \n \
76 "
77
78 # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
79 # fetch from the network (and warn you if not). To disable the test set
80 # the variable to be empty.
81 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
82 CONNECTIVITY_CHECK_URIS ?= ""
83
84 PREFERRED_PROVIDER_udev ?= "systemd"
85 PREFERRED_PROVIDER_udev-utils ?= "systemd"
86
87 VIRTUAL-RUNTIME_init_manager = "systemd"
88 VIRTUAL-RUNTIME_initscripts = ""
89
90 # network manager to use (possible values: systemd, connman)
91 VIRTUAL-RUNTIME_net_manager = "connman" 
92
93 DISTRO_FEATURES_APPEND = " "
94 DISTRO_FEATURES_remove = "x11"
95 DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit pulseaudio"
96
97 # Prefer GStreamer 1.14.x by default
98 PREFERRED_VERSION_gstreamer1.0              ?= "1.14.%"
99 PREFERRED_VERSION_gstreamer1.0-plugins-bad  ?= "1.14.%"
100 PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.14.%"
101 PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.14.%"
102 PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.14.%"
103 PREFERRED_VERSION_gstreamer1.0-libav        ?= "1.14.%"
104 PREFERRED_VERSION_gstreamer1.0-omx          ?= "1.14.%"
105
106 # Prefer libjpeg-turbo
107 PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
108
109 # using multiple BSP layers causes dangling bbappends in meta-agl-bsp
110 # turn it into a warning
111 #BB_DANGLINGAPPENDS_WARNONLY = "1"
112
113 # Not yet upstreamed; should be submitted.
114 SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}"
115
116 #Redefined USER_CLASSES
117 #Disable prelink. It is unmaintained and likely will go away.
118 #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
119 USER_CLASSES = "buildstats image-mklibs"
120
121 # AGL uses 4 optimization levels
122 # 2 for ARM 32bit 
123 #   - a high and a medium setting for the CCARGS
124 #   - the high setting is default (needs >= cortex-a15)
125 #   - the medium setting is enabled with: DISTRO_FEATURES_append = " agl-medium-arm-compiler "
126 # 1 for ARM 64bit / AARCH64
127 # 1 for x86-64
128 require conf/distro/include/${TARGET_ARCH}-tune.inc
129
130 # Generic qemu and qemuboot (runqemu) enhancements
131 # check qemuboot.bbclass
132 # - use 2G RAM by default
133 QB_MEM ?= "-m 2048"
134 # use pulseaudio on the host side - off as qemu-native is built with alsa
135 #QB_AUDIO_DRV = "pa"
136 # expose a virtual 'hda' sound card to the guest (arm/aarch64/x86-64)
137 QB_AUDIO_OPT = "-soundhw hda"
138
139 # Board templates can add extra IMAGE_FSTYPES through this.
140 # It is added (late) through the AGL image recipes.
141 AGL_EXTRA_IMAGE_FSTYPES ??= ""
142 AGL_EXTRA_INITRAMFS_FSTYPES ??= ""
143 #
144 # Default IMAGE FSTYPES compressed tarball + ext4.xz
145 AGL_DEFAULT_IMAGE_FSTYPES ?= "tar.xz ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
146 AGL_DEFAULT_INITRAMFS_FSTYPES ?= "ext4.gz"
147
148 # DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this)
149 #
150 IMAGE_FSTYPES := "${AGL_DEFAULT_IMAGE_FSTYPES} ${AGL_EXTRA_IMAGE_FSTYPES}"
151 INITRAMFS_FSTYPES := "${AGL_DEFAULT_INITRAMFS_FSTYPES} ${AGL_EXTRA_INITRAMFS_FSTYPES}"
152 #
153 # THE FUTURE is 'wic'
154 # IMAGE_FSTYPES_append = " wic"
155
156 # enable the packagemanagement
157 IMAGE_FEATURES =+ "package-management"
158 PACKAGE_FEED_URIS = "http://192.168.7.1:8000/tmp/deploy/"
159 PACKAGE_FEED_BASE_PATHS = "rpm"
160 PACKAGE_FEED_ARCHS = ""
161 #${PACKAGE_ARCHS}"
162
163
164 # Fix for rpm metadata clash between nativesdk-cmake and nativesdk-qtbase-tools
165 # (revalidate after 2017-10-15, 2018-06-12: still required)
166 DIRFILES_pn-nativesdk-cmake = "1"
167
168 # For https://jira.automotivelinux.org/browse/SPEC-1629 :
169 # We exclude the conflicting vars from the sstate task hash.
170 # This needs to be verified.
171 do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF"
172
173 # Set preferred provider to new navi application
174 PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi"