summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
Commit message (Collapse)AuthorAgeFilesLines
* recipes-sato: Add missing HOMEPAGE and DESCRIPTION for recipesMeh Mbeh Ida Delphine2021-03-0213-0/+18
| | | | | | | | | Fixes: [YOCTO #13471] (From OE-Core rev: dad63dcd37948388a7a1ffe7f9af187306295d5a) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: update 2.30.4 -> 2.30.5Alexander Kanavin2021-03-022-8/+8
| | | | | | | (From OE-Core rev: 192a3308cc0bd7f200e2f9aef759c90f54dd090b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit/wpe: only check even versionsAlexander Kanavin2021-03-012-0/+7
| | | | | | | (From OE-Core rev: 3c23b97d52e054ce20f94b2a5716c425a4f9fa2c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: Fix stringop-overflow warningKhem Raj2021-03-012-0/+43
| | | | | | | | | | gcc11 is pedantic about it and finds a case where this maybe used uninitialized (From OE-Core rev: 06f298e6d1777093b61baef3873813a809b010bd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Do not use throw specificationsKhem Raj2021-03-012-1/+33
| | | | | | | | | | | | | Fixes build with -std=c++17 | ../../rxvt-unicode-9.22/src/../libev/ev++.h:379:46: error: ISO C++17 does not allow dynamic exception specifications | 379 | default_loop (unsigned int flags = AUTO) throw (bad_loop) | | ^~~~~ (From OE-Core rev: f437b226aac498240bc1e3a02eb0257a7deeedea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pcmanfm: upgrade 1.3.1 -> 1.3.2Anuj Mittal2021-02-191-2/+1
| | | | | | | (From OE-Core rev: 88f9c7b328e9ac70d2af6500c86b317244e80b0c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-sato-sdk-ptest: these images need ptestRoss Burton2021-01-232-0/+6
| | | | | | | | | | As this image isn't buildable without ptest (the packages won't exist), depend on the ptest DISTRO_FEATURE to ensure we don't try and build it. (From OE-Core rev: 0fe856d726c6d9c35533e32e70fbe05ef2b88b17) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Disable lastlog on musl systemsKhem Raj2021-01-031-1/+1
| | | | | | | | | it needs logwtmp implementation which is not there in musl (From OE-Core rev: e27447fe6abc35860c5d99d9aa259f86b6a002b0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: upgrade 2.30.2 -> 2.30.4Alexander Kanavin2020-12-302-182/+1
| | | | | | | (From OE-Core rev: f076192f7f33a3f5fb9eb45a48e4110373a9cb81) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: upgrade to latest revisionAlexander Kanavin2020-12-301-1/+1
| | | | | | | (From OE-Core rev: 063b9ef40cd2a95ef564d7f0b0ad76966976b22b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: fix reproducibilityAlexander Kanavin2020-12-091-0/+12
| | | | | | | (From OE-Core rev: 1e7c673ab8d14766190843c6d8747510b37c71bf) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: fix build with ICU 68.1Ross Burton2020-11-112-0/+181
| | | | | | | | | | ICU 68.1 doesn't expose TRUE/FALSE macros anymore, so backport a patch to fix the build from upstream. (From OE-Core rev: 55e09fff01758088bba51ab6a24f833a8846683e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: Check for excessive constant argumentsKhem Raj2020-11-112-0/+50
| | | | | | | | | Fixes an issue found with LTO builds (From OE-Core rev: 4698e7868b34f6d0676842340659fb3a5f58d532) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: fix build with x11 enabledMartin Jansa2020-11-082-0/+25
| | | | | | | (From OE-Core rev: e060925735a274164b43db5eb70af29ebf2b046e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: fix opengl PACKAGECONFIGMartin Jansa2020-11-081-1/+1
| | | | | | | | | | | | | | | | | | | * ENABLE(OPENGL) was renamed to ENABLE(GRAPHICS_CONTEXT_GL) in r254064: https://github.com/WebKit/webkit/commit/92f9916b4a0d799c3f7be10b69aa53f40a149a2d and https://github.com/WebKit/webkit/commit/b3cb3ba4fa713e23ae27b2a79c14c6735d40d671 but AUH doesn't notice that and builds without opengl in DISTRO_FEATURES are now failing with: | CMake Error at Source/cmake/OptionsGTK.cmake:323 (message): | Either OpenGL or OpenGLES2 is needed for ENABLE_GRAPHICS_CONTEXT_GL. | Call Stack (most recent call first): | Source/cmake/WebKitCommon.cmake:58 (include) | CMakeLists.txt:173 (include) (From OE-Core rev: 82ac2a91ea6adc33f2f10634fe0a3f1ad4d12e66) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: upgrade 2.30.1 -> 2.30.2Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 0a412e9c7c53932f804657fcf49b5c3900038300) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wpebackend-fdo: upgrade 1.7.1 -> 1.8.0Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 19a9b1dde127eb08b985491d0fd4956f54201905) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libwpe: upgrade 1.7.1 -> 1.8.0Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: ab286e500457a03fc95fd9598b4dedc3463d7011) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: update 2.28.4 -> 2.30.1Alexander Kanavin2020-10-305-143/+14
| | | | | | | | | | | | | | Drop 0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch and cross-compile.patch as upstream has removed the code. Rebase 0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch. Add a systemd config option, subject to systemd in DISTRO_FEATURES. (From OE-Core rev: 98d7a2b593eee33e0bc015778712cd8b68146588) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: fix some unresponsive homepages and bugtracker linksMaxime Roussin-Bélanger2020-10-301-1/+1
| | | | | | | | | remove some extra whitespaces (From OE-Core rev: 32ce3716761165b9df12306249418645724122cc) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Disable gold linker and JIT on riscvKhem Raj2020-10-301-0/+4
| | | | | | | | | both unsupported _yet_ on RISCV (From OE-Core rev: 40742b98cd25225e95029316539f66b1cbef8ef1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sato-screenshot: improve .la removalRoss Burton2020-09-171-1/+1
| | | | | | | | | | Don't assume that the .la files are installed, because some libtool alternatives don't install these. (From OE-Core rev: e545ae3a7961111ceb4e2a468e9ec53cebfed721) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "core-image-sato: qemumips use 512 mem"Richard Purdie2020-09-171-0/+1
| | | | | | | | | | | This reverts commit 45da2fc4f7272366ffc7cde24d9040c919466201. qemumips is unstable with more than 256MB memory, the original issue this limit was added for remains. We'll have to find other solutions to the systemd out of memory issues. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-sato: qemumips use 512 memArmin Kuster2020-09-141-1/+0
| | | | | | | | | | | | | | | | | | | | Fixes: WARNING: core-image-sato-sdk-1.0-r0 do_testimage: Couldn't login into serial console as root using blank password WARNING: core-image-sato-sdk-1.0-r0 do_testimage: The output: root <<< run_serial(): command timed out after 60 seconds without output >>> In another run, this error was seen: Failed to reload daemon: Refusing to reload, not enough space available on /run/systemd. Currently, 14.3M are free, but a safety buffer of 16.0M is enforced. With updates to systemd and Qemu we should revert: 499a31cf06 core-image-sato: don't use 512MB in qemumips (From OE-Core rev: cf92c8bbd017338e7e91ac092c6f222b6e37e44a) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman-gnome/matchbox-desktop: Remove file:// globbingRichard Purdie2020-08-261-1/+1
| | | | | | | | | | | | A directory can be specified in SRC_URI, there is no need to use globbing. This means that the files are checksummed correctly and the recipe rebuilds when the files change as globbing breaks that. We're about to remove the use of globbing in SRC_URI so improve these. (From OE-Core rev: 007c7d7ebe6b6b7b18c84f4f57b09ffee5522807) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wpebackend-fdo: update 1.6.1 -> 1.7.1Alexander Kanavin2020-08-251-3/+3
| | | | | | | (From OE-Core rev: 16f03b665dcf58484a49c1c7534d96e269d66a8a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Upgrade to 2.28.4Khem Raj2020-08-152-1/+68
| | | | | | | | | backport a patch from master to fix clang11 build error (From OE-Core rev: 6d38f23f5c34dfb2a2d28b834b0c35b1f7778f85) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libwpe: update to 1.7.1Oleksandr Kravchuk2020-08-011-2/+1
| | | | | | | (From OE-Core rev: c89e4b47198c3557ff3086accb15e212d14a2a0d) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: upgrade 2.28.2 -> 2.28.3Richard Purdie2020-07-181-2/+1
| | | | | | (From OE-Core rev: 1e67e325ba620fe91ef11ab2a1029fbbc54b3c69) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: upgrade to latest revisionAlexander Kanavin2020-06-281-1/+1
| | | | | | | (From OE-Core rev: 27049dc744d95ecbe94b5b901bebcad0b20abd78) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Disable wtmp on muslKhem Raj2020-06-281-0/+2
| | | | | | | | | | | | | | This is not supported features on musl Fixes ../../rxvt-unicode-9.22/src/../libptytty/src/logging.C:348:17: error: 'WTMPX_FILE' was not declared in this scope; did you mean 'WTMP_FILE'? | 348 | updwtmpx (WTMPX_FILE, &utx); | | ^~~~~~~~~~ (From OE-Core rev: 7cdf0e0e6790185f6d517b877f7566202277d3ba) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wpebackend-fdo: upgrade 1.6.0 -> 1.6.1Alexander Kanavin2020-06-091-2/+1
| | | | | | | (From OE-Core rev: ac4cd00617c65e6b69b59935d75f8f012db51c8b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: upgrade to latest revisionAlexander Kanavin2020-06-041-1/+1
| | | | | | | (From OE-Core rev: f790152f7b22301c4eb92995e382dfc2e49bfa72) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "webkitgtk, pinentry: require gobject-introspection-data in ↵Kai Kang2020-05-241-4/+2
| | | | | | | | | | | | | | | | | DISTRO_FEATURES when libsecret PACKAGECONFIG is enabled" This reverts commit 91264e5e0ab40b796e214edd84c72bc88b363778. It adds meson options 'instrospection' to disable gobject introspection files build. So no need to check distro feature 'gobject-introspection-data' any longer. Keep the spaces adjustment and comment removal. (From OE-Core rev: 424b65d57b16e3f0ad29a5115f048aaba4d95473) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk, pinentry: require gobject-introspection-data in DISTRO_FEATURES ↵Martin Jansa2020-05-181-4/+6
| | | | | | | | | | | | | | when libsecret PACKAGECONFIG is enabled * gobject-introspection is mandatory since libsecret upgrade to 0.20.3 * enable libsecret in webkitgtk only when gobject-introspection-data is in DISTRO_FEATURES * drop comment about libsecret being in meta-gnome from pinentry (From OE-Core rev: cab86a3196ef4fcd2714591597f2503aa8138df0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wpe: update to 1.6.0Alexander Kanavin2020-05-052-2/+4
| | | | | | | (From OE-Core rev: c67ff709d00058ba9eb0a1b80e1dd516101368be) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: update to 2.28.2Alexander Kanavin2020-05-034-52/+21
| | | | | | | (From OE-Core rev: 684bd64a6e6fa088364194d06e2a59b276e3bd77) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-sato-ptest-fast: don't hard fail in ptestsAlexander Kanavin2020-03-241-0/+3
| | | | | | | | | | Unfortunately, a couple of tests sporadically fail still; bugs have been filed, but they will take time to resolve. (From OE-Core rev: 6b408f40b6c214d05433c41f0cd6200c715cc615) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Remove obsolete woff2 commentuninative-2.8Adrian Bunk2020-02-281-1/+0
| | | | | | | | | woff2 is now available in meta-webkit. (From OE-Core rev: a5beb977a57e7b1941a2a1c5c130881b74da3b6b) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirementsAdrian Bunk2020-02-281-2/+4
| | | | | | | | | | | x11 can be replaced with wayland. opengl is mandatory only with wayland. Without x11, use gles2 for opengl. (From OE-Core rev: 1408c00d619d862d4da63882a86ff096a891ad5d) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Move X library DEPENDS to the x11 PACKAGECONFIGAdrian Bunk2020-02-281-3/+3
| | | | | | | | | Also adjust them to what OptionsGTK currently checks. (From OE-Core rev: 082ccd85589a230810621425ddbf438a03df437e) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Disable GI data for musl/armKhem Raj2020-02-281-0/+5
| | | | | | | | | | qemu-arm hangs forever when running gobject introspection (From OE-Core rev: 7a9d9a4b5fb80a4b22b711c50ddcbd526c0955fb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ptest: add an option to enforce a failure (e.g. ptests are required to pass)Alexander Kanavin2020-02-251-0/+3
| | | | | | | | | | | | | | | | | | This can be useful with a more specific, targeted and robust set of ptest packages; the benefit is that ptest regressions are caught as they happen and can be more easily traced to changes that caused them. The existing AB ptest image continues to be expected to fail, my observation of the AB runs is that the full set of ptests is not robust enough (particularly around socket/network related tests) and sporadically fails in random places. This can probably be addressed by making ptests exclusive to a worker (e.g. there is no other workload happening at the same time as ptests). (From OE-Core rev: 102afcc7ea7d7673183f272a29ab233084ad168b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Remove the unused DEPENDS on libidnAdrian Bunk2020-02-251-1/+1
| | | | | | | (From OE-Core rev: f29baac5297446495fd61ab4ce7d4d24eb0ba3bb) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Remove obsolete gtk2 packageconfigAdrian Bunk2020-02-251-1/+0
| | | | | | | | | Upstream no longer supports GTK2 plugins. (From OE-Core rev: 1c16d4a210e89eb679b4b044c8f6f6fae96e1919) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: Remove unused DEPENDS on pulseaudioAdrian Bunk2020-02-251-1/+1
| | | | | | | (From OE-Core rev: 33f24afdaa0cf94a6f1029ad919570de15354f51) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libwpe, wpebackend-fdo: add opengl to required DISTRO_FEATURESMartin Jansa2020-02-222-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * requires virtual/egl which isn't available without opengl in DISTRO_FEATURES as shown in world builds without it: ERROR: Nothing PROVIDES 'virtual/egl' (but openembedded-core/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb, openembedded-core/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb DEPENDS on or otherwise requires it) $ bitbake libwpe NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'virtual/egl' (but /OE/build/oe-core/openembedded-core/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb DEPENDS on or otherwise requires it). Close matches: virtual/kernel virtual/make virtual/perf ERROR: Required build target 'libwpe' has no buildable providers. Missing or unbuildable dependency chain was: ['libwpe', 'virtual/egl'] $ bitbake wpebackend-fdo NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'virtual/egl' (but /OE/build/oe-core/openembedded-core/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb DEPENDS on or otherwise requires it). Close matches: virtual/kernel virtual/make virtual/perf ERROR: Required build target 'wpebackend-fdo' has no buildable providers. Missing or unbuildable dependency chain was: ['wpebackend-fdo', 'virtual/egl'] $ bitbake webkitgtk ERROR: Nothing PROVIDES 'webkitgtk' webkitgtk was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) (From OE-Core rev: 7214af1d8ed9082cb4646951df8b5d97591a4876) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: enable gobject-introspection for armv7aAndreas Müller2020-02-221-4/+0
| | | | | | | | | | | | Tested with cortex-a9 machine * before this patch -> no gir * after: gir was built without issues (From OE-Core rev: 0f4f69d1b238b2c22c30ef306358a055d3aa39cb) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-sato-sdk-ptest: do not pull in ptest-pkgsAlexander Kanavin2020-02-211-2/+0
| | | | | | | | | | | | The lists of ptests are defined via PTESTS_FAST and PTESTS_SLOW; specifying 'ptests-pkgs' also pulls in additional ptests that are specifically excluded from those lists due to causing issues with ptesting. (particularly bash-ptest is one such item) (From OE-Core rev: 1d8e5d1bc1aa8fdaf967395e27b13cc989717fb7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: enable gobject-introspection for armv7ve - it builds without issuesAndreas Müller2020-02-211-1/+0
| | | | | | | | | | Maybe armv7a can be re-enabled either but due to limited resources there is no chance for me to test. (From OE-Core rev: 8fe34dd8ee8e213ad954a8534bdfb737676d7c9a) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>