summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/enea.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf
index ce88f64..b08110f 100644
--- a/conf/distro/enea.conf
+++ b/conf/distro/enea.conf
@@ -16,15 +16,12 @@ require conf/distro/include/enea-mirrors.inc
16SDK_VENDOR = "-eneasdk" 16SDK_VENDOR = "-eneasdk"
17SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" 17SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
18 18
19MAINTAINER = "ENEA <linux-maintainers@enea.com>" 19MAINTAINER = "ENEA <linux@lists.enea.com>"
20 20
21TARGET_VENDOR = "-enea" 21TARGET_VENDOR = "-enea"
22 22
23PRSERV_HOST ?= "localhost:0" 23PRSERV_HOST ?= "localhost:0"
24 24
25CONNECTIVITY_CHECK_URIS = " \
26 http://linux.enea.com"
27
28BB_DANGLINGAPPENDS_WARNONLY ?= "1" 25BB_DANGLINGAPPENDS_WARNONLY ?= "1"
29 26
30PREFERRED_VERSION_linux-yocto = "4.9%" 27PREFERRED_VERSION_linux-yocto = "4.9%"