Re: [OE-core] [PATCH] libdrm: port to Meson

2018-06-16 Thread Richard Purdie
On Wed, 2018-06-13 at 12:50 +0100, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > ...ac-Allow-explicit-enabling-of-cunit-tests.patch | 53 > -- > .../recipes-graphics/drm/libdrm/installtests.patch | 25 -- > meta/recipes-graphics/drm/libdrm_2.4.92.bb

Re: [OE-core] [PATCH 1/3] mesa: Enable gallium-llvm on x86 and x86_64

2018-06-16 Thread Richard Purdie
On Fri, 2018-06-15 at 08:08 -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-graphics/cairo/cairo.inc | 3 ++- > meta/recipes-graphics/mesa/mesa.inc | 3 +++ > 2 files changed, 5 insertions(+), 1 deletion(-) I think this patch breaks on multlib: https://autobuilder.yocto.

Re: [OE-core] [oe-core][PATCH] update-alternatives: Don't process duplicated entries

2018-06-16 Thread Jeremy A. Puhlman
On Fri, 2018-06-15 at 17:59 -0700, Jeremy Puhlman wrote: If ALTERNATIVE_ lists the same entry more then once, the update-alternatives identical install and remove actions are added for each repeated entry. This is exhibited when you add meta-selinux, and examine the busybox package, which install

[OE-core] [PATCH v2] kernel: fitimage: deploy real fit-image

2018-06-16 Thread Gaël PORTAY
Currently, do_deploy installs a standard kernel image as an ITB. This image is linux.bin and it is prepared by uboot_prep_kimage. The real kernel fit-image is build under arch/${ARCH}/boot/fitImage. This patch deploys the real fit-image instead of the one prepared by u-boot and which is included

Re: [OE-core] [OE-Core][RESEND PATCH] kernel: fitimage: deploy real fit-image

2018-06-16 Thread Gaël PORTAY
Hi all, On Sun, Nov 05, 2017 at 12:52:36PM -0500, Gaël PORTAY wrote: > Currently, do_deploy installs a standard kernel image as an ITB. This > image is linux.bin and it is prepared by uboot_prep_kimage. > > The real kernel fit-image is build under arch/${ARCH}/boot/fitImage. > > This patch deplo

Re: [OE-core] [PATCH v3] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2018-06-16 Thread Richard Purdie
Sorry about the delay on this, my concern still remains. Having thought about this a bit, the performance issue wouldn't show up with glibc, it would probably show up better with glibc-locales, perl (due to its modules) or the kernel (again due to large number of modules) as these all have signific

Re: [OE-core] [PATCH] runqemu: Allow the user to specity DTB

2018-06-16 Thread Richard Purdie
On Fri, 2018-06-15 at 09:58 -0700, Ben Levinsky wrote: > In some cirsumstances the user doesn't want to supply a kernel, > rootFS > to QEMU, but only a DTB. > > Allow users to specify dtb for supply via the QB_DTB option > to QEMU. > > Signed-off-by: Ben Levinsky > --- > scripts/runqemu | 3 +++

[OE-core] [OE-Core][PATCH v2 2/2] kernel-fitimage: Add DTBO support for configurations

2018-06-16 Thread Alex Kiernan
When generating overlay DTB configuration sections, U-Boot doesn't want the kernel specified again as we already have that in our base DTB. Add support for this to allow bootm to process overlay configuration sections. Signed-off-by: Alex Kiernan --- Changes in v2: - Use the right branch which e

[OE-core] [OE-Core][PATCH v2 1/2] kernel-fitimage: Allow setting of DTB/DTBO relocation address

2018-06-16 Thread Alex Kiernan
Introduce UBOOT_DTB_LOADADDRESS and UBOOT_DTBO_LOADADDRESS so that you can set where U-Boot loads full and overlay DTBs. This is required when using bootm's overlay support to construct the final DTB. Signed-off-by: Alex Kiernan --- This commit conflicts with this patch: https://patchwork.openem

Re: [OE-core] [PATCH] update-alternatives: Don't process duplicated entries

2018-06-16 Thread Richard Purdie
On Fri, 2018-06-15 at 17:59 -0700, Jeremy Puhlman wrote: > If ALTERNATIVE_ lists the same entry more then once, the > update-alternatives identical install and remove actions are added > for > each repeated entry. This is exhibited when you add meta-selinux, and > examine the busybox package, which

[OE-core] [OE-Core][PATCH 2/2] kernel-fitimage: Add DTBO support for configurations

2018-06-16 Thread Alex Kiernan
When generating overlay DTB configuration sections, U-Boot doesn't want the kernel specified again as we already have that in our base DTB. Add support for this to allow bootm to process overlay configuration sections. Signed-off-by: Alex Kiernan --- meta/classes/kernel-fitimage.bbclass | 26 ++

[OE-core] [OE-Core][PATCH 1/2] kernel-fitimage: Allow setting of DTB/DTBO relocation address

2018-06-16 Thread Alex Kiernan
Introduce UBOOT_DTB_LOADADDRESS and UBOOT_DTBO_LOADADDRESS so that you can set where U-Boot loads full and overlay DTBs. This is required when using bootm's overlay support to construct the final DTB. Signed-off-by: Alex Kiernan --- This commit conflicts with this patch: https://patchwork.openem