DISTRO = "lx" DISTRO_NAME = "LX (Yocto Project Reference Distro)" DISTRO_VERSION = "1.6.1" DISTRO_CODENAME = "bubu" SDK_VENDOR = "-lxsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'}" MAINTAINER = "Manuel Traut " TARGET_VENDOR = "-lx" LOCALCONF_VERSION = "1" LAYER_CONF_VERSION ?= "6" DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" TCLIBCAPPEND = "" 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. # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD CONNECTIVITY_CHECK_URIS ?= " \ https://eula-downloads.yoctoproject.org/index.php \ http://bugzilla.yoctoproject.org/report.cgi" SANITY_TESTED_DISTROS ?= " \ Poky-1.4 \n \ Poky-1.5 \n \ Poky-1.6 \n \ Ubuntu-12.04 \n \ Ubuntu-13.10 \n \ Ubuntu-14.04 \n \ Fedora-19 \n \ Fedora-20 \n \ CentOS-6.4 \n \ CentOS-6.5 \n \ Debian-7.0 \n \ Debian-7.1 \n \ Debian-7.2 \n \ Debian-7.3 \n \ Debian-7.4 \n \ SUSE-LINUX-12.2 \n \ openSUSE-project-12.3 \n \ openSUSE-project-13.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"