[OE-core] [PATCH 2/4] python3-jinja2: Enable ptests

2021-04-23 Thread Khem Raj
Needed dependencies on toml and pytest and unixadmin are in core now Signed-off-by: Khem Raj --- meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb

[OE-core] [PATCH 4/4] python3-markupsafe: Enable ptests

2021-04-23 Thread Khem Raj
pytest is now in OE-Core Signed-off-by: Khem Raj --- meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb

[OE-core] [PATCH] python3-markupsafe: Enable ptests

2021-04-23 Thread Khem Raj
pytest is now in OE-Core Signed-off-by: Khem Raj --- meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb

[OE-core] [PATCH 3/4] python3-pyyaml: Add recipe

2021-04-23 Thread Khem Raj
This is migrated from meta-python Signed-off-by: Khem Raj Cc: Tim Orling --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-pyyaml_5.4.1.bb | 18 ++ 2 files changed, 19 insertions(+) create mode 100644

[OE-core] [PATCH 1/4] python3-docutils: Upgrade to 0.17.1

2021-04-23 Thread Khem Raj
This was in meta-python for a while so merge the changes here and upgrade, once applied, delete from meta-python License-Change: Deleted legacy stylesheets from LICENSE [1] Updated URI for BSD-2 [2] [1] https://sourceforge.net/p/docutils/code/8487/ [2]

Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime cert dependencies

2021-04-23 Thread Andrei Gherzan
On Sun, 18 Apr 2021, at 23:53, Khem Raj wrote: > With commit dc778c70449ee5401b5a24ad18b22b88338c47c5, dependency was > moved to openssl-bin which in itself was a fine change, but dropping > dependency on openssl too should have been kept along, dropping this > meant that openssl binary wont be

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Bruce Ashfield
On Fri, Apr 23, 2021 at 3:31 PM Sourabh Banerjee wrote: > > > Thank you for sharing your thoughts! > > Let me focus a bit on the case where the BSP kernel is lower than libc. > I.e., BSP layer comes with kernel 4.19 support for the machine in > question. > > From your replies I see following

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Sourabh Banerjee
Thank you for sharing your thoughts! Let me focus a bit on the case where the BSP kernel is lower than libc. I.e., BSP layer comes with kernel 4.19 support for the machine in question. From your replies I see following options: Option #1) Use linux-libc-headers_5.4 as it is from poky. BSP

[OE-core] [PATCH 7/7] poky.conf: remove wayland/opengl from distro features, as it is now oe-core default

2021-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 522cc92f74..f65241f71e 100644 --- a/meta-poky/conf/distro/poky.conf +++

[OE-core] [PATCH 1/7] core-image-weston: add sdk/ptest images

2021-04-23 Thread Alexander Kanavin
This is the first step towards rebasing the AB matrix from sato to weston; the eventual goal is to keep sato only in core-image-sato image. The broader rationale is that X11 is effectively deprecated technology at this point with only minimal maintenance; standalone X server will not be developed

[OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features

2021-04-23 Thread Alexander Kanavin
This puts them on equal terms with x11 distro feature (which I think is due). Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/default-distrovars.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-distrovars.inc

[OE-core] [PATCH 5/7] core-image-multilib-example: base on weston, and not sato

2021-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-multilib/images/core-image-multilib-example.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb

[OE-core] [PATCH 4/7] oeqa/selftest: transition to weston images

2021-04-23 Thread Alexander Kanavin
For readonly rootfs tests core-image-weston is appended; everywhere else it replaces core-image-sato. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py | 4 ++-- meta/lib/oeqa/selftest/cases/buildoptions.py| 4 ++--

[OE-core] [PATCH 2/7] oeqa/buildperf: use weston image instead of sato

2021-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/buildperf/test_basic.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/lib/oeqa/buildperf/test_basic.py b/meta/lib/oeqa/buildperf/test_basic.py index 2104617ba3..0fe7d3c8dc 100644 ---

[OE-core] [PATCH 3/7] oeqa/core/tests/test_data.py: use weston image instead of sato

2021-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/core/tests/test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/core/tests/test_data.py b/meta/lib/oeqa/core/tests/test_data.py index ac74098b78..acd726f3a0 100755 ---

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Khem Raj
On 4/23/21 8:03 AM, Sourabh Banerjee wrote: Hi All, I need your suggestion on how to reconcile if the linux-libc-headers and kernel versions are different? For this discussion let's consider we are using the LTS branch YP-3.1 (Dunfell). With Dunfell let's consider following 3 cases: 1)

