Prepare HH RC1 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 = "master"
11 AGLVERSION = "7.99.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 PREMIRRORS ??= "\
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
62 MIRRORS =+ "\
63 ftp://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
64 http://.*/.*     https://download.automotivelinux.org/AGL/mirror/ \n \
65 https://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n"
66
67 # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
68 # fetch from the network (and warn you if not). To disable the test set
69 # the variable to be empty.
70 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
71 CONNECTIVITY_CHECK_URIS ?= ""
72
73 PREFERRED_PROVIDER_udev ?= "systemd"
74 PREFERRED_PROVIDER_udev-utils ?= "systemd"
75
76 VIRTUAL-RUNTIME_init_manager = "systemd"
77 VIRTUAL-RUNTIME_initscripts = ""
78
79 # network manager to use (possible values: systemd, connman)
80 VIRTUAL-RUNTIME_net_manager = "connman" 
81
82 DISTRO_FEATURES_APPEND = " "
83 DISTRO_FEATURES_remove = "x11"
84 DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit pulseaudio"
85
86 # Prefer GStreamer 1.14.x by default
87 PREFERRED_VERSION_gstreamer1.0              ?= "1.14.%"
88 PREFERRED_VERSION_gstreamer1.0-plugins-bad  ?= "1.14.%"
89 PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.14.%"
90 PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.14.%"
91 PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.14.%"
92 PREFERRED_VERSION_gstreamer1.0-libav        ?= "1.14.%"
93 PREFERRED_VERSION_gstreamer1.0-omx          ?= "1.14.%"
94
95 # Prefer libjpeg-turbo
96 PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
97
98 # using multiple BSP layers causes dangling bbappends in meta-agl-bsp
99 # turn it into a warning
100 #BB_DANGLINGAPPENDS_WARNONLY = "1"
101
102 # Not yet upstreamed; should be submitted.
103 SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}"
104
105 #Redefined USER_CLASSES
106 #Disable prelink. It is unmaintained and likely will go away.
107 #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
108 USER_CLASSES = "buildstats image-mklibs"
109
110 # AGL uses 4 optimization levels
111 # 2 for ARM 32bit 
112 #   - a high and a medium setting for the CCARGS
113 #   - the high setting is default (needs >= cortex-a15)
114 #   - the medium setting is enabled with: DISTRO_FEATURES_append = " agl-medium-arm-compiler "
115 # 1 for ARM 64bit / AARCH64
116 # 1 for x86-64
117 require conf/distro/include/${TARGET_ARCH}-tune.inc
118
119 # Generic qemu and qemuboot (runqemu) enhancements
120 # check qemuboot.bbclass
121 # - use 2G RAM by default
122 QB_MEM ?= "-m 2048"
123 # use pulseaudio on the host side - off as qemu-native is built with alsa
124 #QB_AUDIO_DRV = "pa"
125 # expose a virtual 'hda' sound card to the guest (arm/aarch64/x86-64)
126 QB_AUDIO_OPT = "-soundhw hda"
127
128 # Board templates can add extra IMAGE_FSTYPES through this.
129 # It is added (late) through the AGL image recipes.
130 AGL_EXTRA_IMAGE_FSTYPES ??= ""
131 AGL_EXTRA_INITRAMFS_FSTYPES ??= ""
132 #
133 # Default IMAGE FSTYPES compressed tarball + ext4.xz
134 AGL_DEFAULT_IMAGE_FSTYPES ?= "tar.xz ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
135 AGL_DEFAULT_INITRAMFS_FSTYPES ?= "ext4.gz"
136
137 # DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this)
138 #
139 IMAGE_FSTYPES := "${AGL_DEFAULT_IMAGE_FSTYPES} ${AGL_EXTRA_IMAGE_FSTYPES}"
140 INITRAMFS_FSTYPES := "${AGL_DEFAULT_INITRAMFS_FSTYPES} ${AGL_EXTRA_INITRAMFS_FSTYPES}"
141 #
142 # THE FUTURE is 'wic'
143 # IMAGE_FSTYPES_append = " wic"
144
145 # enable the packagemanagement
146 IMAGE_FEATURES =+ "package-management"
147 PACKAGE_FEED_URIS = "http://192.168.7.1:8000/tmp/deploy/"
148 PACKAGE_FEED_BASE_PATHS = "rpm"
149 PACKAGE_FEED_ARCHS = ""
150 #${PACKAGE_ARCHS}"
151
152
153 # Fix for rpm metadata clash between nativesdk-cmake and nativesdk-qtbase-tools
154 # (revalidate after 2017-10-15, 2018-06-12: still required)
155 DIRFILES_pn-nativesdk-cmake = "1"
156
157 # For https://jira.automotivelinux.org/browse/SPEC-1629 :
158 # We exclude the conflicting vars from the sstate task hash.
159 # This needs to be verified.
160 do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF"
161
162 # Set preferred provider to new navi application
163 PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi"