diff options
author | Martin Kelly <mkelly@xevo.com> | 2018-02-23 17:42:00 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-03-13 09:32:50 +0000 |
commit | 88247ce45e2a7760ecd745f87c05f35f19111a21 (patch) | |
tree | a9a0fc4e6c15bb2689ac1e038189fcb08911c419 /templates | |
parent | f76255eb84830a981c2539b2706d8c4ec9134939 (diff) |
re-enable gobject-introspection
In commit f9a285987c5c956d445efeea6c60f258534fe57b, we disabled
gobject-introspection due to a build error as part of the Rocko
transition. However, the only build errors were on qemu, which were
caused by not emulating SSE4.2 (see poky commit
5b2b343453e805be013e721d079bc24de946f28b for details).
Emulate SSE4.2 in qemu and re-enable gobject-introspection.
Change-Id: I073db2c37623bb8ba6b7809ca0c3bba5213001e2
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/00_local.conf.agl.inc | 3 |
1 files changed, 0 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" |