Re: [OE-core] [PATCH] terminal.bbclass: use var-SHELL as the shebang of wrapper script

2018-09-02 Thread Hongxu Jia
On 2018年09月01日 08:14, Alejandro Enedino Hernandez Samaniego wrote: Hey Hongxu, On 08/24/2018 01:54 AM, Hongxu Jia wrote: The devshell.bbclass set var-SHELL to var-DEVSHELL, and terminal.bbclass initial var-SHELL with `bash'. Keep sync with it, use var-SHELL rather than hardcoded `/bin/sh' as

[OE-core] [PATCH] iproute2: Upgrade 4.17.0 -> 4.18.0

2018-09-02 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- .../iproute2/{iproute2_4.17.0.bb => iproute2_4.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.17.0.bb => iproute2_4.18.0.bb} (72%) diff --git

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-02 Thread Tom Rini
On Mon, Sep 03, 2018 at 09:58:01AM +0800, Lu.Jiang wrote: > This patch simply move code from script/lib/wic into > meta/recipes-support/wic/files. I didn't touch code in this patch. > > Please see attachment for patch formatted with -M. Exactly, formatted with -M it's clear and a short patch.

Re: [OE-core] [PATCH 5/7] wic:direct:remove same entry when updating fstab

2018-09-02 Thread Tom Rini
On Mon, Sep 03, 2018 at 10:00:45AM +0800, Lu.Jiang wrote: > 在 2018年08月31日 21:54, Tom Rini 写道: > >On Fri, Aug 31, 2018 at 10:15:08AM +0800, Jiang Lu wrote: > > > >>Remove same mountpoint entry when updating fstab. > >> > >>Signed-off-by: Jiang Lu > >>--- > >>

[OE-core] [PATCH v2] lttng-tools: add systemd support

2018-09-02 Thread Kai Kang
Add systemd service file of lttng-tools from Fedora ftp://fr2.rpmfind.net/linux/fedora/linux/development/rawhide /Everything/source/tree/Packages/l/lttng-tools-2.10.5-1.fc29.src.rpm It requires kernel configs CONFIG_STAGING and CONFIG_LTTNG2 to be set. But linux-yocto doesn't meet the

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-02 Thread Lu.Jiang
在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: When there is no useful efi in $kerneldir, try copy all efi from EFI/BOOT into boot image. Signed-off-by: Jiang Lu --- .../wic/files/wic/plugins/source/bootimg-efi.py | 12

Re: [OE-core] [PATCH 5/7] wic:direct:remove same entry when updating fstab

2018-09-02 Thread Lu.Jiang
在 2018年08月31日 21:54, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:08AM +0800, Jiang Lu wrote: Remove same mountpoint entry when updating fstab. Signed-off-by: Jiang Lu --- meta/recipes-support/wic/files/wic/plugins/imager/direct.py | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-02 Thread Lu.Jiang
This patch simply move code from script/lib/wic into meta/recipes-support/wic/files. I didn't touch code in this patch. Please see attachment for patch formatted with -M. Thanks Jiang Lu 在 2018年08月31日 21:53, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:05AM +0800, Jiang Lu wrote: Move wic

[OE-core] ✗ patchtest: failure for kernel-fitimage.bbclass: Create a "fitImage" symlink to resulting FIT image.

2018-09-02 Thread Patchwork
== Series Details == Series: kernel-fitimage.bbclass: Create a "fitImage" symlink to resulting FIT image. Revision: 1 URL : https://patchwork.openembedded.org/series/13861/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

Re: [OE-core] [PATCH] kexec-tools: fix for "Unhandled rela relocation: R_X86_64_PLT32" error

2018-09-02 Thread Yu, Mingli
On 2018年08月31日 22:07, Andrea Adami wrote: On Fri, Aug 31, 2018 at 8:34 AM Yu, Mingli wrote: Ping. Hi, FYI it is in master upstream as of b9de21ef51a7 so you could just upgrade the recipe. Cheers Andrea Thanks Andrea! But the current kexec-tools version is already 2.0.17 which is the

[OE-core] [openembedded-core][PATCH] kernel-fitimage.bbclass: Create a "fitImage" symlink to resulting FIT image.

2018-09-02 Thread Leon Woestenberg
From: Walter Goossens If an initramfs was used, the fitImage link will point to the FIT containing the initramfs. Otherwise it will link to the FIT without initramfs. This ensures the user can depend on "fitImage" to point to the desired FIT image. Signed-off-by: Leon Woestenberg ---

[OE-core] [openembedded-core][PATCH] kernel-fitimage.bbclass: Handle bundled initramfs case correctly.

2018-09-02 Thread Leon Woestenberg
From: Walter Goossens If INITRAMFS_IMAGE was set, but also INITRAMFS_BUNDLE = 1, then the kernel image already has the initramfs bundled inside. In that case do not pack the initramfs inside the FIT (again). (The fitImage name does keep the suffix INITRAMFS_IMAGE for all initramfs cases.)

[OE-core] ✗ patchtest: failure for kernel-fitimage.bbclass: Wrong binary was deployed for kernel-only FIT image.

2018-09-02 Thread Patchwork
== Series Details == Series: kernel-fitimage.bbclass: Wrong binary was deployed for kernel-only FIT image. Revision: 1 URL : https://patchwork.openembedded.org/series/13859/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] ✗ patchtest: failure for kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-02 Thread Patchwork
== Series Details == Series: kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that. Revision: 1 URL : https://patchwork.openembedded.org/series/13858/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] [openembedded-core][PATCH] kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-02 Thread Leon Woestenberg
kernel-fitimage.bbclass replaces an occurance of "fitImage" in KERNEL_IMAGETYPE_FOR_MAKE by an image type that is buildable for the architecture (such as zImage). The kernel-fitimage.bbclass packs that image as sub-image in a flattened image tree image (fitImage) and deploys this fitImage along

[OE-core] [openembedded-core][PATCH] kernel-fitimage.bbclass: Wrong binary was deployed for kernel-only FIT image.

2018-09-02 Thread Leon Woestenberg
The kernel-fitimage.bbclass always outputs one FIT image without initramfs. This variant did deploy the kernel image itself rather than the FIT image. (The FIT with initramfs was correctly deployed.) Signed-off-by: Leon Woestenberg --- meta/classes/kernel-fitimage.bbclass | 2 +- 1 file

Re: [OE-core] [PATCH] recipes: Update git.gnome.org addresses after upstream changes

2018-09-02 Thread Paul Eggleton
Hi Khem On Sunday, 2 September 2018 2:41:58 AM NZST Khem Raj wrote: > centos 7 comes with git 1.8.x and that seems to fail to fetch from > gitlab/https > > Cloning into bare repository > 'TOPDIR/downloads/git2/gitlab.gnome.org.GNOME.cantarell-fonts'... > error: RPC failed; result=22, HTTP code