diff options
author | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2017-11-14 10:00:21 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-11-17 16:43:33 +0100 |
commit | eab456117ad96a43104cef95c68d9bddf4c65872 (patch) | |
tree | 00fe8451514fd899703e727db4c5c6da6337d040 /conf | |
parent | 3d5e35d7a1afc604a18587cb736a66c0cc9c3977 (diff) | |
download | meta-updater-eab456117ad96a43104cef95c68d9bddf4c65872.tar.gz |
Add fixes for compatibility with Rocko
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/bblayers/sota.inc | 1 | ||||
-rw-r--r-- | conf/include/bblayers/sota_qemux86-64.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/conf/include/bblayers/sota.inc b/conf/include/bblayers/sota.inc index 97edecb..b1fd28a 100644 --- a/conf/include/bblayers/sota.inc +++ b/conf/include/bblayers/sota.inc | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | BBLAYERS += "${METADIR}/meta-updater" | 1 | BBLAYERS += "${METADIR}/meta-updater" |
3 | BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" | 2 | BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" |
4 | BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" | 3 | BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" |
diff --git a/conf/include/bblayers/sota_qemux86-64.inc b/conf/include/bblayers/sota_qemux86-64.inc index 22ace81..12d32ff 100644 --- a/conf/include/bblayers/sota_qemux86-64.inc +++ b/conf/include/bblayers/sota_qemux86-64.inc | |||
@@ -1,2 +1 @@ | |||
1 | |||
2 | BBLAYERS += " ${METADIR}/meta-updater-qemux86-64 " | BBLAYERS += " ${METADIR}/meta-updater-qemux86-64 " | |