Prepare Lucky Lamprey 12.1.18
[AGL/meta-agl.git] / meta-agl-core / 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 = "lamprey"
10 AGL_BRANCH = "lamprey"
11 AGLVERSION = "12.1.18"
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 # reproducible builds:
30 # enable the flag
31 BUILD_REPRODUCIBLE_BINARIES = "1"
32 # Set the desired timestamps
33 export SOURCE_DATE_EPOCH = "1708200000"
34 REPRODUCIBLE_TIMESTAMP_ROOTFS = "1708200000"
35 # inherit the class
36 INHERIT += "reproducible_build"
37
38
39 # SDK
40 SDK_VENDOR = "-aglsdk"
41
42 # SDKPATHINSTALL is the folder where the SDK is going to be installed
43 # Due to an issue with the qt5 environment (see SPEC-1667),
44 # we add DEFAULTTUNE to the SDKPATH to mitigate the issue.
45 SDKPATHINSTALL = "/opt/agl-sdk/${SDK_VERSION}-${DEFAULTTUNE}"
46
47
48 MAINTAINER = "AGL https://lists.automotivelinux.org/g/agl-dev-community"
49
50 TARGET_VENDOR = "-agl"
51
52 # Override these in poky based distros
53 AGL_DEFAULT_DISTRO_FEATURES = "largefile opengl wayland pam bluetooth bluez5 3g polkit"
54 POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}"
55 OVERRIDES .= ":${DISTRO_CODENAME}"
56
57 DISTRO_FEATURES:remove = "x11"
58 DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
59
60 INIT_MANAGER = "systemd"
61 # Override default of "systemd-compat-units"
62 VIRTUAL-RUNTIME_initscripts = ""
63 # Override default of "busybox-syslog"
64 VIRTUAL-RUNTIME_base-utils-syslog = ""
65
66 # network manager to use (possible values: systemd, connman)
67 VIRTUAL-RUNTIME_net_manager = "connman"
68
69
70 QEMU_TARGETS ?= "arm aarch64 i386 x86_64 riscv64"
71 # Other QEMU_TARGETS "mips mips64 mips64el ppc sh4"
72
73 MIRRORS =+ "\
74 bzr://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
75 cvs://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
76 git://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
77 gitsm://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n \
78 hg://.*/.*       https://download.automotivelinux.org/AGL/mirror/ \n \
79 osc://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
80 p4://.*/.*       https://download.automotivelinux.org/AGL/mirror/ \n \
81 svn://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
82 bzr://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
83 cvs://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
84 git://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
85 gitsm://.*/.*    http://download.automotivelinux.org/AGL/mirror/  \n \
86 hg://.*/.*       http://download.automotivelinux.org/AGL/mirror/  \n \
87 osc://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
88 p4://.*/.*       http://download.automotivelinux.org/AGL/mirror/  \n \
89 svn://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
90                  \
91 ftp://.*/.*      https://download.automotivelinux.org/AGL/mirror/ \n \
92 http://.*/.*     https://download.automotivelinux.org/AGL/mirror/ \n \
93 https://.*/.*    https://download.automotivelinux.org/AGL/mirror/ \n \
94 ftp://.*/.*      http://download.automotivelinux.org/AGL/mirror/  \n \
95 http://.*/.*     http://download.automotivelinux.org/AGL/mirror/  \n \
96 https://.*/.*    http://download.automotivelinux.org/AGL/mirror/  \n \
97 "
98
99 # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
100 # fetch from the network (and warn you if not). To disable the test set
101 # the variable to be empty.
102 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
103 CONNECTIVITY_CHECK_URIS ?= ""
104
105 # using multiple BSP layers causes dangling bbappends in meta-agl-bsp
106 # turn it into a warning
107 #BB_DANGLINGAPPENDS_WARNONLY = "1"
108
109 # Not yet upstreamed; should be submitted.
110 SECURITY_CFLAGS:pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}"
111
112 #Redefined USER_CLASSES
113 #Disable prelink. It is unmaintained and likely will go away.
114 #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
115 USER_CLASSES = "buildstats image-mklibs"
116
117 # AGL uses 4 optimization levels
118 # 2 for ARM 32bit 
119 #   - a high and a medium setting for the CCARGS
120 #   - the high setting is default (needs >= cortex-a15)
121 #   - the medium setting is enabled with: DISTRO_FEATURES:append = " agl-medium-arm-compiler "
122 # 1 for ARM 64bit / AARCH64
123 # 1 for x86-64
124 # 1 for RISC-V 64-bit
125 require conf/distro/include/${TARGET_ARCH}-tune.inc
126
127 # Generic qemu and qemuboot (runqemu) enhancements
128 # check qemuboot.bbclass
129 # - use 2G RAM by default
130 QB_MEM ?= "-m 2048"
131 # use pulseaudio on the host side - off as qemu-native is built with alsa
132 #QB_AUDIO_DRV = "pa"
133 # expose a virtual 'hda' sound card to the guest (arm/aarch64/x86-64)
134 QB_AUDIO_OPT = "-soundhw hda"
135
136 # Board templates can add extra IMAGE_FSTYPES through this.
137 # It is added (late) through the AGL image recipes.
138 AGL_EXTRA_IMAGE_FSTYPES ??= ""
139 AGL_EXTRA_INITRAMFS_FSTYPES ??= ""
140 #
141 # Default IMAGE FSTYPES wic.xz
142 AGL_DEFAULT_IMAGE_FSTYPES ?= "wic.xz wic.bmap wic.xz.sha256sum"
143 AGL_DEFAULT_IMAGE_FSTYPES:qemuall ?= "${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
144 AGL_DEFAULT_IMAGE_FSTYPES:append:netboot = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'ext4.xz', 'ext4', d)}"
145 AGL_DEFAULT_INITRAMFS_FSTYPES ?= "ext4.gz"
146
147 # DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this)
148 #
149 IMAGE_FSTYPES = "${AGL_DEFAULT_IMAGE_FSTYPES} ${AGL_EXTRA_IMAGE_FSTYPES}"
150 INITRAMFS_FSTYPES = "${AGL_DEFAULT_INITRAMFS_FSTYPES} ${AGL_EXTRA_INITRAMFS_FSTYPES}"
151 #
152 # THE FUTURE is 'wic'
153 # IMAGE_FSTYPES:append = " wic"
154
155 # Complementary package definitions for agl-test-wgt and agl-devel-wgt
156 # image features
157 COMPLEMENTARY_GLOB[agl-test-wgt] = '*-test'
158 COMPLEMENTARY_GLOB[agl-devel-wgt] = '*-coverage *-debug'
159
160 # Fix for rpm metadata clash between nativesdk-cmake and nativesdk-qtbase-tools
161 # (revalidate after 2017-10-15, 2018-06-12: still required)
162 DIRFILES:pn-nativesdk-cmake = "1"
163
164 # For https://jira.automotivelinux.org/browse/SPEC-1629 :
165 # We exclude the conflicting vars from the sstate task hash.
166 # This needs to be verified.
167 do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF"
168
169 # Set preferred provider to new navi application
170 PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi"
171
172 # Set preferred provider for low-can device mapping configuration
173 PREFERRED_RPROVIDER_virtual/low-can-dev-mapping ?= "dev-mapping"
174
175 # Mask upstream meta-security bbappend that interferes with non-linux-yocto
176 # kernels due to the bug of having two wildcards, which bitbake does not
177 # support. Not having it is not an issue, since there is also explicit
178 # enabling of required security features done by meta-agl/meta-security.
179 BBMASK += "meta-security/recipes-kernel/linux/linux-%_5.%.bbappend"
180
181 # Workaround for https://jira.automotivelinux.org/browse/SPEC-3621
182 # TLDR: do_image_wic will modify the target's /etc/fstab while
183 # do_image_tar and do_image_ext4 can run in parallel
184 # This needs to be fixed upstream:
185 # See https://bugzilla.yoctoproject.org/show_bug.cgi?id=13994
186 INHERIT += "image_types_wic_workaround"