diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/00_local.conf.agl.inc | 3 | ||||
-rw-r--r-- | templates/feature/agl-sota/50_bblayers.conf.inc | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/templates/base/00_local.conf.agl.inc b/templates/base/00_local.conf.agl.inc index 1128b323b..1cfd90557 100644 --- a/templates/base/00_local.conf.agl.inc +++ b/templates/base/00_local.conf.agl.inc @@ -6,6 +6,3 @@ DISTRO = "poky-agl" #see meta-agl/meta-agl/conf/include/base-agl.inc require conf/include/base-agl.inc - -# Temporarily disable GObject Introspection Data -GI_DATA_ENABLED = "False" diff --git a/templates/feature/agl-sota/50_bblayers.conf.inc b/templates/feature/agl-sota/50_bblayers.conf.inc index dd64eda24..7510b45be 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 \ " |