Re: [OE-core] [PATCH v2] python3-docutils: Upgrade to 0.17.1

2021-04-23 Thread Khem Raj
On 4/23/21 2:34 AM, Richard Purdie wrote: On Thu, 2021-04-22 at 19:11 -0700, Khem Raj wrote: This was in meta-python for a while so merge the changes here and upgrade, once applied, delete from meta-python Signed-off-by: Khem Raj --- v2: Detect file rename  ...docutils_0.16.bb =>

[OE-core] [PATCH] dev-manual/common-tasks.rst: correct the documentation for debuginfod

2021-04-23 Thread Alexander Kanavin
Particularly, - correctly describe the use of DEBUGINFOD_URLS; drop it from bitbake variables - all necessary component tweaks are enabled by default via DISTRO_FEATURES - provide on-target examples of what to look for when things work properly Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH v3] python3-docutils: Upgrade to 0.17.1

2021-04-23 Thread Khem Raj
This was in meta-python for a while so merge the changes here and upgrade, once applied, delete from meta-python License-Change: Deleted legacy stylesheets from LICENSE [1] Updated URI for BSD-2 [2] [1] https://sourceforge.net/p/docutils/code/8487/ [2]

[PATCH] [OE-core] libssh2: fix build failure with option no-ecdsa

2021-04-23 Thread Stefan Ghinea
libssh2 fails at do_compile if DEPRECATED_CRYPTO_FLAGS = "no-ecdsa" is set in recipe: ../src/.libs/libssh2.so: undefined reference to `LIBSSH2_KEX_METHOD_EC_SHA_HASH_CREATE_VERIFY' References: https://github.com/libssh2/libssh2/issues/549 Upstream patches:

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Bruce Ashfield
On Fri, Apr 23, 2021 at 12:06 PM Yi Fan Yu wrote: > > On 4/23/21 11:35 AM, Bruce Ashfield wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > On Fri, Apr 23, 2021 at 11:03 AM Sourabh Banerjee > > wrote: > >> > >> Hi All, > >> I need your suggestion on how to

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Yi Fan Yu
On 4/23/21 11:35 AM, Bruce Ashfield wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Fri, Apr 23, 2021 at 11:03 AM Sourabh Banerjee wrote: Hi All, I need your suggestion on how to reconcile if the linux-libc-headers and kernel versions are different? For this

Re: [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0

2021-04-23 Thread Khem Raj
On 4/22/21 10:31 PM, Khem Raj wrote: this breaks gd package in meta-oe see https://errors.yoctoproject.org/Errors/Details/577264/ FWIW I have sent a fix for this to meta-oe layer On Thu, Apr 22, 2021 at 12:54 AM wangmy wrote: Signed-off-by: Wang Mingyu ---

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Bruce Ashfield
On Fri, Apr 23, 2021 at 11:03 AM Sourabh Banerjee wrote: > > Hi All, > I need your suggestion on how to reconcile if the linux-libc-headers and > kernel versions are different? > For this discussion let's consider we are using the LTS branch YP-3.1 > (Dunfell). > With Dunfell let's consider

Re: [OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Quentin Schulz
Hi Sourabh, On Fri, Apr 23, 2021 at 08:03:08AM -0700, Sourabh Banerjee wrote: > Hi All, > I need your suggestion on how to reconcile if the linux-libc-headers and > kernel versions are different? > For this discussion let's consider we are using the LTS branch YP-3.1 > (Dunfell). > With Dunfell

[OE-core] The Yocto Project 2021 virtual Summit CFP reminder

2021-04-23 Thread Armin Kuster
Hello all, This is a reminder that the 2021 Yocto Project Summit CFP window closes this Sunday at 11:59 PM PST. If anyone is interested, please visit: https://pretalx.com/yocto-project-summit-2021/cfp Kind regards, Armin sorry about the cross posting. -=-=-=-=-=-=-=-=-=-=-=- Links: You

[OE-core] Need suggestions: in case where linux-lib-headers and the kernel versions differ

2021-04-23 Thread Sourabh Banerjee
Hi All, I need your suggestion on how to reconcile if the linux-libc-headers and kernel versions are different? For this discussion let's consider we are using the LTS branch YP-3.1 (Dunfell). With Dunfell let's consider following 3 cases: 1) Machine is supported on 5.4 kernel *Kernel Recipe:*

[oe-core][PATCH] libevent: Increase ptest timing tolerance 50 ms -> 100 ms

2021-04-23 Thread Yi Fan Yu
Adjusting the tolerance to a more reasonable time given the load on the AB and given the high amount(100) of events some of the tests like `common_timeout` generates. [YOCTO #14163] Signed-off-by: Yi Fan Yu --- ...ncrease-default-timeval-tolerance-50.patch | 33 +++

[OE-core] [dunfell][PATCH] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland

2021-04-23 Thread Kai Uwe Broulik via lists.openembedded.org
The code in ext/qt/meson.build looks for the Qt5WaylandClient pkg-config file. Without this module, qmlglsink will not work with Wayland. This can be tested by checking whether or not HAVE_QT_WAYLAND has been added to the cflags in the autogenerated ninja file. Writen by: Carlos Rafael Giani

[OE-core][dunfell 16/19] linux-yocto/5.4: update to v5.4.109

2021-04-23 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 4e85f8a712cd Linux 5.4.109 057dd3e6986b xen-blkback: don't leak persistent grants from xen_blkbk_map() ce934540ff09 can: peak_usb: Revert "can: peak_usb: add

[OE-core][dunfell 15/19] ca-certificates: Fix openssl runtime cert dependencies

2021-04-23 Thread Steve Sakoman
From: Khem Raj With commit dc778c70449ee5401b5a24ad18b22b88338c47c5, dependency was moved to openssl-bin which in itself was a fine change, but dropping dependency on openssl too should have been kept along, dropping this meant that openssl binary wont be able to validate secure connections as

[OE-core][dunfell 19/19] linux-yocto/5.4: fix arm defconfig warnings

2021-04-23 Thread Steve Sakoman
From: Bruce Ashfield A recent fix to the kern-tools promoted some previously unseen issues to warnings. This commit fixes them by tagging some BT options as non-hardware so they won't generate warnings if they don't appear in the final .config. These are sub BT options and shouldn't warn when/if

[OE-core][dunfell 17/19] linux-yocto/5.4: update to v5.4.111

2021-04-23 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: a49e5ea5e045 Linux 5.4.111 45f540622d5b init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM 43dd03f08819 init/Kconfig: make COMPILE_TEST depend on !S390

[OE-core][dunfell 09/19] lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)

2021-04-23 Thread Steve Sakoman
From: Peter Budny `tmux new -c` fails on tmux older than 1.9, when that flag was added. We can omit the flag for older versions of tmux, and the working directory gets set even without it. Signed-off-by: Peter Budny Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 13/19] groff: not ship /usr/bin/grap2graph

2021-04-23 Thread Steve Sakoman
From: Mingli Yu grap2graph which converts a GRAP diagram into a cropped image fails to run as below: $ grap2graph /usr/bin/grap2graph: line 89: convert: command not found /usr/bin/grap2graph: warning: falling back to old '-crop 0x0' trim method /usr/bin/grap2graph: line 104: convert: command

[OE-core][dunfell 18/19] linux-yocto/5.4: update to v5.4.112

2021-04-23 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 8f55ad4daf00 Linux 5.4.112 ea42fd91d304 Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath." 7ee5bde3164c net: ieee802154: stop dump

[OE-core][dunfell 10/19] pseudo: Upgrade to add trailing slashes ignore path fix

2021-04-23 Thread Steve Sakoman
From: Richard Purdie Pull in: client: strip trailing slashes when opening an ignored path Signed-off-by: Richard Purdie (cherry picked from commit 9fb92bc13b8a78ef98798f14e728058feb180ba6) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1

[OE-core][dunfell 14/19] parselogs: ignore floppy error on qemu-system-x86 at boot stage

2021-04-23 Thread Steve Sakoman
From: Yanfei Xu We can disable floppy drive by BIOS on a hardware, but an empty floppy drive is connected by default on qemu-system-x86. Linux usually detect the device and modprode the matched floppy.ko at the boot stage. Due to we don't specify a floppy deivce in qemu boot arguments, then the

[OE-core][dunfell 12/19] libtool: make sure autoheader run before automake

2021-04-23 Thread Steve Sakoman
From: Mingli Yu When use automake to generate Makefile.in from Makefile.am, there comes below race: | configure.ac:45: error: required file 'config-h.in' not found It is because the file config-h.in in updating process by autoheader, so make automake run after autoheader to avoid the above

[OE-core][dunfell 11/19] kmod: do not symlink config.guess/config.sub during autoreconf

2021-04-23 Thread Steve Sakoman
From: Gavin Li I was encountering the following race condition on poky: - automake-native does do_install. - automake-native does do_populate_sysroot. This hardlinks config.guess and config.sub into ${D}. - kmod-native does do_configure. This runs `autoreconf`, which runs `automake

