diff options
| author | Stefan Sicleru <stefan.sicleru@enea.com> | 2016-06-01 17:36:26 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2016-06-08 10:06:54 +0200 |
| commit | 68b35e97b41b7bc77842b9bdc3668f776f879aab (patch) | |
| tree | 7e01e2573c8a7fbe48d04a5e8933c733c6278edb | |
| parent | 1b42615dc76f617d9b6ee4f3585c12509efdb8c5 (diff) | |
| download | meta-el-networking-68b35e97b41b7bc77842b9bdc3668f776f879aab.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.p2041rdb/bblayers.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/template.p2041rdb/bblayers.conf.sample b/conf/template.p2041rdb/bblayers.conf.sample index ec8b09e..8e1eb0c 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 ?= "" |
