diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2015-10-28 13:30:10 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2015-10-28 13:30:10 +0100 |
| commit | 38929ed6a4630d2b8f3efa00616800b4012ea0d7 (patch) | |
| tree | 22bd8dca4994cd3d73f7f959f57f0bc7137d04cf /conf | |
| download | meta-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.conf | 28 | ||||
| -rw-r--r-- | conf/layer.conf | 12 |
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 @@ | |||
| 1 | require conf/distro/poky.conf | ||
| 2 | DISTRO = "enea" | ||
| 3 | DISTRO_NAME = "Enea Linux" | ||
| 4 | DISTRO_VERSION_MAJOR = "5.0" | ||
| 5 | DISTRO_VERSION_MINOR ??= "" | ||
| 6 | DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}" | ||
| 7 | |||
| 8 | |||
| 9 | SDK_VENDOR = "-eneasdk" | ||
| 10 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | ||
| 11 | |||
| 12 | MAINTAINER = "ENEA <linux-maintainers@enea.com>" | ||
| 13 | |||
| 14 | TARGET_VENDOR = "-enea" | ||
| 15 | |||
| 16 | PRSERV_HOST ?= "localhost:0" | ||
| 17 | |||
| 18 | SANITY_TESTED_DISTROS += "\ | ||
| 19 | CentOS-6.1 \n \ | ||
| 20 | RedHatEnterpriseServer-6.1 \n \ | ||
| 21 | RedHatEnterpriseServer-6.4 \n \ | ||
| 22 | Ubuntu-12.10 \n \ | ||
| 23 | " | ||
| 24 | |||
| 25 | CONNECTIVITY_CHECK_URIS = " \ | ||
| 26 | http://linux.enea.com" | ||
| 27 | |||
| 28 | 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 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/images/* \ | ||
| 7 | ${LAYERDIR}/packagegroups/* \ | ||
| 8 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 9 | |||
| 10 | BBFILE_COLLECTIONS += "enea-base" | ||
| 11 | BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" | ||
| 12 | BBFILE_PRIORITY_enea-base = "5" | ||
