summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-10-28 13:30:10 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2015-10-28 13:30:10 +0100
commit38929ed6a4630d2b8f3efa00616800b4012ea0d7 (patch)
tree22bd8dca4994cd3d73f7f959f57f0bc7137d04cf /conf
downloadmeta-el-common-38929ed6a4630d2b8f3efa00616800b4012ea0d7.tar.gz
Initial commit
result of splitting up meta-enea Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/enea.conf28
-rw-r--r--conf/layer.conf12
2 files changed, 40 insertions, 0 deletions
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 @@
1require conf/distro/poky.conf
2DISTRO = "enea"
3DISTRO_NAME = "Enea Linux"
4DISTRO_VERSION_MAJOR = "5.0"
5DISTRO_VERSION_MINOR ??= ""
6DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}"
7
8
9SDK_VENDOR = "-eneasdk"
10SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
11
12MAINTAINER = "ENEA <linux-maintainers@enea.com>"
13
14TARGET_VENDOR = "-enea"
15
16PRSERV_HOST ?= "localhost:0"
17
18SANITY_TESTED_DISTROS += "\
19 CentOS-6.1 \n \
20 RedHatEnterpriseServer-6.1 \n \
21 RedHatEnterpriseServer-6.4 \n \
22 Ubuntu-12.10 \n \
23 "
24
25CONNECTIVITY_CHECK_URIS = " \
26 http://linux.enea.com"
27
28BB_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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/images/* \
7 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend"
9
10BBFILE_COLLECTIONS += "enea-base"
11BBFILE_PATTERN_enea-base = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-base = "5"