Re: [OE-core] [PATCH] initramfs-framework: split setup-live and install-efi into separate recipes

2017-09-02 Thread Otavio Salvador
]. > > Signed-off-by: California Sullivan The patch should be based on the allarch patch I sent as it adds the dependencies on the whitelist. So you can also set them as allarch. Please also move the scripts to specific directories. As it is not include -- Otavio Salvador

Re: [OE-core] [PATCH v7] kernel: Add support for multiple kernel packages

2017-09-01 Thread Otavio Salvador
y not using a suffix? it avoids sub directories and allows for an easier find of the generated files. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [OE-core] [PATCH] kernel: Stop using update-alternatives

2017-09-01 Thread Otavio Salvador
On Fri, Sep 1, 2017 at 2:07 PM, Saul Wold wrote: > On Thu, 2017-08-31 at 18:34 -0300, Otavio Salvador wrote: >> The update-alternatives where using relative links so not being >> really >> in use since December 2016 (see OE-Core:c7bc46b9 "kernel: Fix >> symlinks&

Re: [OE-core] [PATCH] mkelfimage: Add update convert.bin.c file

2017-09-01 Thread Otavio Salvador
t; > [YOCTO #11967] > > Signed-off-by: Saul Wold Why not remove it now? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

[OE-core] [PATCH] kernel: Stop using update-alternatives

2017-08-31 Thread Otavio Salvador
The update-alternatives where using relative links so not being really in use since December 2016 (see OE-Core:c7bc46b9 "kernel: Fix symlinks") so instead we now generate the relative symlinks during the do_install task and drop the update-alternatives use at all. Signed-off-by: Otavi

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-08-31 Thread Otavio Salvador
Hello guys, On Wed, Aug 30, 2017 at 6:16 PM, Otavio Salvador wrote: > On Tue, Aug 22, 2017 at 12:40 PM, David Vincent wrote: >> On vendredi 18 août 2017 14:44:30 CEST Otavio Salvador wrote: >>> On Wed, Aug 16, 2017 at 3:15 PM, Otavio Salvador >>> >>&g

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Otavio Salvador
This should be done to the live boot module of initramfs-framework as well. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- __

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-08-30 Thread Otavio Salvador
David, On Tue, Aug 22, 2017 at 12:40 PM, David Vincent wrote: > On vendredi 18 août 2017 14:44:30 CEST Otavio Salvador wrote: >> On Wed, Aug 16, 2017 at 3:15 PM, Otavio Salvador >> >> wrote: >> > This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. >&

Re: [OE-core] [PATCH v4] initramfs-framework: Change recipe to be allarch

2017-08-30 Thread Otavio Salvador
On Wed, Aug 30, 2017 at 10:24 AM, Patrick Ohly wrote: > On Wed, 2017-08-30 at 09:46 -0300, Otavio Salvador wrote: >> On Wed, Aug 30, 2017 at 6:39 AM, Patrick Ohly > wrote: >> > Let's not dig us deeper into this hole and instead split out the >> > live >>

Re: [OE-core] [PATCH v4] initramfs-framework: Change recipe to be allarch

2017-08-30 Thread Otavio Salvador
On Wed, Aug 30, 2017 at 6:39 AM, Patrick Ohly wrote: > On Tue, 2017-08-29 at 17:43 -0300, Otavio Salvador wrote: >> There is no COMPATIBLE_HOST in the recipe neither it makes sense for >> this to be machine specific. >> >> Possibly, initramfs-framework's based

[OE-core] [PATCH v4] initramfs-framework: Change recipe to be allarch

2017-08-29 Thread Otavio Salvador
ecipe. Signed-off-by: Otavio Salvador --- Changes in v4: - Drop INHIBIT_DEFAULT_DEPS as allarch defines it Changes in v3: - Add the new dependencies to the hash whitelist meta/conf/layer.conf | 6 +- meta/recipes-core/initrdscripts/initramfs-framework_1

[OE-core] [PATCH] libdrm: Upgrade to 2.4.83

2017-08-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-graphics/drm/{libdrm_2.4.81.bb => libdrm_2.4.83.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.81.bb => libdrm_2.4.83.bb} (93%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4

[OE-core] [PATCH v3] initramfs-framework: Change recipe to be allarch

2017-08-27 Thread Otavio Salvador
ecipe. Signed-off-by: Otavio Salvador --- Changes in v3: - Add the new dependencies to the hash whitelist meta/conf/layer.conf | 6 +- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 8 +++- 2 files changed, 8 insertions(+), 6 deletions(-)

Re: [OE-core] [PATCH v2] initramfs-framework: Change recipe to be allarch

2017-08-27 Thread Otavio Salvador
On Sun, Aug 27, 2017 at 6:21 PM, Richard Purdie wrote: > On Sun, 2017-08-27 at 18:10 -0300, Otavio Salvador wrote: >> There is no COMPATIBLE_HOST in the recipe neither it makes sense for >> this to be machine specific. >> >> Possibly, initramfs-framework's based

[OE-core] [PATCH v2] initramfs-framework: Change recipe to be allarch

2017-08-27 Thread Otavio Salvador
ecipe. Signed-off-by: Otavio Salvador --- Changes in v2: - Add the new dependencies to the hash whitelist meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.

[OE-core] [PATCH] initramfs-framework: Change recipe to be allarch

2017-08-26 Thread Otavio Salvador
ecipe. Signed-off-by: Otavio Salvador --- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb

Re: [OE-core] [PATCH 10/10] wic: setlftest: test expanding MBR image

2017-08-25 Thread Otavio Salvador
is bootable, i.e. bootloader, kernel, boot and root partitions > are still functional. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobil

Re: [OE-core] [PATCH 00/10] #11278 - wic: create an option to use entire disk

2017-08-25 Thread Otavio Salvador
Hello Ed, On Fri, Aug 25, 2017 at 10:41 AM, Ed Bartosh wrote: ... > wic: add help and usage content for 'wic write' > wic: add 'wic write' command > wic: implement 'wic write' command Those should be squashed as they are in fact

[OE-core] [PATCH] mesa: Upgrade to 17.1.7 release

2017-08-24 Thread Otavio Salvador
D_IMAGE_BIT not supported for D16_UNORM and D32_SFLOAT Bug 102148 - Crash when running qopenglwidget example on mesa llvmpipe win32 Bug 102241 - gallium/wgl: SwapBuffers freezing regularly with swap interval enabled Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/{mesa-gl_17.1.6.bb =&

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-08-18 Thread Otavio Salvador
On Wed, Aug 16, 2017 at 3:15 PM, Otavio Salvador wrote: > This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. > > The commit has broken the alternatives concept as it is managed by > links controlled by the alternatives system. That said the failing > case identif

Re: [OE-core] [PATCH] python3-native: Add python3-misc-native to RPROVIDES

2017-08-16 Thread Otavio Salvador
tive recipes. > > Signed-off-by: Fabio Berton Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile:

[OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-08-16 Thread Otavio Salvador
alternative system. Cc: Christopher Larson Cc: Ross Burton Signed-off-by: Otavio Salvador --- meta/classes/kernel.bbclass | 6 +++--- meta/recipes-kernel/linux/linux-dtb.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta

Re: [OE-core] [PATCH v3 00/12] gstreamer: upgrade to 1.12.1

2017-08-10 Thread Otavio Salvador
On Fri, Jul 28, 2017 at 12:03 PM, Carlos Rafael Giani wrote: > What is the status of this? GStreamer is at 1.12.2 now, and these patches > are still unmerged. What is the blocker here? Ross? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [PATCH] mesa: update to 17.1.6

2017-08-10 Thread Otavio Salvador
er Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ Openembedded-core mailing l

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread Otavio Salvador
On Tue, Aug 1, 2017 at 5:33 PM, akuster808 wrote: > > > On 08/01/2017 01:32 PM, Otavio Salvador wrote: >> >> On Tue, Aug 1, 2017 at 5:30 PM, akuster808 wrote: >>> >>> >>> On 08/01/2017 02:50 AM, Ian Arkver wrote: >>>> >>>>

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread Otavio Salvador
printf overflow warnings" > > the others I already had from other back ports. all are in my > akuster/morty-next. It has been there for a while; what is holding them to be applied? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-31 Thread Otavio Salvador
On Mon, Jul 31, 2017 at 4:20 PM, Khem Raj wrote: > > > On 7/31/17 12:12 PM, Otavio Salvador wrote: >> Hello Ross, >> Hello Khem, >> >> On Sat, Jul 29, 2017 at 3:28 PM, Burton, Ross wrote: >>> Failed in the no-x11 builder at least so far: >>>

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-31 Thread Otavio Salvador
nd see if you find the root cause? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ Openembedded-core mai

[OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-28 Thread Otavio Salvador
This is the Golang dependency management tool under development; it is ready for production use and intended to be merged onto Golang 1.10. Until that, projects are starting to use it and making it available on OE-Core reduces the Golang integration work for new recipes. Signed-off-by: Otavio

Re: [OE-core] [PATCH] mesa: Upgrade to 17.1.5 release

2017-07-20 Thread Otavio Salvador
ders and stop requiring libdrm-intel. I don't recall if it made into 17.1 or it is master development. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -

Re: [OE-core] [PATCH] mesa: Upgrade to 17.1.5 release

2017-07-20 Thread Otavio Salvador
nder why; I will try to reproduce it and also will inspect the changes on configure.ac to find possible causes. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-97

Re: [OE-core] [PATCH v2 1/1] initramfs-framework: include install-efi module in recipe for installation

2017-07-17 Thread Otavio Salvador
t;install" option is being chosen in the grub menu and install > the image on the target platform. A new install-efi module is > being added in the recipe to handle the installation process > using initramfs-framework. > > [YOCTO #10989] > > Sign

[OE-core] [PATCH] mesa: Upgrade to 17.1.5 release

2017-07-17 Thread Otavio Salvador
3.0, but was added in OpenGL ES 3.1 Bug 101703 - No stencil buffer allocated when requested by GLUT Also, the following patches were included in this release and as such deleted: - etnaviv_fix-shader-miscompilation.patch Signed-off-by: Otavio Salvador --- .../files/etnaviv_fix-shader

[OE-core] [PATCH] u-boot: Upgrade to 2017.07 release

2017-07-15 Thread Otavio Salvador
This patch upgrades the U-Boot to the 2017.07 release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0 .../u-boot/{u-boot-mkimage_2017.05.bb =&g

Re: [OE-core] [PATCH] mesa: fix build race on src/intel/vulkan

2017-07-14 Thread Otavio Salvador
On Wed, Jul 12, 2017 at 1:19 PM, Ross Burton wrote: > It's possible that src/intel/vulkcan can be written into by sed before it has > been created, so add the required mkdir calls. > > Signed-off-by: Ross Burton Has this been send to upstream? Upstream-Status? --

Re: [OE-core] [PATCH 1/1] initramfs-framework: include install module in recipe for installation

2017-07-14 Thread Otavio Salvador
a/recipes-core/initrdscripts/initramfs-framework_1.0.bb > @@ -14,7 +14,8 @@ SRC_URI = "file://init \ > file://udev \ > file://e2fs \ > file://debug \ > - file://setup-live" > + file://setup-live \ > + file://

Re: [OE-core] [PATCH 1/2] mesa: Avoid installing khrplatfrom.h when not needed

2017-07-12 Thread Otavio Salvador
fine; if Andrea could test it would be good. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ Openembedded-co

Re: [OE-core] [poky][master] [PATCH v4 0/1] initramfs-framework: configuration to boot up live image

2017-07-11 Thread Otavio Salvador
ev-extraconf rdepends on this module because > it is needed for automounting process. As I said on the other patch, it still has indenting issues; please check. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile

Re: [OE-core] [PATCH v2 2/2] mesa: Upgrade to 17.1.4 release

2017-07-11 Thread Otavio Salvador
On Tue, Jul 11, 2017 at 6:00 AM, Jussi Kukkonen wrote: > On 3 July 2017 at 23:02, Otavio Salvador wrote: >> >> This includes following upstream bug fixes: >> >> Bug 77240 - khrplatform.h not installed if EGL is disabled > > > Saying this here as well for

[OE-core] [PATCH] libarchive: Upgrade to 3.3.2 release

2017-07-11 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../libarchive/{libarchive_3.3.1.bb => libarchive_3.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libarchive/{libarchive_3.3.1.bb => libarchive_3.3.2.bb} (93%) diff --git a/meta/recipes-ex

Re: [OE-core] [PATCH v3 2/2] initramfs-framwork: module to support boot live image

2017-07-11 Thread Otavio Salvador
On Tue, Jul 11, 2017 at 2:36 AM, Ng, Wei Tee wrote: > Yes, I had squash the changes into a single commit and corrected the typo > also. The changes is being submitted to the mailing list. > Thanks a lot! There are bad indents yet; please double check it all. -- Otavio

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Otavio Salvador
ons. > > Not everyone is a big fan of github and their ToS, so I wouldn't be a > big fan of such move. Without a more specific reasoning I see no problem in changing it for the official mirror. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Otavio Salvador
On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut wrote: > On 07/10/2017 08:36 PM, Otavio Salvador wrote: >> This patch upgrades the U-Boot to the 2017.07 release. >> >> Signed-off-by: Otavio Salvador >> --- >> >> .../u-boot/{u-boot-common_2017.05.in

[OE-core] [PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-10 Thread Otavio Salvador
This patch upgrades the U-Boot to the 2017.07 release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0 .../u-boot/{u-boot-mkimage_2017.05.bb =&g

Re: [OE-core] [PATCH v3 2/2] initramfs-framwork: module to support boot live image

2017-07-10 Thread Otavio Salvador
dded to perform automounting. It gets to run before the rootfs > and finish module. > > [YOCTO #11701] > > Signed-off-by: Ng, Wei Tee I think this patch could be squashed onto the first as it is required for it to work. -- Otavio Salvador O.S. Syst

Re: [OE-core] [PATCH v3 1/2] initramfs-framework: setup-live: detect media and assign rootfs image

2017-07-10 Thread Otavio Salvador
un/media/$i/$ISOLINUX/$ROOT_IMAGE ] ; then > + ./init.d/$bootparam_LABEL.sh $i/$ISOLINUX $ROOT_IMAGE > $video_mode $vga_mode $console_params > + else > + fatal "Could not find $bootparam_LABEL script" > + fi

Re: [OE-core] [PATCH] mesa: Split --with-platforms from egl PACKAGECONFIG

2017-07-10 Thread Otavio Salvador
ECONFIG by default. > > Signed-off-by: Jussi Kukkonen > --- I tested it here and seems good. Ross please put this on MUT so we can merge it soon. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981

Re: [OE-core] ✗ patchtest: failure for mesa: etnaviv: fix shader miscompilation with more than 16 labels

2017-07-06 Thread Otavio Salvador
been merged on master. Just triggering the test again should work just fine. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- __

[OE-core] [PATCH] mesa: etnaviv: fix shader miscompilation with more than 16 labels

2017-07-05 Thread Otavio Salvador
-off-by: Otavio Salvador --- NOTE: The patch requires mesa 17.1.4 upgrade not yet merged. .../files/etnaviv_fix-shader-miscompilation.patch | 220 + meta/recipes-graphics/mesa/mesa_17.1.4.bb | 1 + 2 files changed, 221 insertions(+) create mode 100644 meta

Re: [OE-core] [RFT PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-05 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 8:10 PM, Marek Vasut wrote: > On 07/05/2017 12:01 AM, Otavio Salvador wrote: >> This patch upgrades the U-Boot to the 2017.07-rc3 release; for now it >> is not intended to be merged but to expose possible problems prior the >> official release so we may

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-05 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 8:17 PM, Khem Raj wrote: > On Tue, Jul 4, 2017 at 3:16 PM, Otavio Salvador > wrote: >> On Tue, Jul 4, 2017 at 7:11 PM, Burton, Ross wrote: >>> >>> On 4 July 2017 at 23:08, Otavio Salvador >>> wrote: >>>> >>>>

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-05 Thread Otavio Salvador
require it to work. live-boot requires it so make a module that makes use of it. For example: initramfs-framework-udev-automount -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 7:11 PM, Burton, Ross wrote: > > On 4 July 2017 at 23:08, Otavio Salvador > wrote: >> >> Ross, please apply it as it has been causing problems for many users. >> It is applied in master >> OE-Core:5d3df78367be0afbfe001b4fa776a98a82e6c

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Otavio Salvador
s it has been causing problems for many users. It is applied in master OE-Core:5d3df78367be0afbfe001b4fa776a98a82e6ce54 -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- __

[OE-core] [RFT PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-04 Thread Otavio Salvador
This patch upgrades the U-Boot to the 2017.07-rc3 release; for now it is not intended to be merged but to expose possible problems prior the official release so we may try to include fixes for final release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.05.inc => u-b

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-04 Thread Otavio Salvador
initramfs-framework currently is not handling live boot support. Perhaps, > "In order to implement initramfs-framework for live boot support" will be > better? Move it to live-boot package rdepends. I don't want automount when adding udev only it seems wrong. -- Otavio

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-03 Thread Otavio Salvador
ed. > > Signed-off-by: Ng, Wei Tee Wrong; this is need for the live support so the rdepends should be there. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

[OE-core] [PATCH v2 2/2] mesa: Upgrade to 17.1.4 release

2017-07-03 Thread Otavio Salvador
ned-off-by: Otavio Salvador --- Changes in v2: None meta/recipes-graphics/mesa/{mesa-gl_17.1.3.bb => mesa-gl_17.1.4.bb} | 0 meta/recipes-graphics/mesa/{mesa_17.1.3.bb => mesa_17.1.4.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/mesa/{m

[OE-core] [PATCH v2 1/2] mesa: Avoid platform probing when building without EGL

2017-07-03 Thread Otavio Salvador
he environment variables XCB_DRI2_CFLAGS | and XCB_DRI2_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. The issue has been exposed by meta-freescale BSP. Fix tested with imx6qsabresd machine. Signed-off-by: Otavio Salvador --- Changes in v2: - new patch meta

[OE-core] [PATCH] mesa: Upgrade to 17.1.4 release

2017-07-01 Thread Otavio Salvador
ned-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/{mesa-gl_17.1.3.bb => mesa-gl_17.1.4.bb} | 0 meta/recipes-graphics/mesa/{mesa_17.1.3.bb => mesa_17.1.4.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/mesa/{mesa-gl_17.1.3.bb =>

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Otavio Salvador
ible rootfs changes also should be possible to be disabled but IMO it should be per-feature (one for fstab, one for exclude, ...). -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-30 Thread Otavio Salvador
thought that removing directories from original rootfs is a >> modification. > > But it's not actually removed from the original roofs directory, right? > For me, "not modified" refers to that and the files in it. My problem is wit

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-28 Thread Otavio Salvador
can rework to >> apply on master. >> >> On 06/27/2017 05:35 PM, Otavio Salvador wrote: >> >On Tue, Jun 27, 2017 at 10:28 AM, Ed Bartosh >> >wrote: >> >>The patchset also fixes long standing bug: wic updated fstab >> >>inplace in rootfs direct

Re: [OE-core] [PATCH v2 0/5] #11662 - wic should mount /boot

2017-06-27 Thread Otavio Salvador
he temporary directory before updating > fstab. As you is working on this, please also include Fabio's patch on the patchset. It includes a command like option to disable fstab change at all. For delta-based updates this is imperative. Fabio, could you point him the last patch revision?

Re: [OE-core] [PATCH v3] cmake: Use find_program if find_host_program is not available

2017-06-27 Thread Otavio Salvador
_host_program` if > available, but otherwise use just `find_program`. > > Signed-off-by: Maxime Roussin-Bélanger Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-

Re: [OE-core] [PATCH] cmake: Use find_program if find_host_program is not available

2017-06-26 Thread Otavio Salvador
stream bug about the issue, ideally the proposed patch should be send to upstream so we can drop it in next releases -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-21 Thread Otavio Salvador
fail to build? Maybe the best is to allow for boards to have its fw_env.config inside U-Boot so people can provide a 'good' base for users. Doing so, we can teach the recipe to install it? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-06-21 Thread Otavio Salvador
On Wed, Jun 21, 2017 at 6:05 AM, Anton Novikov wrote: > Thanks, I support those too; I've been using it here as well. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mo

[OE-core] [PATCH] u-boot-fw-utils: Allow replacement of fw_env.config

2017-06-20 Thread Otavio Salvador
If a fw_env.config file is found in workdir, this is preferred over the U-Boot example. Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Otavio Salvador
On Tue, Jun 20, 2017 at 6:16 PM, Marek Vasut wrote: > On 06/20/2017 10:57 PM, Otavio Salvador wrote: >> On Tue, Jun 20, 2017 at 5:53 PM, Brad Mouring wrote: >>> On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: >>>> On 06/20/2017 10:40 PM, Brad Mouri

[OE-core] [PATCH v3] mesa: Update to 17.1.3 release

2017-06-20 Thread Otavio Salvador
en dropped from the recipe. Signed-off-by: Otavio Salvador --- Changes in v3: - update to 17.1.3 release Changes in v2: - rebase on top of master ...l-rand_xor-add-missing-include-statements.patch | 35 -- .../mesa/{mesa-gl_17.1.1.bb => mesa-gl_17.1.3.bb} | 0 .../mesa/{m

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Otavio Salvador
. I was unsure of the > acceptability of a do_install_append.*() clobbering a file of the > original do_install(). > > Thanks for the input. Or split up the configuration to u-boot-fw-utils-config package and make u-boot-fw-utils generic? So w

[OE-core] [PATCH v2] mesa: Upgrade to 17.1.2 release

2017-06-19 Thread Otavio Salvador
Bug fixes Bug 98833 - [REGRESSION, bisected] Wayland revert commit breaks non-Vsync fullscreen frame updates Bug 100741 - Chromium - Memory leak Bug 100877 - vulkan/tests/block_pool_no_free regression Bug 101110 - Build failure in GNOME Continuous Signed-off-by: Otavio Salvador --- Changes in

[OE-core] [PATCH] mesa: Upgrade to 17.1.2 release

2017-06-13 Thread Otavio Salvador
Bug fixes Bug 98833 - [REGRESSION, bisected] Wayland revert commit breaks non-Vsync fullscreen frame updates Bug 100741 - Chromium - Memory leak Bug 100877 - vulkan/tests/block_pool_no_free regression Bug 101110 - Build failure in GNOME Continuous Signed-off-by: Otavio Salvador --- meta

Re: [OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-06-05 Thread Otavio Salvador
On Wed, May 31, 2017 at 12:19 AM, Otavio Salvador wrote: > This 2017.05 release is out since May 08th, 2017. > > Signed-off-by: Otavio Salvador Ping? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile

[OE-core] [PATCH v2] cmake: Upgrade to 3.8.2

2017-06-02 Thread Otavio Salvador
-prototypes.patch was removed as it is not need anymore; - Patch 0001-KWIML-tests-Remove-format-security-from-flags.patch was removed as it is included in this release. Signed-off-by: Otavio Salvador --- Changes in v2: - Update to 3.8.2 (Khem) ...cmake-native_3.7.2.bb => cm

Re: [OE-core] [PATCH] cmake: Upgrade to 3.8.1

2017-06-02 Thread Otavio Salvador
On Wed, May 31, 2017 at 9:58 PM, Khem Raj wrote: > On Wed, May 31, 2017 at 5:31 PM, Otavio Salvador > wrote: >> There was a set of changes, those are: >> >> - CMake now requires librhash for build and as there is no other >>users in OE-Core we make it

[OE-core] [PATCH] cmake: Upgrade to 3.8.1

2017-05-31 Thread Otavio Salvador
-prototypes.patch was removed as it is not need anymore; - Patch 0001-KWIML-tests-Remove-format-security-from-flags.patch was removed as it is included in this release. Signed-off-by: Otavio Salvador --- ...cmake-native_3.7.2.bb => cmake-native_3.8.1.bb} | 1 + meta/recipes-devtools/cm

[OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-05-30 Thread Otavio Salvador
This 2017.05 release is out since May 08th, 2017. Signed-off-by: Otavio Salvador --- Changes in v3: - Update to 2017.05 release Changes in v2: - Fix typo in commit log .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.05.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.01.bb =

Re: [OE-core] [PATCH v6] openssh: Atomically generate host keys

2017-05-30 Thread Otavio Salvador
d-check-key ${D}${libexecdir}/${BPN}/sshd-check-key -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ Openembedd

Re: [OE-core] [PATCH] systemd-boot.bbclass: Add configuration data to secondary EFI partition

2017-05-30 Thread Otavio Salvador
On Tue, May 30, 2017 at 9:10 PM, Cal Sullivan wrote: > It looks like this was accepted on master. Would it be possible to backport > this fix to pyro as well? I support this backport as well. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [PATCH 1/3] gstreamer1.0-plugins-bad: Fix missing library with bcm egl

2017-05-30 Thread Otavio Salvador
On Tue, May 30, 2017 at 2:15 PM, Khem Raj wrote: > userland graphics driver provided libegl for rpi depends upon > symbols from vchostif library, therefore add it to linker cmdline > > helps with loadng gst-gl plugins on rpi > > Signed-off-by: Khem Raj Has it been send upst

Re: [OE-core] [PATCH] mesa: upgrade to 17.1.1

2017-05-30 Thread Otavio Salvador
zlib in DEPENDS, otherwise mesa no longer builds. > > Signed-off-by: Nicolas Dechesne Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobi

Re: [OE-core] [PATCH v4] busybox: make SYSLOGD optionnal

2017-05-28 Thread Otavio Salvador
This commit adds a new configuration fragment to make syslogd > optionnal in busybox. > > Signed-off-by: Romain Perier > Acked-by: Otavio Salvador This is a good addition; once this is merged on master I would like to propose to backport it to pyro as it does not change the current b

[OE-core] [for-krogoth] Fix pseudo issue in some hosts

2017-05-16 Thread Otavio Salvador
ked from commit 21c38a091c4a1917f62a942c4751b0fd11dce340) It would be great if this could be queued together of the pending merges, for next updates. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9

Re: [OE-core] [PATCH v2] busybox: make SYSLOGD optionnal

2017-04-03 Thread Otavio Salvador
This commit adds a new configuration fragment to make syslogd > optionnal in busybox. > > Signed-off-by: Romain Perier > --- Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com

Re: [OE-core] [PATCH] u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.

2017-04-03 Thread Otavio Salvador
On Mon, Apr 3, 2017 at 9:51 AM, Philip Balister wrote: > Signed-off-by: Philip Balister Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (

Re: [OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-30 Thread Otavio Salvador
eason to carry two versions. OE-Core provides the basis and every BSP layers can maintain their own versions. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (5

Re: [OE-core] [PATCH] ca-certificates: Fix symlinks to the certificates in nativesdk

2017-03-28 Thread Otavio Salvador
ngle place instead of multiple recipe doing the same. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ Openembed

Re: [OE-core] [PATCH v2] eudev: restore userspace firmware loading support

2017-03-28 Thread Otavio Salvador
html. One of the goals of the > eudev fork is obtaining better compatibility with older kernels. This is something so simple; why it has not been reverted yet in upstream. I am afraid they prefer to have this off. -- Otavio Salvador O.S. Systems http://www.o

[OE-core] [PATCH v2] eudev: restore userspace firmware loading support

2017-03-27 Thread Otavio Salvador
loading support | | This changes the minimum required Linux version from 3.7 back to 3.0. | | [YOCTO #7409] | | Signed-off-by: Jonathan Liu | Signed-off-by: Richard Purdie ` Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- Changes in v2: - Fix inner patches headers

[OE-core] [PATCH] eudev: restore userspace firmware loading support

2017-03-27 Thread Otavio Salvador
loading support | | This changes the minimum required Linux version from 3.7 back to 3.0. | | [YOCTO #7409] | | Signed-off-by: Jonathan Liu | Signed-off-by: Richard Purdie ` Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- ...evert-rules-remove-firmware-loading

Re: [OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-27 Thread Otavio Salvador
-freescale for this release as well. I believe it would be great to upgrade this as U-Boot bieng up to date allows for a more up to date reference code. If there is any failure in the automated tests I can try to iron them out but I believe it should be fine. -- Otavio Salvador

Re: [OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-27 Thread Otavio Salvador
On Sun, Mar 26, 2017 at 6:14 PM, Denys Dmytriyenko wrote: > On Sun, Mar 26, 2017 at 05:08:13PM -0300, Otavio Salvador wrote: >> Ths 2017.03 release is out since March 13th 2017 and is the latest >> stable release prior Pyro release. > > At least 2 typos in the desc

[OE-core] [PATCH v2] u-boot: Update to 2017.03 release

2017-03-27 Thread Otavio Salvador
This 2017.03 release is out since March 13th, 2017 and is the latest stable release prior Pyro release. Signed-off-by: Otavio Salvador --- Changes in v2: - Fix typo in commit log .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +- .../u-boot/{u-boot

[OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-26 Thread Otavio Salvador
Ths 2017.03 release is out since March 13th 2017 and is the latest stable release prior Pyro release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb}

[OE-core] [PATCH 2/2] mesa: Add Etnaviv and i.MX Gallium backend PACKAGECONFIG options

2017-03-26 Thread Otavio Salvador
The MESA 17.0 has Etnaviv and i.MX support. Expose them in PACKAGECONFIG for use. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/mesa.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa

[OE-core] [PATCH 1/2] mesa: Update to 17.0.2

2017-03-26 Thread Otavio Salvador
allocations match malloc()'s alignment." causes seg fault in 32bit build ` Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/{mesa-gl_17.0.1.bb => mesa-gl_17.0.2.bb} | 0 meta/recipes-graphics/mesa/{mesa_17.0.1.bb => mesa_17.0.2.bb} | 5 +++-- 2 files chang

Re: [OE-core] [PATCH 00/44] Replace Smart package manager with DNF package manager

2017-03-14 Thread Otavio Salvador
On Tue, Mar 14, 2017 at 2:14 PM, Richard Purdie wrote: > On Tue, 2017-03-14 at 13:48 -0300, Otavio Salvador wrote: >> On Tue, Mar 14, 2017 at 12:14 PM, Richard Purdie >> wrote: >> ... >> > >> > Despite this I merged it on the basis that I'd rather hav

Re: [OE-core] [PATCH 00/44] Replace Smart package manager with DNF package manager

2017-03-14 Thread Otavio Salvador
issues. ... This kind of change should have been merged in November, not less of two months of release. One more time heavy changes been commited late on release. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +

<    4   5   6   7   8   9   10   11   12   13   >