From d2d97da28a9696e9238b008396e34085d5829cc5 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Fri, 16 Nov 2012 18:05:57 +0100 Subject: [PATCH] meta-digi-arm: Add del distro. This allows to specify del specific overrides in recipes, so that other distros under meta-digi can also customize them in their own way. Signed-off-by: Alex Gonzalez --- meta-digi-arm/conf/distro/del.conf | 93 ++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 meta-digi-arm/conf/distro/del.conf diff --git a/meta-digi-arm/conf/distro/del.conf b/meta-digi-arm/conf/distro/del.conf new file mode 100644 index 000000000..7984f89db --- /dev/null +++ b/meta-digi-arm/conf/distro/del.conf @@ -0,0 +1,93 @@ +DISTRO = "del" +DISTRO_NAME = "Digi Embedded Linux (Built by Poky 7.0.1)" +DISTRO_VERSION = "6.0" +SDK_VENDOR = "-del" +SDK_VERSION := "${DISTRO_VERSION}" + +MAINTAINER = "Digi Support " + +TARGET_VENDOR = "-del" + +LOCALCONF_VERSION = "1" + +DISTRO_FEATURES_append = " largefile opengl" + +PREFERRED_VERSION_linux-yocto ?= "3.0%" +PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.2%" +PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.2%" +PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.2%" +PREFERRED_VERSION_linux-yocto_qemumips ?= "3.2%" +PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.2%" + +SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" +SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" + +EXTRAOPKGCONFIG = "poky-feed-config-opkg" + +# Override these in poky based distros to modify DISTRO_EXTRA_R* +POKY_DEFAULT_EXTRA_RDEPENDS = "task-del-core" +POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" + +DISTRO_EXTRA_RDEPENDS += " ${POKY_DEFAULT_EXTRA_RDEPENDS}" +DISTRO_EXTRA_RRECOMMENDS += " ${POKY_DEFAULT_EXTRA_RRECOMMENDS}" + +POKYQEMUDEPS = "${@base_contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "qemu-config",d)}" +DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}" +DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}" +DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}" +DISTRO_EXTRA_RDEPENDS_append_qemux86 = " ${POKYQEMUDEPS}" +DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" + +TCLIBCAPPEND = "" + +QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" +# Other QEMU_TARGETS "mips64 mips64el sh4" + +PREMIRRORS ?= "\ +bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" + +MIRRORS =+ "\ +ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ +https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" + +# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully +# fetch from the network (and warn you if not). To disable the test set +# the variable to be empty. +CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \ + https://eula-downloads.yoctoproject.org/index.php \ + http://bugzilla.yoctoproject.org/report.cgi" + +SANITY_TESTED_DISTROS ?= " \ + Yocto (Built by Poky 7.0) 1.2 \n \ + Ubuntu 10.04.4 LTS \n \ + Ubuntu 11.10 \n \ + Ubuntu 12.04 LTS \n \ + Ubuntu 12.04.1 LTS \n \ + Fedora release 15 (Lovelock) \n \ + Fedora release 16 (Verne) \n \ + Fedora release 17 (Beefy Miracle) \n \ + CentOS release 5.6 (Final) \n \ + CentOS release 5.7 (Final) \n \ + CentOS release 6.2 (Final) \n \ + Debian GNU/Linux 6.0.4 (squeeze) \n \ + openSUSE 11.4 \n \ + openSUSE 12.1 \n \ + " + +# Default hash policy for distro +BB_SIGNATURE_HANDLER ?= 'OEBasicHash' +# +# 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 = "8"