Introduce TI DRA7 vayu and cleanup template files
[AGL/meta-agl.git] / meta-agl / conf / distro / poky-agl-sysvinit.conf
1 DISTRO = "poky-agl"
2 DISTRO_NAME = "Automotive Grade Linux"
3 DISTRO_VERSION = "1.0.0"
4 # DISTRO_CODENAME = "XXX"
5 SDK_VENDOR = "-pokysdk"
6 SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
7
8 MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>"
9
10 TARGET_VENDOR = "-poky"
11
12 LOCALCONF_VERSION = "1"
13 LAYER_CONF_VERSION ?= "6"
14
15 # Override these in poky based distros
16 AGL_DEFAULT_DISTRO_FEATURES = "opengl wayland"
17 AGL_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
18 AGL_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
19
20 DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${AGL_DEFAULT_DISTRO_FEATURES}"
21
22 #DISTRO_FEATURES_APPEND = " "
23 DISTRO_FEATURES_remove = "x11"
24
25 PREFERRED_VERSION_linux-yocto ?= "3.14%"
26 PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.14%"
27 PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.14%"
28 PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.14%"
29 # PREFERRED_VERSION_linux-yocto_qemumips ?= "3.14%"
30 # PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.14%"
31 # PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.14%"
32
33 # Prefer GStreamer 1.4.x by default
34 PREFERRED_VERSION_gstreamer1.0              ?= "1.4.%"
35 PREFERRED_VERSION_gstreamer1.0-plugins-bad  ?= "1.4.%"
36 PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.4.%"
37 PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.4.%"
38 PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.4.%"
39 PREFERRED_VERSION_gstreamer1.0-libav        ?= "1.4.%"
40 PREFERRED_VERSION_gstreamer1.0-omx          ?= "1.2.%"
41
42 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
43 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
44
45 EXTRAOPKGCONFIG = "poky-feed-config-opkg"
46
47 DISTRO_EXTRA_RDEPENDS += " ${AGL_DEFAULT_EXTRA_RDEPENDS}"
48 DISTRO_EXTRA_RRECOMMENDS += " ${AGL_DEFAULT_EXTRA_RRECOMMENDS}"
49
50 POKYQEMUDEPS = "${@bb.utils.contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "packagegroup-core-device-devel",d)}"
51 DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}"
52 # DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}"
53 # DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}"
54 DISTRO_EXTRA_RDEPENDS_append_qemux86 = " ${POKYQEMUDEPS}"
55 DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
56
57 TCLIBCAPPEND = ""
58
59 QEMU_TARGETS ?= "arm i386 x86_64"
60 # QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
61 # Other QEMU_TARGETS "mips64 mips64el sh4"
62
63 PREMIRRORS ??= "\
64 bzr://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \n \
65 cvs://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \n \
66 git://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \n \
67 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
68 hg://.*/.*    http://downloads.yoctoproject.org/mirror/sources/ \n \
69 osc://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \n \
70 p4://.*/.*    http://downloads.yoctoproject.org/mirror/sources/ \n \
71 svk://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \n \
72 svn://.*/.*   http://downloads.yoctoproject.org/mirror/sources/ \n"
73
74 MIRRORS =+ "\
75 ftp://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \n \
76 http://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \
77 https://.*/.*    http://downloads.yoctoproject.org/mirror/sources/ \n"
78
79 # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
80 # fetch from the network (and warn you if not). To disable the test set
81 # the variable to be empty.
82 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
83
84 CONNECTIVITY_CHECK_URIS ?= " \
85              https://eula-downloads.yoctoproject.org/index.php \
86              http://bugzilla.yoctoproject.org/report.cgi"
87
88 # SANITY_TESTED_DISTROS ?= " \
89 #             Poky-1.4 \n \
90 #             Poky-1.5 \n \
91 #             Poky-1.6 \n \
92 #             Poky-1.7 \n \
93 #             Ubuntu-12.04 \n \
94 #             Ubuntu-13.10 \n \
95 #             Ubuntu-14.04 \n \
96 #             Fedora-19 \n \
97 #             Fedora-20 \n \
98 #             CentOS-6.4 \n \
99 #             CentOS-6.5 \n \
100 #             Debian-7.0 \n \
101 #             Debian-7.1 \n \
102 #             Debian-7.2 \n \
103 #             Debian-7.3 \n \
104 #             Debian-7.4 \n \
105 #             Debian-7.5 \n \
106 #             Debian-7.6 \n \
107 #             Debian-7.7 \n \
108 #             SUSE-LINUX-12.2 \n \
109 #             openSUSE-project-12.3 \n \
110 #             openSUSE-project-13.1 \n \
111 #             "
112
113 # Default hash policy for distro
114 BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
115 #
116 # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
117 # an incompatible way. Such changes should usually be detailed in the commit
118 # that breaks the format and have been previously discussed on the mailing list
119 # with general agreement from the core team.
120 #
121 OELAYOUT_ABI = "8"
122
123 # add poky sanity bbclass
124 INHERIT += "poky-sanity"
125
126 # QA check settings - a little stricter than the OE-Core defaults
127 WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir \
128            unknown-configure-option build-deps file-rdeps"
129 ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
130             useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
131             compile-host-path dep-cmp installed-vs-shipped install-host-path \
132             packages-list perm-config perm-line perm-link pkgv-undefined \
133             pn-overrides split-strip var-undefined version-going-backwards"
134
135 # using multiple BSP layers causes dangling bbappends in meta-agl-bsp
136 # turn it into a warning
137 BB_DANGLINGAPPENDS_WARNONLY = "1"