meta-digi-dey: update distro config file for yocto dylan

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-08-02 14:42:46 +02:00
parent 91291212b9
commit cbb4ad1f39
1 changed files with 32 additions and 26 deletions

View File

@ -1,9 +1,10 @@
DISTRO = "dey" DISTRO = "dey"
SDK_DISTRO = "poky"
DISTRO_NAME = "Digi Embedded for Yocto" DISTRO_NAME = "Digi Embedded for Yocto"
DISTRO_VERSION = "1.3.0" DISTRO_VERSION = "1.4.0"
DISTRO_CODENAME = "dylan"
SDK_DISTRO = "poky"
SDK_VENDOR = "-pokysdk" SDK_VENDOR = "-pokysdk"
SDK_VERSION := "1.3.2" SDK_VERSION := "1.4.0"
MAINTAINER = "Digi Support <support@digi.com>" MAINTAINER = "Digi Support <support@digi.com>"
@ -68,7 +69,7 @@ LICENSE_FLAGS_WHITELIST += "commercial"
# The oracle java JRE needs this # The oracle java JRE needs this
LICENSE_FLAGS_WHITELIST += "oracle_java" LICENSE_FLAGS_WHITELIST += "oracle_java"
PREMIRRORS ?= "\ PREMIRRORS ??= "\
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
@ -98,27 +99,30 @@ CONNECTIVITY_CHECK_URIS ?= " \
http://bugzilla.yoctoproject.org/report.cgi" http://bugzilla.yoctoproject.org/report.cgi"
SANITY_TESTED_DISTROS ?= " \ SANITY_TESTED_DISTROS ?= " \
Yocto (Built by Poky 7.0) 1.2 \n \ Yocto-1.3 \n \
Yocto (Built by Poky 8.0) 1.3 \n \ Yocto-1.2 \n \
Poky 7.0 (Yocto Project 1.2 Reference Distro) 1.2 \n \ Poky-1.2 \n \
Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3 \n \ Poky-1.3 \n \
Ubuntu 10.04.4 LTS \n \ Poky-1.4 \n \
Ubuntu 11.10 \n \ Poky-1.4.1 \n \
Ubuntu 12.04 LTS \n \ Ubuntu-10.04 \n \
Ubuntu 12.04.1 LTS \n \ Ubuntu-11.10 \n \
Ubuntu 12.04.2 LTS \n \ Ubuntu-12.04 \n \
Ubuntu 12.10 \n \ Ubuntu-12.10 \n \
Fedora release 16 (Verne) \n \ Fedora-16 \n \
Fedora release 17 (Beefy Miracle) \n \ Fedora-17 \n \
Fedora release 18 (Spherical Cow) \n \ Fedora-18 \n \
CentOS release 5.6 (Final) \n \ CentOS-5.6 \n \
CentOS release 5.7 (Final) \n \ CentOS-5.7 \n \
CentOS release 5.8 (Final) \n \ CentOS-5.8 \n \
CentOS release 6.3 (Final) \n \ CentOS-6.3 \n \
Debian GNU/Linux 6.0.6 (squeeze) \n \ CentOS-6.4 \n \
openSUSE 11.4 \n \ Debian-6.0 \n \
openSUSE 12.1 \n \ Debian-7.0 \n \
openSUSE 12.2 \n \ SUSE-LINUX-11.4 \n \
SUSE-LINUX-12.1 \n \
SUSE-LINUX-12.2 \n \
openSUSE-project-12.3 \n \
" "
# Default hash policy for distro # Default hash policy for distro
@ -135,9 +139,11 @@ OELAYOUT_ABI = "8"
INHERIT += "poky-sanity" INHERIT += "poky-sanity"
#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
WARN_QA = "" WARN_QA = "textrel pkgvarcheck"
ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
include conf/distro/include/seperatebuilddir.inc
# Mask openembedded core gst-ffmpeg recipe because it adds a dependency on libav (libgl, libx11) # Mask openembedded core gst-ffmpeg recipe because it adds a dependency on libav (libgl, libx11)
BBMASK = "meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend" BBMASK = "meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend"
BBMASK .= "${@base_contains('DISTRO_FEATURES', 'x11', '', '|.*amd-gpu-x11-bin-mx51_.*bb', d)}" BBMASK .= "${@base_contains('DISTRO_FEATURES', 'x11', '', '|.*amd-gpu-x11-bin-mx51_.*bb', d)}"