diff options
author | 2018-11-23 13:49:00 +0100 | |
---|---|---|
committer | 2018-11-23 13:50:34 +0100 | |
commit | ea1f1ec11396e4231c3b3da0eeebf1e0d671012f (patch) | |
tree | ba828b8ad9fbaa36ce4e9b6713c38a8bbd656717 | |
parent | 58402f31c58076036463367a6a9022e3192053b9 (diff) |
Use meta-updater-qemux86-64 layer for agl-sota feature
Change-Id: I954d7c8188017bd465584bf1f2e207b9363304e9
Signed-off-by: Eugene Smirnov <eu.smirnoff@gmail.com>
-rw-r--r-- | templates/feature/agl-sota/50_bblayers.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/feature/agl-sota/50_bblayers.conf.inc b/templates/feature/agl-sota/50_bblayers.conf.inc index bdcf07605..48cadb61c 100644 --- a/templates/feature/agl-sota/50_bblayers.conf.inc +++ b/templates/feature/agl-sota/50_bblayers.conf.inc @@ -1,5 +1,6 @@ BBLAYERS =+ " \ ${METADIR}/meta-updater \ + ${METADIR}/meta-updater-qemux86-64 \ ${METADIR}/meta-openembedded/meta-filesystems \ ${METADIR}/meta-openembedded/meta-python \ ${METADIR}/meta-openembedded/meta-ruby \ |