Re: [meta-freescale] [PATCH 10/10] pulseaudio: Enable allow-autospawn-for-root as default

2018-09-10 Thread Carol Zhu
Hi Otavio, We rely on PulseAudio's autospawn feature to automatically start the daemon. Our boards have root as default user, so it's useful to be able to use PulseAudio autospawn for root. B.R. Carol -Original Message- From: Otavio Salvador Sent: 2018年9月8日 4:41 To: Carol Zhu Cc:

Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade to 1.13 for i.MX

2018-09-10 Thread Andreas Müller
On Tue, Aug 7, 2018 at 5:41 PM, Tom Hochstein wrote: > Signed-off-by: Tom Hochstein > --- > conf/machine/include/imx-base.inc | 4 > recipes-graphics/wayland/wayland-protocols_1.13.bb | 20 > 2 files changed, 24 insertions(+) > create mode 100644

[meta-freescale] linux-fslc merge 'v4.9.105' into imx_4.9.x_2.0.0_ga

2018-09-10 Thread Johannes Pointner
Hello, I just noticed that something went wrong during the merge of tag 'v4.9.105' into imx_4.9.x_2.0.0_ga (commit id 83174b99b192ce8b1f1bef0dcfd700c6f6b1a1b9). If you take a look a the file arch/arm/include/asm/kvm_mmu.h it has after the merge the same content as arch/arm64/include/asm/kvm_mmu.h

[meta-freescale] [PATCH 2/2] Revert "wayland-protocols: Downgrade to 1.13 for i.MX"

2018-09-10 Thread Andreas Müller
This reverts commit d48643e7826674b2fed265464904272b50698f8d. 1. It does not fetch - there is no mainline wayland-protocols-1.13.imx.tar.xz | ERROR: wayland-protocols-1.13.imx-r0 do_fetch: Fetcher failure for URL: 'https://wayland.freedesktop.org/releases/wayland-protocols-1.13.imx.tar.xz'.

[meta-freescale] [PATCH 1/2] linux-fslc: upgrade to latest in 4.17.x+fslc

2018-09-10 Thread Andreas Müller
This includes * CONFIG_TMPFS_POSIX_ACL=y * CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y in imx_v6_v7_defconfig Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc_4.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.17.bb

Re: [meta-freescale] linux-fslc merge 'v4.9.105' into imx_4.9.x_2.0.0_ga

2018-09-10 Thread Otavio Salvador
On Mon, Sep 10, 2018 at 10:29 AM Johannes Pointner wrote: > I just noticed that something went wrong during the merge of tag > 'v4.9.105' into imx_4.9.x_2.0.0_ga (commit id > 83174b99b192ce8b1f1bef0dcfd700c6f6b1a1b9). > If you take a look a the file arch/arm/include/asm/kvm_mmu.h it has > after

Re: [meta-freescale] [PATCH 10/10] pulseaudio: Enable allow-autospawn-for-root as default

2018-09-10 Thread Otavio Salvador
On Mon, Sep 10, 2018 at 4:58 AM Carol Zhu wrote: > We rely on PulseAudio's autospawn feature to automatically start the daemon. > Our boards have root as default user, so it's useful to be able to use > PulseAudio autospawn for root. I know but this is a distribution settings and not a BSP one.

Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade to 1.13 for i.MX

2018-09-10 Thread Andreas Müller
On Mon, Sep 10, 2018 at 5:13 PM, Tom Hochstein wrote: > > >> -Original Message- >> From: Andreas Müller >> Sent: Monday, September 10, 2018 3:13 AM >> To: Tom Hochstein >> Cc: meta-freescale Mailing List >> Subject: Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade >>

Re: [meta-freescale] [PATCH 1/2] linux-fslc: upgrade to latest in 4.17.x+fslc

2018-09-10 Thread Otavio Salvador
On Mon, Sep 10, 2018 at 9:49 AM Andreas Müller wrote: > > This includes > > * CONFIG_TMPFS_POSIX_ACL=y > * CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y > > in imx_v6_v7_defconfig > > Signed-off-by: Andreas Müller Applied. -- Otavio Salvador O.S. Systems

Re: [meta-freescale] Inserting my qt application to yocto image and runing it after startup

2018-09-10 Thread Otavio Salvador
On Sun, Sep 9, 2018 at 3:16 PM Gokhan Sahin wrote: > I generated an image with "fsl-image-qt5-validation-imx" for i.MX 6SoloX > SABRE Development Board. I can run the my application via Qt creator. > However, I don't know how to insert this application to yocto image in order > to run after

[meta-freescale] [meta-freescale-distro][PATCH] fsl-base.inc: Enable allow-autospawn-for-root as default

2018-09-10 Thread Yuqing Zhu
We rely on PulseAudio's autospawn feature to automatically start the daemon. Our boards have root as default user, so it's useful to be able to use PulseAudio autospawn for root. Signed-off-by: Yuqing Zhu --- conf/distro/include/fsl-base.inc | 3 +++ 1 file changed, 3 insertions(+) diff

[meta-freescale] [PATCH] wayland-protocols: Fix fetcher error

2018-09-10 Thread Tom Hochstein
The i.MX-specific recipe is using a standard archive, so the i.MX-specific recipe version cannot be used in the archive URL. Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade to 1.13 for i.MX

2018-09-10 Thread Tom Hochstein
> -Original Message- > From: Andreas Müller > Sent: Monday, September 10, 2018 3:13 AM > To: Tom Hochstein > Cc: meta-freescale Mailing List > Subject: Re: [meta-freescale] [PATCH v3 05/43] wayland-protocols: Downgrade > to 1.13 for i.MX > > On Tue, Aug 7, 2018 at 5:41 PM, Tom

Re: [meta-freescale] [PATCH 2/2] Revert "wayland-protocols: Downgrade to 1.13 for i.MX"

2018-09-10 Thread Otavio Salvador
On Mon, Sep 10, 2018 at 9:49 AM Andreas Müller wrote: > > This reverts commit d48643e7826674b2fed265464904272b50698f8d. > > 1. It does not fetch - there is no mainline wayland-protocols-1.13.imx.tar.xz >| ERROR: wayland-protocols-1.13.imx-r0 do_fetch: Fetcher failure for URL: >

[meta-freescale] [PATCH v2 2/2] wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version

2018-09-10 Thread Tom Hochstein
Fix the PACKAGE_ARCH so that our i.MX-specific version does not override the standard allarch version. Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [meta-freescale] [PATCH 10/10] pulseaudio: Enable allow-autospawn-for-root as default

2018-09-10 Thread Carol Zhu
Ok, I'll send a new patch. B.R. Carol -Original Message- From: Otavio Salvador Sent: 2018年9月10日 21:53 To: Carol Zhu Cc: meta-freescale Mailing List Subject: Re: [meta-freescale] [PATCH 10/10] pulseaudio: Enable allow-autospawn-for-root as default On Mon, Sep 10, 2018 at 4:58 AM

[meta-freescale] [PATCH v2 1/2] wayland-protocols: Fix fetcher error

2018-09-10 Thread Tom Hochstein
The i.MX-specific recipe is using a standard archive, so the i.MX-specific recipe version cannot be used in the archive URL. Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git