[OE-core][dunfell 08/19] sanity: Further improve directory sanity tests

2021-04-23 Thread Steve Sakoman
From: Richard Purdie Add tests to ensure COREBASE/TMPDIR doon't contain ".." as this causes hard to understand build failures. Also rework the code to test TMPDIR and COREBASE for all the patterns since they may be set differently and one may contain problematic characters. [YOCTO #14111]

[OE-core][dunfell 07/19] sanity: Add error check for '%' in build path

2021-04-23 Thread Steve Sakoman
From: Richard Purdie It has been reported that '%' characters in build paths break with python exceptions, probably due to confusion with python string escaping. Whilst it is probably fixable, showing the user a human readable error is better given it doesn't work. [YOCTO #14282]

[OE-core][dunfell 06/19] insane: clean up some more warning messages

2021-04-23 Thread Steve Sakoman
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 2abe18682192e7b38b9af5a5043906f2f069648f) Signed-off-by: Steve Sakoman --- meta/classes/insane.bbclass | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[OE-core][dunfell 05/19] oeqa/selftest: Ensure packages classes are set correctly for maintainers test

2021-04-23 Thread Steve Sakoman
From: Richard Purdie The dnf packages aren't parsed if rpm isn't in PACKAGE_CLASSES which means the aintainers test failes for OE-Core (where ipk is the default) but not for poky (where the default is rpm). Ensure PACKAGE_CLASSES is set so it works in all cases. [YOCTO #14277] Signed-off-by:

[OE-core][dunfell 04/19] oeqa/selftest: Hardcode test assumptions about heartbeat event timings

2021-04-23 Thread Steve Sakoman
From: Richard Purdie Setting a value of 10 for heartbeat events causes the test to fail. Hardcode a value to ensure it works correctly even if the default is changed. Signed-off-by: Richard Purdie (cherry picked from commit 08b2c9a23ce43ed65a16f5f0714b19a571e1b54a) Signed-off-by: Steve Sakoman

[OE-core][dunfell 03/19] externalsrc: Detect code changes in submodules

2021-04-23 Thread Steve Sakoman
From: Douglas Royds Further to 50ff9afb39, only detect code changes in submodules that are subdirectories of the EXTERNALSRC directory. The (undocumented) git submodule--helper returns a path for each submodule relative to the top of the repo. Don't add submodules that are not within our source

[OE-core][dunfell 01/19] wpa-supplicant: fix CVE-2021-30004

2021-04-23 Thread Steve Sakoman
From: Stefan Ghinea In wpa_supplicant and hostapd 2.9, forging attacks may occur because AlgorithmIdentifier parameters are mishandled in tls/pkcs1.c and tls/x509v3.c. References: https://nvd.nist.gov/vuln/detail/CVE-2021-30004 Upstream patches:

[OE-core][dunfell 02/19] Revert "externalsrc: Detect code changes in submodules"

2021-04-23 Thread Steve Sakoman
From: Douglas Royds This reverts commit 4525310d49d115a37705f04ac5c03d639e5e8f8c. Further to 50ff9afb39, only detect code changes in submodules that are subdirectories of the EXTERNALSRC directory. The (undocumented) git submodule--helper returns a path for each submodule relative to the top

[OE-core][dunfell 00/19] Patch review

2021-04-23 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2063 The following changes since commit a1b0631c4723d2a98eb9e80ec85a00bc46276783: go_1.14: don't set

[OE-core] [PATCH] gcr: fix one parallel build failure

2021-04-23 Thread Changqing Li
From: Changqing Li ui/gcr-live-search.c includes gcr/gcr-marshal.h. Because missing dependency, following error occurred intermittently during doing parallel build: -o ui/libgcr-ui-3.so.1.0.0.p/gcr-live-search.c.o -c ../gcr-3.38.1/ui/gcr-live-search.c ../gcr-3.38.1/ui/gcr-live-search.c:32:10:

Re: [OE-core] [PATCH v2] python3-docutils: Upgrade to 0.17.1

2021-04-23 Thread Richard Purdie
On Thu, 2021-04-22 at 19:11 -0700, Khem Raj wrote: > This was in meta-python for a while so merge the changes here > and upgrade, once applied, delete from meta-python > > Signed-off-by: Khem Raj > --- > v2: Detect file rename > >  ...docutils_0.16.bb => python3-docutils_0.17.1.bb} | 14

