Re: [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 14:25 +0800, Junling Zheng via lists.openembedded.org wrote: > Commit a11edd68b2 (Change ftp:// URIs to http(s)://) changed the URI > from ftp to http without updating tarball's checksum, which is > different between them unfortunately. That seems strange. I tried to

Re: [OE-core] [PATCH 2/2] libxml2: Update checksum for testtar

2021-01-19 Thread Junling Zheng via lists.openembedded.org
在 2021/1/19 20:39, Richard Purdie 写道: > On Tue, 2021-01-19 at 14:25 +0800, Junling Zheng via > lists.openembedded.org wrote: >> For some unknown factor, the checksum of testtar(xmlts20080827.tar.gz) >> is mismatch with that of remote. Let's fix it. >> >> Signed-off-by: Junling Zheng >> --- >>  

Re: [OE-core] [poky][PATCH] rootfs: add option to allow delayed postinsts on read-only rootfs

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 12:39 +0100, Anton Kachalov via lists.openembedded.org wrote: > Ping on the patch It merged a couple of days ago:  http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master-next=49c4fdcb884057c0fc713925c8040e36fd26af8d ? Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=-

[OE-core] [PATCH] toolchain-shar-relocate.sh: Fix handling files with colons

2021-01-19 Thread Oleksiy Obitotskyy via lists.openembedded.org
Files could contain colons in name and we should not use colons (':') as field separator. E.g. perl/python man pages packages. Signed-off-by: Oleksiy Obitotskyy --- meta/files/toolchain-shar-relocate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] Yocto Project Status WW03`21

2021-01-19 Thread Stephen Jolley
Current Dev Position: YP 3.3 M2 development Next Deadline: 18th January 2021 YP 3.3 M2 build Next Team Meetings: * Bug Triage meeting Thursday Jan. 21st at 7:30am PDT (

Re: [OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Paul Barker
On Tue, 19 Jan 2021 at 15:51, Tomasz Dziendzielski wrote: > > If do_patch task is disabled then prepare do_configure dependencies to > fetch external sources and create symlink to ${S} in devtool workspace. > > [YOCTO #13036] > > Signed-off-by: Tomasz Dziendzielski > --- >

Re: [OE-core] [PATCH 2/2] libxml2: Update checksum for testtar

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 14:25 +0800, Junling Zheng via lists.openembedded.org wrote: > For some unknown factor, the checksum of testtar(xmlts20080827.tar.gz) > is mismatch with that of remote. Let's fix it. > > Signed-off-by: Junling Zheng > --- >  meta/recipes-core/libxml/libxml2_2.9.10.bb | 4

Re: [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 14:45 +0800, Anuj Mittal wrote: > Signed-off-by: Anuj Mittal > --- >  .../enchant/{enchant2_2.2.14.bb => enchant2_2.2.15.bb} | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) >  rename meta/recipes-support/enchant/{enchant2_2.2.14.bb => > enchant2_2.2.15.bb}

Re: [OE-core] [poky][PATCH] rootfs: add option to allow delayed postinsts on read-only rootfs

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 14:48 +0100, Anton Kachalov wrote: > Thanks! I've expected some kind of ack :) That would add a lot of mailing list noise and work for me when its relatively obvious looking at the git tree! :) Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[OE-core] [PATCH v2 1/5] wic: Ensure internal workdir is not reused

2021-01-19 Thread Paul Barker
If a path is specified for the internal wic working directory using the -w/--workdir argument then it must not already exist. Re-using a previous workdir could easily result in rootfs and intermediate files from a previous build being added to the current image. Signed-off-by: Paul Barker ---

[OE-core] [PATCH v2 2/5] image_types_wic: Move wic working directory

2021-01-19 Thread Paul Barker
By default the wic working directory is placed under the output directory. When invoking wic under bitbake, the wic output directory is added to PSEUDO_PATHS_IGNORE to avoid issues with files being removed from outside a pseudo environment (see oe-core commit ad8f5532ff). However, wic will copy

[OE-core] [PATCH v2 3/5] wic: Update pseudo db when excluding content from rootfs

2021-01-19 Thread Paul Barker
To exclude content from the rootfs, wic makes a copy (using hardlinks if possible) of the rootfs directory and associated pseudo db, then removes files & directories as needed. However if these files and directories are removed using the python functions os.remove and shutil.rmtree, the copied

[OE-core] [PATCH v2 5/5] wic: Optimise fstab modification for ext2/3/4 and msdos partitions

2021-01-19 Thread Paul Barker
The fix for [Yocto #13994] required the rootfs directory to be copied (using hardlinks if possible) when modifying the fstab file under wic. We can optimise this copy away for filesystems where we have the tools to modify the contents of the partition image after it is created. For ext2/3/4

[OE-core] [PATCH v2 4/5] wic: Copy rootfs dir if fstab needs updating

2021-01-19 Thread Paul Barker
By default, wic updates the /etc/fstab in the rootfs to include details of additional partitions described in the selected wks file. If this modification is performed in place, other tasks which create an image file from the rootfs directory (e.g. do_image_tar and do_image_ext4) will pick up the

Re: [OE-core] [PATCH] ghostscript: CVE-2013-6629 Security Advisory

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 13:45 +0800, Wang Mingyu wrote: References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6629 Signed-off-by: Wang Mingyu ---  .../ghostscript/CVE-2013-6629.patch | 28 +++  .../ghostscript/ghostscript_9.53.3.bb | 1 +  2 files

Re: [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15

2021-01-19 Thread Anuj Mittal
Hi Richard, On Tue, 2021-01-19 at 12:41 +, Richard Purdie wrote: > On Tue, 2021-01-19 at 14:45 +0800, Anuj Mittal wrote: > > There seem to be a lot of point version upgrades in this series. How > sure are we they are all bugfixes? > I am not sure. I didn't check each one of them. They just

[OE-core] [PATCH] flex: Fix --noline option behavior

2021-01-19 Thread Oleksiy Obitotskyy via lists.openembedded.org
Option --noline or -L does not handled properly. So generated code contains #line directives with file absolute path and prevents to create reproducible builds. Signed-off-by: Oleksiy Obitotskyy --- ...directives-if-gen_line_dirs-is-false.patch | 32 +++

[OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Tomasz Dziendzielski
If do_patch task is disabled then prepare do_configure dependencies to fetch external sources and create symlink to ${S} in devtool workspace. [YOCTO #13036] Signed-off-by: Tomasz Dziendzielski --- .../gcc/gcc-shared-source.inc | 1 + scripts/lib/devtool/standard.py

Re: [OE-core] [poky][PATCH] rootfs: add option to allow delayed postinsts on read-only rootfs

2021-01-19 Thread Anton Kachalov via lists.openembedded.org
Hi, Richard. Thanks! I've expected some kind of ack :) On Tue, 19 Jan 2021 at 13:51, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2021-01-19 at 12:39 +0100, Anton Kachalov via > lists.openembedded.org wrote: > > Ping on the patch > > It merged a couple of days ago: > >

Re: [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 14:58 +, Mittal, Anuj wrote: > Hi Richard, > > On Tue, 2021-01-19 at 12:41 +, Richard Purdie wrote: > > On Tue, 2021-01-19 at 14:45 +0800, Anuj Mittal wrote: > > > > There seem to be a lot of point version upgrades in this series. How > > sure are we they are all

Re: [OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Tomasz Dziendzielski
>> diff --git a/meta/recipes-devtools/gcc/gcc-shared-source.inc b/meta/recipes-devtools/gcc/gcc-shared-source.inc >> index aac4b49313..9ef80f2074 100644 >> --- a/meta/recipes-devtools/gcc/gcc-shared-source.inc >> +++ b/meta/recipes-devtools/gcc/gcc-shared-source.inc >> @@ -2,6 +2,7 @@ do_fetch() {

Re: [OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Tomasz Dziendzielski
>Have you tested whether the archiver class is still working after this >change? If not it'd be helpful to run `oe-selftest -r archiver` to >check. Hi Paul, I have just run that script and it passed with no errors: oe-selftest - OK - All required tests passed (successes=13, skipped=0, failures=0,

Re: [OE-core] uninative limitation: UNINATIVE_MAXGLIBCVERSION

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 12:15 -0500, Alan Kozlay wrote: > All, > Why does uninative.bbclass (around line 86) revert to my hosts glibc > if that version is above the uninative version but our sstate-cache > is only local (not hosted/shared)? > > I want to know in general terms (what could go wrong),

[OE-core] uninative limitation: UNINATIVE_MAXGLIBCVERSION

2021-01-19 Thread Alan Kozlay
All, Why does uninative.bbclass (around line 86) revert to my hosts glibc if that version is above the uninative version but our sstate-cache is only local (not hosted/shared)? I want to know in general terms (what could go wrong), but in case you're wondering, my specific environment is:

[OE-core] [PATCH v2] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Tomasz Dziendzielski
If do_patch task is disabled then prepare do_configure dependencies to fetch external sources and create symlink to ${S} in devtool workspace. [YOCTO #13036] Signed-off-by: Tomasz Dziendzielski --- scripts/lib/devtool/standard.py | 30 ++ 1 file changed, 26

Re: [OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Tomasz Dziendzielski
>Try checking if the "task" flag is set for "do_patch" Good idea, thanks! It's working correctly. I can see both 'noexec' and 'task' flags can be set separately, so to make it more general (and make it work for similar recipes without sources) I will check both 'noexec' and 'task' flags. I will

Re: [OE-core] [PATCH v2 1/5] wic: Ensure internal workdir is not reused

2021-01-19 Thread Quentin Schulz
Hi Paul, On Tue, Jan 19, 2021 at 04:26:06PM +, Paul Barker wrote: > If a path is specified for the internal wic working directory using > the -w/--workdir argument then it must not already exist. Re-using a > previous workdir could easily result in rootfs and intermediate files > from a

Re: [OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 19:05 +0100, Tomasz Dziendzielski wrote: > > > diff --git a/meta/recipes-devtools/gcc/gcc-shared-source.inc > > > b/meta/recipes-devtools/gcc/gcc-shared-source.inc > > > index aac4b49313..9ef80f2074 100644 > > > --- a/meta/recipes-devtools/gcc/gcc-shared-source.inc > > > +++

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Paul Eggleton
Hi Richard On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > I think the one remaining issue here is the need to change the DEPENDS > of so many other recipes, likely not just here in this patch but in > other layers. I think if util-linux DEPENDS on util-linux-uuid that > might

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Paul Eggleton
On Wednesday, 20 January 2021 12:23:34 NZDT Richard Purdie wrote: > On Wed, 2021-01-20 at 12:13 +1300, Paul Eggleton wrote: > > On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > > > I think the one remaining issue here is the need to change the DEPENDS > > > of so many other

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Richard Purdie
On Thu, 2020-12-10 at 18:46 +, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > In the next release util-linux will gain an (optional) build > dependency on libcryptsetup. But libcryptsetup build-depends on > util-linux for blkid (optional, can be disabled) and uuid (mandatory). >

[OE-core][PATCH] newlib: Upgrade 3.3.0 -> 4.1.0

2021-01-19 Thread Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Enedino Hernandez Samaniego --- .../newlib/{libgloss_3.3.0.bb => libgloss_4.1.0.bb} | 0 meta/recipes-core/newlib/newlib.inc | 2 +- meta/recipes-core/newlib/{newlib_3.3.0.bb => newlib_4.1.0.bb} | 0 3 files changed, 1

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Richard Purdie
On Wed, 2021-01-20 at 12:13 +1300, Paul Eggleton wrote: > On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > > I think the one remaining issue here is the need to change the DEPENDS > > of so many other recipes, likely not just here in this patch but in > > other layers. I think

[OE-core][PATCH] igt-gpu-tools: add procps-lib to RDEPENDS

2021-01-19 Thread Chen Qi
Build error occurs as below: ERROR: igt-gpu-tools-1.25+gitAUTOINC+d16ad07e7f-r0 do_package_qa: QA Issue: /usr/lib/libigt.so.0 contained in package igt-gpu-tools requires libprocps.so.8(LIBPROCPS_0)(64bit), but no providers found in RDEPENDS_igt-gpu-tools? [file-rdeps]

Re: [OE-core] [PATCH] bitbake.conf: use ${RECIPE_SYSROOT} for PSEUDO_IGNORE_PATHS

2021-01-19 Thread Yu, Mingli
Hi RP, On 1/15/21 4:45 PM, Richard Purdie wrote: On Fri, 2021-01-15 at 11:23 +0800, Yu, Mingli wrote: From: Mingli Yu When multilib enabled, there comes below error for packages which inherit useradd bbclass randomly when build eSDK.  $ bitbake image-name -c populate_sdk_ext  Exception:

[OE-core] [PATCH v2] bitbake.conf: use ${RECIPE_SYSROOT} for PSEUDO_IGNORE_PATHS

2021-01-19 Thread Yu, Mingli
From: Mingli Yu When multilib enabled, there comes below error for packages which inherit useradd bbclass randomly when build eSDK. $ bitbake image-name -c populate_sdk_ext Exception: subprocess.CalledProcessError: Command

[OE-core] [PATCH 01/10] acpica: upgrade 20201217 -> 20210105

2021-01-19 Thread Anuj Mittal
License-Update: copyright years changed Signed-off-by: Anuj Mittal --- .../acpica/{acpica_20201217.bb => acpica_20210105.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/acpica/{acpica_20201217.bb => acpica_20210105.bb} (91%) diff --git

[OE-core] [PATCH 03/10] python3-dbusmock: upgrade 0.19 -> 0.22.0

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../{python3-dbusmock_0.19.bb => python3-dbusmock_0.22.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dbusmock_0.19.bb => python3-dbusmock_0.22.0.bb} (81%) diff --git

[OE-core] [PATCH 04/10] python3-hypothesis: upgrade 5.43.3 -> 6.0.2

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- ...python3-hypothesis_5.43.3.bb => python3-hypothesis_6.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_5.43.3.bb => python3-hypothesis_6.0.2.bb} (81%) diff --git

[OE-core] [PATCH 02/10] diffstat: upgrade 1.63 -> 1.64

2021-01-19 Thread Anuj Mittal
License-Update: copyright years changed Signed-off-by: Anuj Mittal --- .../diffstat/{diffstat_1.63.bb => diffstat_1.64.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.63.bb => diffstat_1.64.bb} (78%) diff --git

[OE-core] [PATCH 05/10] python3-numpy: upgrade 1.19.4 -> 1.19.5

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../{python3-numpy_1.19.4.bb => python3-numpy_1.19.5.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python-numpy/{python3-numpy_1.19.4.bb => python3-numpy_1.19.5.bb} (95%) diff --git

Re: [OE-core] [PATCH] libdrm: upgrade 2.4.103 -> 2.4.104

2021-01-19 Thread Anuj Mittal
On Wed, 2021-01-20 at 04:00 +, Wang Mingyu wrote: > Hi, Richard > > Can you tell me where and what settings do I need to add to make docs > enabled? You can check this specific configuration here: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/tree/config.json#n446

Re: [OE-core] [PATCH 01/10] acpica: upgrade 20201217 -> 20210105

2021-01-19 Thread Alexander Kanavin
Thanks for picking these up Anuj, much appreciated! I'd like version updates to not be only 'Alex's problem', and spread the work a bit more. Alex On Wed, 20 Jan 2021 at 08:41, Anuj Mittal wrote: > License-Update: copyright years changed > > Signed-off-by: Anuj Mittal > --- >

[OE-core] [PATCH 08/10] git: upgrade 2.29.2 -> 2.30.0

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- meta/recipes-devtools/git/{git_2.29.2.bb => git_2.30.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_2.29.2.bb => git_2.30.0.bb} (51%) diff --git a/meta/recipes-devtools/git/git_2.29.2.bb

[OE-core] [PATCH 07/10] sudo: upgrade 1.9.4p1 -> 1.9.5p1

2021-01-19 Thread Anuj Mittal
License-Update: copyright years changed Signed-off-by: Anuj Mittal --- meta/recipes-extended/sudo/sudo.inc | 2 +- .../sudo/{sudo_1.9.4p1.bb => sudo_1.9.5p1.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 09/10] meson: upgrade 0.56.0 -> 0.56.2

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- meta/recipes-devtools/meson/meson.inc | 2 +- .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 2 +- .../meson/0002-Support-building-allarch-recipes-again.patch | 6 +++--- .../meson/{meson_0.56.0.bb => meson_0.56.2.bb}

[OE-core] [PATCH 06/10] resolvconf: upgrade 1.83 -> 1.87

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../resolvconf/{resolvconf_1.83.bb => resolvconf_1.87.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.83.bb => resolvconf_1.87.bb} (96%) diff --git

[OE-core] [PATCH 10/10] rt-tests/hwlatdetect: upgrade 1.9 -> 1.10

2021-01-19 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- ...Allow-for-CC-and-AR-to-be-overridden.patch | 10 ++-- ...-Allow-build-for-not-supported-archs.patch | 52 --- ...hwlatdetect_1.9.bb => hwlatdetect_1.10.bb} | 0 meta/recipes-rt/rt-tests/rt-tests.inc | 2 +- .../{rt-tests_1.9.bb =>

Re: [OE-core] [PATCH] devtool: Fix source extraction for gcc shared source

2021-01-19 Thread Richard Purdie
On Tue, 2021-01-19 at 16:53 +0100, Tomasz Dziendzielski wrote: > If do_patch task is disabled then prepare do_configure dependencies to > fetch external sources and create symlink to ${S} in devtool workspace. > > [YOCTO #13036] > > Signed-off-by: Tomasz Dziendzielski > --- >  

Re: [OE-core] [PATCH] libdrm: upgrade 2.4.103 -> 2.4.104

2021-01-19 Thread Wang Mingyu
Hi, Richard Can you tell me where and what settings do I need to add to make docs enabled? Thank you! Best regards Wangmy > -Original Message- > From: Richard Purdie > Sent: Sunday, January 17, 2021 6:35 AM > To: Wang, Mingyu/王 鸣瑜 ; > openembedded-core@lists.openembedded.org >

Re: [OE-core] [meta-oe][PATCH v2 0/3] kernel-fitimage: adding support for Initramfs bundle and u-boot script

2021-01-19 Thread Paul Barker
On Tue, 19 Jan 2021 at 10:53, Abdellatif El Khlifi wrote: > > From: Abdellatif El Khlifi > > This is the version 2 of adding support to Initramfs bundles and u-boot > script in the FIT image. > > This patchset provides the following: > > - Initramfs bundle support in the FIT image kernel class

[OE-core] Build and Integration help from Bootlin

2021-01-19 Thread Richard Purdie
Hi All, I'm pleased to be able to announce that Alexandre Belloni and some of his colleagues from Bootlin are going to be helping us with the process for testing and integrating patches within the project. There are multiple reasons for this, not least that it helps not to have a single point of

Re: [OE-core] [poky][PATCH] rootfs: add option to allow delayed postinsts on read-only rootfs

2021-01-19 Thread Anton Kachalov via lists.openembedded.org
Ping on the patch On Fri, 15 Jan 2021 at 16:43, Anton Kachalov via lists.openembedded.org wrote: > Example use case in OpenBMC: rootfs is squashfs and the system has either > overlayfs for whole rootfs or for some parts (e.g. /etc). > > This option will allow to create migration one-shot

[OE-core] [PATCH 1/3] Revert "ccache.bbclass: use ccache from host distribution"

2021-01-19 Thread Robert Yang
This reverts commit f5b29367af4d8e5daea5771264774aa49519f9a8. Will use ccache-native which is more reliable. Signed-off-by: Robert Yang --- meta/classes/ccache.bbclass | 3 +-- meta/conf/bitbake.conf | 2 +- meta/lib/oeqa/selftest/cases/buildoptions.py |

[OE-core] [PATCH 3/3] apt: Fix do_compile error when enable ccache

2021-01-19 Thread Robert Yang
Fixed: apt-pkg/libapt-pkg.so.5.0.2: undefined reference to `ZSTD_endStream' collect2: error: ld returned 1 exit status This is because ccache-native depends on zstd-native which makes apt wronly find it. Disable zstd for apt to fix the problem. Signed-off-by: Robert Yang ---

[OE-core] [PATCH 2/3] ccache.bbclass: Use ccache-native and disable ccache for native recipes

2021-01-19 Thread Robert Yang
Since host's ccache is not reliable, so disable ccache for native recipes and use ccache-native for other types of recipes. We need disable ccache for native recipes is because ccache-native now depends on cmake-native which causes circular dependencies, and it's not easy to break the circular.

[OE-core] [PATCH 0/3] ccahe: ccache.bbclass: Use ccache-native and disable ccache for native recipes

2021-01-19 Thread Robert Yang
The following changes since commit 5f3cace37496fe1dc4fd045f688f7d441505c437: boost: drop arm-intrinsics.patch (2021-01-17 11:27:59 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ccache

[OE-core] [PATCH] gcc: Backport patch to resolve i*86 tune configuration overrides

2021-01-19 Thread Nathan Rossi
Upstream has merged a change to handle detection of target overrides so that they are only applied as required. Backport this patch from upstream and remove the OE specific patch. Signed-off-by: Nathan Rossi --- meta/recipes-devtools/gcc/gcc-10.2.inc | 2 +-

Re: [OE-core] [PATCH 1/3] Revert "ccache.bbclass: use ccache from host distribution"

2021-01-19 Thread Robert Yang
On 1/19/21 5:23 PM, Robert Yang wrote: This reverts commit f5b29367af4d8e5daea5771264774aa49519f9a8. Will use ccache-native which is more reliable. Signed-off-by: Robert Yang --- meta/classes/ccache.bbclass | 3 +-- meta/conf/bitbake.conf | 2 +-

[OE-core] [meta-oe][PATCH v2 1/3] kernel-fitimage: adding support for Initramfs bundle and u-boot script

2021-01-19 Thread Abdellatif El Khlifi
From: Abdellatif El Khlifi This commit adds Initramfs bundle support to the FIT image in addition to u-boot boot script capability. These new features are selectable. In case of Initramfs, the kernel is configured to be bundled with the rootfs in the same binary (ie: zImage-initramfs-.bin).

[OE-core] [meta-oe][PATCH v2 3/3] oeqa/selftest/imagefeatures: adding fitImage initramfs bundle testcase

2021-01-19 Thread Abdellatif El Khlifi
From: Abdellatif El Khlifi This commit provides a testcase for the initramfs bundle support implemented in kernel-fitimage.bbclass The testcase verifies the content of the initramfs bundle node in the FIT Image Tree Source (its). The testcase is self-contained and the configurations are set by

[OE-core] [meta-oe][PATCH v2 0/3] kernel-fitimage: adding support for Initramfs bundle and u-boot script

2021-01-19 Thread Abdellatif El Khlifi
From: Abdellatif El Khlifi This is the version 2 of adding support to Initramfs bundles and u-boot script in the FIT image. This patchset provides the following: - Initramfs bundle support in the FIT image kernel class - Allowing to use the Initramfs bundle with the FIT image in the kernel

[OE-core] [meta-oe][PATCH v2 2/3] kernel: skip installing fitImage when using Initramfs bundles

2021-01-19 Thread Abdellatif El Khlifi
From: Abdellatif El Khlifi When including an initramfs bundle inside a FIT image, the fitImage is created after the install task by do_assemble_fitimage_initramfs. This happens after the generation of the initramfs bundle (done by do_bundle_initramfs). So, at the level of the install task we