[OE-core] [PATCH v2][thud] mdadm: add init and service scripts

2019-02-20 Thread Zheng Ruoqin
Add init script and service file for sysvinit and systemd. Signed-off-by: Zheng Ruoqin Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 ++ .../recipes-extended/mdadm/files/mdmonitor.service | 19 ++

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-20 Thread Yeoh, Ee Peng
Hi RP, Noted, thank you once again for your great help and inputs! Really glad to hear that resulttool was ready! We shall plan forward for future improvement in html reports and graphs. Also we shall look into future test case development if needed. Cheers, Yeoh Ee Peng -Original

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Khem Raj
still seeing errors when building for rpi3-64 | checking for xrandr... no | configure: error: Package requirements (xrandr) were not met: | | No package 'xrandr' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. On Wed,

[OE-core] [PATCH v2] mdadm: add init and service scripts

2019-02-20 Thread Zheng Ruoqin
Add init script and service file for sysvinit and systemd. Signed-off-by: Zheng Ruoqin Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 ++ .../recipes-extended/mdadm/files/mdmonitor.service | 19 ++

[OE-core] [PATCH v2 1/2] devicetree.bbclass: Add virtual provider for dtb

2019-02-20 Thread Manjukumar Matha
Add virtual provider for dtb. This class can be used to generate dtb from static devicetree, for reference see meta-xilinx layer meta-xilinx/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb By providing a virtual provider we can use it to differentiate between in-kernel dtb or an external

[OE-core] [meta-oe] [PATCH 1/2] tk_8.6.9: Add tkConfig.sh in crossscript

2019-02-20 Thread Hoang Anh Tuan
Signed-off-by: Hoang Anh Tuan ---  meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb | 25 +  1 file changed, 25 insertions(+) diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb index 9eec4bb..459ae82 100644 ---

[OE-core] [meta-oe] [PATCH 2/2] gtkwave: add version 3.3.98

2019-02-20 Thread Hoang Anh Tuan
Signed-off-by: Hoang Anh Tuan ---  meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb | 19 +++  1 file changed, 19 insertions(+)  create mode 100644 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Otavio Salvador
On Wed, Feb 20, 2019 at 4:58 AM Richard Purdie wrote: > > On Wed, 2019-02-20 at 08:52 +0100, Alexander Kanavin wrote: > > I guess xrandr needs to be in X11_DEPS, this was added in the > > original > > mega-patch, but overlooked in the split version. > > There were failures all over the

[OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Fabio Berton
Instead of using a native specific packageconfig option, we now set the swrast as the supported driver. Currently the native version does not build any dri drivers at all. This is intentional: mesa-native is used only by virgl, so was made the most minimal possible configuration for mesa-native

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Otavio Salvador
On Wed, Feb 20, 2019 at 9:32 AM Alexander Kanavin wrote: > > On Wed, 20 Feb 2019 at 12:57, Otavio Salvador > wrote: > > > On Wed, 20 Feb 2019 at 08:58, Richard Purdie > > > wrote: > > > > > I guess xrandr needs to be in X11_DEPS, this was added in the > > > > > original > > > > > mega-patch,

Re: [OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 13:16, Fabio Berton wrote: > -DRIDRIVERS = "swrast" > -DRIDRIVERS_append_x86_class-target = ",radeon,r200,nouveau,i965,i915" > -DRIDRIVERS_append_x86-64_class-target = ",radeon,r200,nouveau,i965,i915" > +DRIDRIVERS_class-native = "swrast" > +DRIDRIVERS_class-nativesdk =

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Otavio Salvador
On Wed, Feb 20, 2019 at 5:22 AM Alexander Kanavin wrote: > > On Wed, 20 Feb 2019 at 08:58, Richard Purdie > wrote: > > > I guess xrandr needs to be in X11_DEPS, this was added in the > > > original > > > mega-patch, but overlooked in the split version. > > > > There were failures all over the

[OE-core] [PATCH 2/4] llvm: switch to the official git repository

2019-02-20 Thread Alexander Kanavin
Until now an unoffcial mirror was used, which may or may not be maintained in the longer run, as the need for it has gone. Also, the official mirror has version tags which allows us to track upstream development in an automated manner. ${S} has changed as upstream decided to use a monorepo for

[OE-core] [PATCH 1/4] pango: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
libxft is a hard dependency now, accordingly drop the patch that was made for it being optional. Signed-off-by: Alexander Kanavin --- ...on-of-docs-pango.types-it-is-build-c.patch | 147 -- meta/recipes-graphics/pango/pango_1.42.4.bb | 32 ++-- 2 files changed, 21

Re: [OE-core] [PATCH 1/3] kmod: upgrade to 26

2019-02-20 Thread Richard Purdie
On Wed, 2019-02-20 at 11:14 +0200, Adrian Bunk wrote: > On Wed, Feb 20, 2019 at 09:40:35AM +0800, Chen Qi wrote: > > ... > > --- a/meta/recipes-kernel/kmod/kmod.inc > > +++ b/meta/recipes-kernel/kmod/kmod.inc > > @@ -14,9 +14,9 @@ LIC_FILES_CHKSUM = " > >

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 12:57, Otavio Salvador wrote: > > On Wed, 20 Feb 2019 at 08:58, Richard Purdie > > wrote: > > > > I guess xrandr needs to be in X11_DEPS, this was added in the > > > > original > > > > mega-patch, but overlooked in the split version. > > > > > > There were failures all

[OE-core] [PATCH] libdrm: Upgrade 2.4.96 -> 2.4.97

2019-02-20 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../drm/{libdrm_2.4.96.bb => libdrm_2.4.97.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.96.bb => libdrm_2.4.97.bb} (95%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.96.bb

[OE-core] [PATCH v3 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Fabio Berton
- Refresh all patches. - Remove "Use Python 3 to execute the scripts" patch Commit 986033a2750c1160a4cef3c8418fc7f9e2b4fb5a add support for both python 2 and 3. - Remove "dri: i965: Add missing time.h include" patch Commit 3c288da5eec81ee58b85927df18d9194ead8f5c2 add

[OE-core] [PATCH v3 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-20 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Add a patch to disable tests in native builds. Signed-off-by: Alexander Kanavin --- .../0001-Disable-tests-in-native-builds.patch | 30 ...f-decisions-around-cross-compilation.patch | 38 +

[OE-core] [PATCH 4/4] glib-2.0: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
PRINTF settings no longer seem necessary (tested with mingw). Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch Add 0001-Set-host_machine-correctly-when-building-with-mingw3.patch to allow 'mingw32' as target

[OE-core] [PATCH 5/5] python3-six: upgrade 1.11.0 -> 1.12.0

2019-02-20 Thread Richard Purdie
The license checksum changed due to a change in copyright years only. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-six.inc | 6 +++--- .../python/{python3-six_1.11.0.bb => python3-six_1.12.0.bb} | 0 2 files changed, 3 insertions(+), 3 deletions(-)

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 12:56, Otavio Salvador wrote: > > On Wed, 2019-02-20 at 08:52 +0100, Alexander Kanavin wrote: > > > I guess xrandr needs to be in X11_DEPS, this was added in the > > > original > > > mega-patch, but overlooked in the split version. > > > > There were failures all over the

Re: [OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Richard Purdie
On Wed, 2019-02-20 at 15:47 +0100, Alexander Kanavin wrote: > On Wed, 20 Feb 2019 at 13:16, Fabio Berton > wrote: > > -DRIDRIVERS = "swrast" > > -DRIDRIVERS_append_x86_class-target = > > ",radeon,r200,nouveau,i965,i915" > > -DRIDRIVERS_append_x86-64_class-target = > >

Re: [OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-20 Thread Leon Woestenberg
Hello Mike, all, On Wed, Feb 20, 2019 at 11:42 AM Mike Looijmans wrote: > > On 19-02-19 21:45, Leon Woestenberg wrote: > > Hello all, > > > > On Tue, Feb 19, 2019 at 8:28 PM Andre McCurdy wrote: > >> On Tue, Feb 19, 2019 at 9:13 AM Leon Woestenberg > >> wrote: > >>> > >>> Hello Mike, > >>> >

Re: [OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-20 Thread C.r. Guo
Hello all, I have submitted patch to glibc git . https://patchwork.sourceware.org/patch/31531/ Thanks Chunrong -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: 2019年2月20日 0:54 To: Richard Purdie Cc: C.r. Guo ; openembedded-core@lists.openembedded.org Subject: Re:

Re: [OE-core] [PATCH 1/4] pango: convert from autotools to meson

2019-02-20 Thread Richard Purdie
On Wed, 2019-02-20 at 14:50 +0100, Alexander Kanavin wrote: > libxft is a hard dependency now, accordingly drop the patch that > was made for it being optional. That breaks the no-x11 builds: https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/311 I'm also wondering about the

[OE-core] [thud][PATCH] icecc-env: don't raise error when icecc not installed

2019-02-20 Thread Adam Trhon
When icecc is not installed, the `which icecc` command in icecc-env.sh returns nonzero. This happens when environment is being sourced. When the terminal has `set -e`, the whole script fails and terminal is closed. Fix this by ignoring errors from the which command. Signed-off-by: Adam Trhon

Re: [OE-core] [PATCHv2] glibc: Separate out AArch64 multilib loader symlink creation

2019-02-20 Thread Mike Crowe
On Wednesday 23 January 2019 at 16:27:59 +, Mike Crowe wrote: > On Friday 11 January 2019 at 16:59:44 +, Mike Crowe wrote: > > On Friday 11 January 2019 at 16:53:47 +, Richard Purdie wrote: > > > On Fri, 2019-01-11 at 16:49 +, Mike Crowe wrote: > > > > Until now, glibc was

Re: [OE-core] [PATCH 1/4] pango: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 17:43, Richard Purdie wrote: > and I think we have a race: > > http://errors.yoctoproject.org/Errors/Details/229403/ Somehow this link won't open here, but I think the race is this one?

Re: [OE-core] [PATCH 3/5] gtk+3: upgrade 3.24.1 -> 3.24.5

2019-02-20 Thread Khem Raj
On Wed, Feb 20, 2019 at 10:56 AM Khem Raj wrote: > > This has been applied to master but here is another failure on musl/x86 I suspect this happens with gold linker and not really musl specific. > > https://errors.yoctoproject.org/Errors/Details/229302/ > > > On Mon, Feb 18, 2019 at 11:07 PM

Re: [OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Otavio Salvador
On Wed, Feb 20, 2019 at 12:22 PM Richard Purdie wrote: > > On Wed, 2019-02-20 at 15:47 +0100, Alexander Kanavin wrote: > > On Wed, 20 Feb 2019 at 13:16, Fabio Berton > > wrote: > > > -DRIDRIVERS = "swrast" > > > -DRIDRIVERS_append_x86_class-target = > > > ",radeon,r200,nouveau,i965,i915" > > >

Re: [OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 18:35, Otavio Salvador wrote: > > On Wed, 2019-02-20 at 15:47 +0100, Alexander Kanavin wrote: > > > On Wed, 20 Feb 2019 at 13:16, Fabio Berton > > > wrote: > > > > -DRIDRIVERS = "swrast" > > > > -DRIDRIVERS_append_x86_class-target = > > > > ",radeon,r200,nouveau,i965,i915"

Re: [OE-core] [PATCH 3/5] gtk+3: upgrade 3.24.1 -> 3.24.5

2019-02-20 Thread Khem Raj
This has been applied to master but here is another failure on musl/x86 https://errors.yoctoproject.org/Errors/Details/229302/ On Mon, Feb 18, 2019 at 11:07 PM Khem Raj wrote: > > on ubuntu 14.04 https://errors.yoctoproject.org/Errors/Details/228774/ > > On Mon, Feb 18, 2019 at 4:10 PM Richard

Re: [OE-core] [PATCH 2/2] kernel-fitimage.bbclass: Introduce a way to provide external dtb

2019-02-20 Thread Manjukumar Harthikote Matha
Hi Philip, > -Original Message- > From: Philip Balister [mailto:phi...@balister.org] > Sent: Sunday, February 17, 2019 3:47 PM > To: Manjukumar Harthikote Matha > Cc: openembedded-core > Subject: Re: [OE-core][PATCH 2/2] kernel-fitimage.bbclass: Introduce a way to > provide external dtb

[OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Signed-off-by: Alexander Kanavin --- .../0001-Disable-tests-in-native-builds.patch | 31 + ...f-decisions-around-cross-compilation.patch | 38 + ...without-libtiff-not-having-an-effect.patch |

[OE-core] [PATCH 1/4] pango: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
Drop the autotools-specific patch. Signed-off-by: Alexander Kanavin --- ...on-of-docs-pango.types-it-is-build-c.patch | 147 -- meta/recipes-graphics/pango/pango_1.42.4.bb | 33 ++-- 2 files changed, 24 insertions(+), 156 deletions(-) delete mode 100644

[OE-core] [PATCH 2/4] llvm: switch to the official git repository

2019-02-20 Thread Alexander Kanavin
Until now an unoffcial mirror was used, which may or may not be maintained in the longer run, as the need for it has gone. Also, the official mirror has version tags which allows us to track upstream development in an automated manner. ${S} has changed as upstream decided to use a monorepo for

[OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 42 -- ...ing-include-stddef.h-in-egldevice.h.patch} | 4 +-

[OE-core] [PATCH v4 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Fabio Berton
Instead of using a native specific packageconfig option, we now set the swrast as the supported driver. Currently the native version does not build any dri drivers at all. This is intentional: mesa-native is used only by virgl, so was made the most minimal possible configuration for mesa-native

[OE-core] [PATCH v4 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Fabio Berton
- Refresh all patches. - Remove "Use Python 3 to execute the scripts" patch Commit 986033a2750c1160a4cef3c8418fc7f9e2b4fb5a add support for both python 2 and 3. - Remove "dri: i965: Add missing time.h include" patch Commit 3c288da5eec81ee58b85927df18d9194ead8f5c2 add

Re: [OE-core] [PATCH 1/4] pango: convert from autotools to meson

2019-02-20 Thread Richard Purdie
On Wed, 2019-02-20 at 19:15 +0100, Alexander Kanavin wrote: > On Wed, 20 Feb 2019 at 17:43, Richard Purdie > wrote: > > and I think we have a race: > > > > http://errors.yoctoproject.org/Errors/Details/229403/ > > Somehow this link won't open here, but I think the race is this one? >

Re: [OE-core] [PATCH 1/4] pango: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 22:19, Richard Purdie wrote: > > wrote: > > > and I think we have a race: > > > > > > http://errors.yoctoproject.org/Errors/Details/229403/ > > > > Somehow this link won't open here, but I think the race is this one? > >

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-20 Thread Richard Purdie
Hi Ee Peng, On Wed, 2019-02-20 at 06:27 +, Yeoh, Ee Peng wrote: > Thank you very much for all your help and inputs! > Would you like us to take all the improvements from your branch to > merge or squash with the base patchset and move forward with the one > remaining improvement below?

[OE-core] [PATCH 4/4] glib-2.0: convert from autotools to meson

2019-02-20 Thread Alexander Kanavin
PRINTF settings no longer seem necessary (tested with mingw). Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch Add 0001-Set-host_machine-correctly-when-building-with-mingw3.patch to allow 'mingw32' as target

[OE-core] [PATCH v4 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-20 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [PATCH 3/5] gtk+3: upgrade 3.24.1 -> 3.24.5

2019-02-20 Thread Richard Purdie
On Wed, 2019-02-20 at 10:57 -0800, Khem Raj wrote: > On Wed, Feb 20, 2019 at 10:56 AM Khem Raj wrote: > > This has been applied to master but here is another failure on > > musl/x86 > > I suspect this happens with gold linker and not really musl specific. Sorry, there were a number of gtk+

[OE-core] [PATCH 1/2] resulttool: Improvements to allow integration to the autobuilder

2019-02-20 Thread Richard Purdie
This is a combined patch of the various tweaks and improvements I made to resulttool: * Avoid subprocess.run() as its a python 3.6 feature and we have autobuilder workers with 3.5. * Avoid python keywords as variable names * Simplify dict accesses using .get() * Rename resultsutils ->

[OE-core] [PATCH 2/2] oe-build-perf-report/gitarchive: Move common useful functions to library

2019-02-20 Thread Richard Purdie
These functions can be reused by the resulttool code so move to the common function library for this purpose. Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/gitarchive.py | 71 scripts/oe-build-perf-report | 90 --- 2 files

Re: [OE-core] [PATCH 2/2] kernel-fitimage.bbclass: Introduce a way to provide external dtb

2019-02-20 Thread Richard Purdie
On Tue, 2019-02-19 at 19:34 +, Manjukumar Harthikote Matha wrote: > Hi Philip, > > > -Original Message- > > From: Philip Balister [mailto:phi...@balister.org] > > Sent: Sunday, February 17, 2019 3:47 PM > > To: Manjukumar Harthikote Matha > > Cc: openembedded-core > > Subject: Re:

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Mittal, Anuj
On Wed, 2019-02-20 at 18:10 -0300, Fabio Berton wrote: > +PACKAGECONFIG[xvmc] = "-gallium-xvmc=true,-Dgallium- > xvmc=false,libxvmc" This is missing a '-D' ... Was a problem with my original patch as well. -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-20 Thread Yeoh, Ee Peng
Hi RP, Noted, thank you once again for your help and inputs! Really glad to hear that resulttool was ready! We shall plan forward for future improvement in html reports and graphs. Also we shall look into future test case development if needed. Cheers, Yeoh Ee Peng -Original

[OE-core] [PATCH] libsndfile1: Security fix CVE-2018-19432

2019-02-20 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../libsndfile/libsndfile1/CVE-2018-19432.patch| 115 + .../libsndfile/libsndfile1_1.0.28.bb | 1 + 2 files changed, 116 insertions(+) create mode 100644

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Alexander Kanavin
On Wed, 20 Feb 2019 at 08:58, Richard Purdie wrote: > > I guess xrandr needs to be in X11_DEPS, this was added in the > > original > > mega-patch, but overlooked in the split version. > > There were failures all over the autobuilder from this as well :( That's why I still think it would've been

Re: [OE-core] How to include fitImage-initramfs in rootfs image

2019-02-20 Thread Richard Leitner
On 24/01/2019 09:15, Robert Yang wrote: On 1/24/19 3:56 PM, Richard Leitner wrote: On 24/01/2019 08:52, Robert Yang wrote: On 1/24/19 3:31 PM, Robert Yang wrote: On 1/24/19 3:09 PM, Richard Leitner wrote: Hi, I'm currently facing issues on how to include a fitImage with devicetrees and a

Re: [OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-20 Thread Jack Mitchell
On 19/02/2019 20:45, Leon Woestenberg wrote: > Hello all, > > On Tue, Feb 19, 2019 at 8:28 PM Andre McCurdy wrote: >> On Tue, Feb 19, 2019 at 9:13 AM Leon Woestenberg wrote: >>> >>> Hello Mike, >>> >>> sounds familiar. >>> >>> On Tue, 19 Feb 2019 at 17:55, Mike Looijmans >>> wrote:

Re: [OE-core] [PATCH 1/3] kmod: upgrade to 26

2019-02-20 Thread Adrian Bunk
On Wed, Feb 20, 2019 at 09:40:35AM +0800, Chen Qi wrote: >... > --- a/meta/recipes-kernel/kmod/kmod.inc > +++ b/meta/recipes-kernel/kmod/kmod.inc > @@ -14,9 +14,9 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ > " > inherit autotools gtk-doc

[OE-core] [PATCH 1/5] python3-gitdb: upgrade 2.0.4 -> 2.0.5

2019-02-20 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-gitdb.inc | 4 ++-- .../python/{python3-gitdb_2.0.4.bb => python3-gitdb_2.0.5.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-gitdb_2.0.4.bb =>

[OE-core] [PATCH 2/5] python3-pbr: upgrade 5.1.1 -> 5.1.2

2019-02-20 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pbr_5.1.1.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.1.2.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.1.bb create mode 100644

[OE-core] [PATCH 3/5] python3-pip: upgrade 18.0 -> 19.0.2

2019-02-20 Thread Richard Purdie
The license checksum changed due to copyright year changes. Signed-off-by: Richard Purdie --- .../python/{python3-pip_18.0.bb => python3-pip_19.0.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pip_18.0.bb =>

[OE-core] [PATCH 4/5] python3-setuptools: upgrade 40.0.0 -> 40.8.0

2019-02-20 Thread Richard Purdie
Signed-off-by: Richard Purdie --- ...nditionally-do-not-fetch-code-by-easy_install.patch | 10 -- meta/recipes-devtools/python/python-setuptools.inc | 4 ++-- ...etuptools_40.0.0.bb => python-setuptools_40.8.0.bb} | 0 ...tuptools_40.0.0.bb => python3-setuptools_40.8.0.bb} | 0 4