[OE-core] Development of fwupd recipe

2021-04-23 Thread Norbert Kaminski
Hi all, We (3mdeb Team) are interested in fwupd recipe development. We saw that Ross Burton did some great work on this topic (fixing fwupd dependencies), and we would like to know if there is any work in progress that we could help with. Currently, we are porting fwupd to *BSDs, so if you have

[OE-core] 回复: [PATCH] rt-tests: Update the latest branches

2021-04-23 Thread Zhang, Qiang
Hello robert This change didn't respond for a long time , look forward to your reply. Thanks Qiang 发件人: Zhang, Qiang 发送时间: 2021年4月16日 17:05 收件人: robert.jos...@redrectangle.org; bruce.ashfi...@gmail.com 抄送: openembedded-core@lists.openembedded.org;

Re: [OE-core] [PATCH 2/2] lz4: use CFLAGS from bitbake

2021-04-23 Thread Mikko Rapeli
On Thu, Apr 22, 2021 at 11:00:40PM -0700, Khem Raj wrote: > On Thu, Apr 22, 2021 at 10:49 PM wrote: > > > > On Thu, Apr 22, 2021 at 08:05:20AM -0700, Khem Raj wrote: > > > On Thu, Apr 22, 2021 at 7:42 AM Mikko Rapeli wrote: > > > > > > > Currently lz4 uses it's own defaults which include O3

