Consolidation of AGL_DEFAULT_IMAGE_FSTYPES after review of machine use
[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 = "jellyfish"
10 AGL_BRANCH = "master"
11 AGLVERSION = "9.90.0"
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 polkit"
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 linux-yocto 4.19 LTS version by default
98 PREFERRED_VERSION_linux-yocto = "4.19%"
99
100 # Prefer GStreamer 1.14.x by default
101 PREFERRED_VERSION_gstreamer1.0              ?= "1.16.%"
102 PREFERRED_VERSION_gstreamer1.0-plugins-bad  ?= "1.16.%"
103 PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.16.%"
104 PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.16.%"
105 PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.16.%"
106 PREFERRED_VERSION_gstreamer1.0-libav        ?= "1.16.%"
107 PREFERRED_VERSION_gstreamer1.0-omx          ?= "1.16.%"
108
109 # Prefer libjpeg-turbo
110 PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
111
112 # using multiple BSP layers causes dangling bbappends in meta-agl-bsp
113 # turn it into a warning
114 #BB_DANGLINGAPPENDS_WARNONLY = "1"
115
116 # Not yet upstreamed; should be submitted.
117 SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}"
118
119 #Redefined USER_CLASSES
120 #Disable prelink. It is unmaintained and likely will go away.
121 #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
122 USER_CLASSES = "buildstats image-mklibs"
123
124 # AGL uses 4 optimization levels
125 # 2 for ARM 32bit 
126 #   - a high and a medium setting for the CCARGS
127 #   - the high setting is default (needs >= cortex-a15)
128 #   - the medium setting is enabled with: DISTRO_FEATURES_append = " agl-medium-arm-compiler "
129 # 1 for ARM 64bit / AARCH64
130 # 1 for x86-64
131 require conf/distro/include/${TARGET_ARCH}-tune.inc
132
133 # Generic qemu and qemuboot (runqemu) enhancements
134 # check qemuboot.bbclass
135 # - use 2G RAM by default
136 QB_MEM ?= "-m 2048"
137 # use pulseaudio on the host side - off as qemu-native is built with alsa
138 #QB_AUDIO_DRV = "pa"
139 # expose a virtual 'hda' sound card to the guest (arm/aarch64/x86-64)
140 QB_AUDIO_OPT = "-soundhw hda"
141
142 # Board templates can add extra IMAGE_FSTYPES through this.
143 # It is added (late) through the AGL image recipes.
144 AGL_EXTRA_IMAGE_FSTYPES ??= ""
145 AGL_EXTRA_INITRAMFS_FSTYPES ??= ""
146 #
147 # Default IMAGE FSTYPES wic.xz
148 AGL_DEFAULT_IMAGE_FSTYPES ?= "wic.xz wic.bmap wic.xz.sha256sum"
149 AGL_DEFAULT_IMAGE_FSTYPES_qemuall ?= "${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
150 AGL_DEFAULT_IMAGE_FSTYPES_append_netboot = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
151 AGL_DEFAULT_INITRAMFS_FSTYPES ?= "ext4.gz"
152
153 # DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this)
154 #
155 IMAGE_FSTYPES := "${AGL_DEFAULT_IMAGE_FSTYPES} ${AGL_EXTRA_IMAGE_FSTYPES}"
156 INITRAMFS_FSTYPES := "${AGL_DEFAULT_INITRAMFS_FSTYPES} ${AGL_EXTRA_INITRAMFS_FSTYPES}"
157 #
158 # THE FUTURE is 'wic'
159 # IMAGE_FSTYPES_append = " wic"
160
161 # enable the packagemanagement
162 IMAGE_FEATURES =+ "package-management"
163 PACKAGE_FEED_URIS = "http://192.168.7.1:8000/tmp/deploy/"
164 PACKAGE_FEED_BASE_PATHS = "rpm"
165 PACKAGE_FEED_ARCHS = ""
166 #${PACKAGE_ARCHS}"
167
168
169 # Fix for rpm metadata clash between nativesdk-cmake and nativesdk-qtbase-tools
170 # (revalidate after 2017-10-15, 2018-06-12: still required)
171 DIRFILES_pn-nativesdk-cmake = "1"
172
173 # For https://jira.automotivelinux.org/browse/SPEC-1629 :
174 # We exclude the conflicting vars from the sstate task hash.
175 # This needs to be verified.
176 do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF"
177
178 # Set preferred provider to new navi application
179 PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi"
180
181 # Set preferred provider for low-can device mapping configuration
182 PREFERRED_RPROVIDER_virtual/low-can-dev-mapping ?= "dev-mapping"
183
184 # Mask upstream meta-security bbappend that interferes with non-linux-yocto
185 # kernels due to the bug of having two wildcards, which bitbake does not
186 # support. Not having it is not an issue, since there is also explicit
187 # enabling of required security features done by meta-agl/meta-security.
188 BBMASK += "meta-security/recipes-kernel/linux/linux-%_5.%.bbappend"