summaryrefslogtreecommitdiffstats
path: root/conf/template.p2041rdb/bblayers.conf.sample
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-06-01 17:29:04 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-06-08 10:23:40 +0200
commit7ea4673b979df67f21408ce3fce28137d69ca5f3 (patch)
treec573c6d211223a4fb5188df8859b20cb3e3a73a2 /conf/template.p2041rdb/bblayers.conf.sample
parentd42fe3676124b7f088cccd96266dd68781f19a2e (diff)
downloadmeta-el-standard-7ea4673b979df67f21408ce3fce28137d69ca5f3.tar.gz
conf/templates: fix bblayers.conf.sample files
Update POKY_BBLAYERS_CONF_VERSION variable in order to match REQUIRED_POKY_BBLAYERS_CONF_VERSION defined in meta-poky so that mismatch notifications are avoided. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/template.p2041rdb/bblayers.conf.sample')
-rw-r--r--conf/template.p2041rdb/bblayers.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/template.p2041rdb/bblayers.conf.sample b/conf/template.p2041rdb/bblayers.conf.sample
index fc4cd72..879c3b1 100644
--- a/conf/template.p2041rdb/bblayers.conf.sample
+++ b/conf/template.p2041rdb/bblayers.conf.sample
@@ -1,6 +1,6 @@
1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf 1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly 2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "1" 3POKY_BBLAYERS_CONF_VERSION = "2"
4 4
5BBPATH = "${TOPDIR}" 5BBPATH = "${TOPDIR}"
6BBFILES ?= "" 6BBFILES ?= ""