From 38929ed6a4630d2b8f3efa00616800b4012ea0d7 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 28 Oct 2015 13:30:10 +0100 Subject: Initial commit result of splitting up meta-enea Signed-off-by: Adrian Dudau --- conf/distro/enea.conf | 28 ++++++++++++++++++++++++++++ conf/layer.conf | 12 ++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 conf/distro/enea.conf create mode 100644 conf/layer.conf (limited to 'conf') diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf new file mode 100644 index 0000000..da5ddd5 --- /dev/null +++ b/conf/distro/enea.conf @@ -0,0 +1,28 @@ +require conf/distro/poky.conf +DISTRO = "enea" +DISTRO_NAME = "Enea Linux" +DISTRO_VERSION_MAJOR = "5.0" +DISTRO_VERSION_MINOR ??= "" +DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}" + + +SDK_VENDOR = "-eneasdk" +SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" + +MAINTAINER = "ENEA " + +TARGET_VENDOR = "-enea" + +PRSERV_HOST ?= "localhost:0" + +SANITY_TESTED_DISTROS += "\ + CentOS-6.1 \n \ + RedHatEnterpriseServer-6.1 \n \ + RedHatEnterpriseServer-6.4 \n \ + Ubuntu-12.10 \n \ + " + +CONNECTIVITY_CHECK_URIS = " \ + http://linux.enea.com" + +BB_DANGLINGAPPENDS_WARNONLY ?= "1" diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..48ee535 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/images/* \ + ${LAYERDIR}/packagegroups/* \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "enea-base" +BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" +BBFILE_PRIORITY_enea-base = "5" -- cgit v1.2.3-54-g00ecf