[OE-core] [gatesgarth][PATCH 0/8] pull request (cover letter only)

2021-04-23 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit d1283b74cc29d1cbcab56bf1075a244ea5082025: image-live.bbclass: optional depends when ROOTFS empty (2021-04-09 14:04:40 +0800) are available in the Git repository at:

Re: [OE-core] [PATCH][hardknott] gdk-pixbuf: fix CVE-2021-20240

2021-04-23 Thread Anuj Mittal
On Fri, 2021-04-23 at 14:02 +0800, Changqing Li wrote: > > On 4/23/21 1:54 PM, Mittal, Anuj wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > This should be proposed for master too. We're still at 2.40.0 > > there. > > > > Thanks, > > > > Anuj > I plan to 

Re: [OE-core] [PATCH][hardknott] gdk-pixbuf: fix CVE-2021-20240

2021-04-23 Thread Changqing Li
On 4/23/21 1:54 PM, Mittal, Anuj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] This should be proposed for master too. We're still at 2.40.0 there. Thanks, Anuj I plan to  upgrade gdk-pixbuf on master to 2.42.6, which already fix this CVE. On Thu, 2021-04-22 at

Re: [OE-core] [PATCH 2/2] lz4: use CFLAGS from bitbake

2021-04-23 Thread Khem Raj
On Thu, Apr 22, 2021 at 10:49 PM wrote: > > On Thu, Apr 22, 2021 at 08:05:20AM -0700, Khem Raj wrote: > > On Thu, Apr 22, 2021 at 7:42 AM Mikko Rapeli wrote: > > > > > Currently lz4 uses it's own defaults which include O3 optimization. > > > Switch from O3 to bitbake default O2 reduces binary