rocko migration: sync distro config

https://jira.digi.com/browse/DEL-5518

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Jose Diaz de Grenu 2017-12-26 11:36:20 +01:00
parent d554e52488
commit 521fff7962
1 changed files with 17 additions and 26 deletions

View File

@ -49,13 +49,7 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless"
PREFERRED_PROVIDER_jpeg ?= "jpeg" PREFERRED_PROVIDER_jpeg ?= "jpeg"
PREFERRED_PROVIDER_jpeg_armv7a ?= "libjpeg-turbo" PREFERRED_PROVIDER_jpeg_armv7a ?= "libjpeg-turbo"
PREFERRED_VERSION_linux-yocto ?= "4.8%" PREFERRED_VERSION_linux-yocto ?= "4.12%"
PREFERRED_VERSION_linux-yocto_qemux86 ?= "4.8%"
PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "4.8%"
PREFERRED_VERSION_linux-yocto_qemuarm ?= "4.8%"
PREFERRED_VERSION_linux-yocto_qemumips ?= "4.8%"
PREFERRED_VERSION_linux-yocto_qemumips64 ?= "4.8%"
PREFERRED_VERSION_linux-yocto_qemuppc ?= "4.8%"
# Use git recipe for libsoc # Use git recipe for libsoc
PREFERRED_VERSION_libsoc = "git" PREFERRED_VERSION_libsoc = "git"
@ -76,8 +70,8 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
TCLIBCAPPEND = "" TCLIBCAPPEND = ""
QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64" QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el nios2 ppc x86_64"
# Other QEMU_TARGETS "mips64el sh4" # Other QEMU_TARGETS "sh4"
# Some packages need this (e.g. gstreamer1.0-plugins-ugly) # Some packages need this (e.g. gstreamer1.0-plugins-ugly)
LICENSE_FLAGS_WHITELIST += "commercial" LICENSE_FLAGS_WHITELIST += "commercial"
@ -105,31 +99,28 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
SANITY_TESTED_DISTROS ?= " \ SANITY_TESTED_DISTROS ?= " \
poky-1.8 \n \
poky-2.0 \n \
poky-2.1 \n \
poky-2.2 \n \ poky-2.2 \n \
Ubuntu-14.04 \n \ poky-2.3 \n \
Ubuntu-14.10 \n \ ubuntu-15.04 \n \
Ubuntu-15.04 \n \ ubuntu-16.04 \n \
Ubuntu-15.10 \n \ ubuntu-16.10 \n \
Ubuntu-16.04 \n \ ubuntu-17.04 \n \
Fedora-22 \n \ fedora-24 \n \
Fedora-23 \n \ fedora-25 \n \
Fedora-24 \n \ fedora-26 \n \
CentOSLinux-7.* \n \ centos-7 \n \
Debian-8.* \n \ debian-8 \n \
openSUSE-13.2 \n \ debian-9 \n \
SUSELINUX-42.1 \n \ opensuse-42.1 \n \
opensuse-42.2 \n \
" "
# #
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
# an incompatible way. Such changes should usually be detailed in the commit # an incompatible way. Such changes should usually be detailed in the commit
# that breaks the format and have been previously discussed on the mailing list # that breaks the format and have been previously discussed on the mailing list
# with general agreement from the core team. # with general agreement from the core team.
# #
OELAYOUT_ABI = "11" OELAYOUT_ABI = "12"
# add poky sanity bbclass # add poky sanity bbclass
INHERIT += "poky-sanity" INHERIT += "poky-sanity"