From 521fff79626111dc4a8c180d238f001c051e1155 Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Tue, 26 Dec 2017 11:36:20 +0100 Subject: [PATCH] rocko migration: sync distro config https://jira.digi.com/browse/DEL-5518 Signed-off-by: Jose Diaz de Grenu --- meta-digi-dey/conf/distro/dey.conf | 43 ++++++++++++------------------ 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 32ecce767..3877924f2 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -49,13 +49,7 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless" PREFERRED_PROVIDER_jpeg ?= "jpeg" PREFERRED_PROVIDER_jpeg_armv7a ?= "libjpeg-turbo" -PREFERRED_VERSION_linux-yocto ?= "4.8%" -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%" +PREFERRED_VERSION_linux-yocto ?= "4.12%" # Use git recipe for libsoc PREFERRED_VERSION_libsoc = "git" @@ -76,8 +70,8 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" TCLIBCAPPEND = "" -QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64" -# Other QEMU_TARGETS "mips64el sh4" +QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el nios2 ppc x86_64" +# Other QEMU_TARGETS "sh4" # Some packages need this (e.g. gstreamer1.0-plugins-ugly) LICENSE_FLAGS_WHITELIST += "commercial" @@ -105,31 +99,28 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" SANITY_TESTED_DISTROS ?= " \ - poky-1.8 \n \ - poky-2.0 \n \ - poky-2.1 \n \ poky-2.2 \n \ - Ubuntu-14.04 \n \ - Ubuntu-14.10 \n \ - Ubuntu-15.04 \n \ - Ubuntu-15.10 \n \ - Ubuntu-16.04 \n \ - Fedora-22 \n \ - Fedora-23 \n \ - Fedora-24 \n \ - CentOSLinux-7.* \n \ - Debian-8.* \n \ - openSUSE-13.2 \n \ - SUSELINUX-42.1 \n \ + poky-2.3 \n \ + ubuntu-15.04 \n \ + ubuntu-16.04 \n \ + ubuntu-16.10 \n \ + ubuntu-17.04 \n \ + fedora-24 \n \ + fedora-25 \n \ + fedora-26 \n \ + centos-7 \n \ + debian-8 \n \ + debian-9 \n \ + opensuse-42.1 \n \ + opensuse-42.2 \n \ " - # # 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 # that breaks the format and have been previously discussed on the mailing list # with general agreement from the core team. # -OELAYOUT_ABI = "11" +OELAYOUT_ABI = "12" # add poky sanity bbclass INHERIT += "poky-sanity"