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:07:16 +0200 |
| commit | 55ace5a80a75dab37904a8448ad57490d44bde6d (patch) | |
| tree | d590443cc620dcf1b08e8046d940847368568490 | |
| parent | b4dfadc02fcebd0e45a5fc7ed0161d807a72f571 (diff) | |
| download | meta-el-networking-55ace5a80a75dab37904a8448ad57490d44bde6d.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 ?= "" |
