diff options
author | Stefan Sicleru <stefan.sicleru@enea.com> | 2016-06-01 17:29:04 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2016-06-08 10:22:34 +0200 |
commit | e686eb48d93ef2365435de9e8f27126029d49614 (patch) | |
tree | c573c6d211223a4fb5188df8859b20cb3e3a73a2 | |
parent | 9681b38a19f4fc900630c0444dc2495805b223a8 (diff) | |
download | meta-el-standard-e686eb48d93ef2365435de9e8f27126029d49614.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>
-rw-r--r-- | conf/template.ls1021aiot/bblayers.conf.sample | 2 | ||||
-rw-r--r-- | conf/template.p2041rdb/bblayers.conf.sample | 2 | ||||
-rw-r--r-- | conf/template.qemuarm/bblayers.conf.sample | 2 | ||||
-rw-r--r-- | conf/template.qemuppc/bblayers.conf.sample | 2 | ||||
-rw-r--r-- | conf/template.qemux86/bblayers.conf.sample | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/conf/template.ls1021aiot/bblayers.conf.sample b/conf/template.ls1021aiot/bblayers.conf.sample index 2ffe15a..e8a488e 100644 --- a/conf/template.ls1021aiot/bblayers.conf.sample +++ b/conf/template.ls1021aiot/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 |
3 | POKY_BBLAYERS_CONF_VERSION = "1" | 3 | POKY_BBLAYERS_CONF_VERSION = "2" |
4 | 4 | ||
5 | BBPATH = "${TOPDIR}" | 5 | BBPATH = "${TOPDIR}" |
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |
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 |
3 | POKY_BBLAYERS_CONF_VERSION = "1" | 3 | POKY_BBLAYERS_CONF_VERSION = "2" |
4 | 4 | ||
5 | BBPATH = "${TOPDIR}" | 5 | BBPATH = "${TOPDIR}" |
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |
diff --git a/conf/template.qemuarm/bblayers.conf.sample b/conf/template.qemuarm/bblayers.conf.sample index 8a6b210..8639ca1 100644 --- a/conf/template.qemuarm/bblayers.conf.sample +++ b/conf/template.qemuarm/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 |
3 | POKY_BBLAYERS_CONF_VERSION = "1" | 3 | POKY_BBLAYERS_CONF_VERSION = "2" |
4 | 4 | ||
5 | BBPATH = "${TOPDIR}" | 5 | BBPATH = "${TOPDIR}" |
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |
diff --git a/conf/template.qemuppc/bblayers.conf.sample b/conf/template.qemuppc/bblayers.conf.sample index 8a6b210..8639ca1 100644 --- a/conf/template.qemuppc/bblayers.conf.sample +++ b/conf/template.qemuppc/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 |
3 | POKY_BBLAYERS_CONF_VERSION = "1" | 3 | POKY_BBLAYERS_CONF_VERSION = "2" |
4 | 4 | ||
5 | BBPATH = "${TOPDIR}" | 5 | BBPATH = "${TOPDIR}" |
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |
diff --git a/conf/template.qemux86/bblayers.conf.sample b/conf/template.qemux86/bblayers.conf.sample index 8a6b210..8639ca1 100644 --- a/conf/template.qemux86/bblayers.conf.sample +++ b/conf/template.qemux86/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 |
3 | POKY_BBLAYERS_CONF_VERSION = "1" | 3 | POKY_BBLAYERS_CONF_VERSION = "2" |
4 | 4 | ||
5 | BBPATH = "${TOPDIR}" | 5 | BBPATH = "${TOPDIR}" |
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |