Re: [ptxdist] migrating a BSP from 2012.03.0 to 2019.03.1 ,

2019-04-12 Thread Patrick Murray
That was a path problem. I am now getting an error "git binary diffs" applying '0053-ENGR00141654-Mx53-SMD-Add-audio-support-for-upgradin.patch' patching file arch/arm/mach-mx5/board-mx53_loco.c patching file arch/arm/mach-mx5/board-mx53_smd.c applying '0054-ENGR00141732-SDMA-Fix-bootup-stop-at-s

Re: [ptxdist] [PATCH 2/2] u-boot: Allow generation of boot script

2019-04-12 Thread Alexander Dahl
Hello, Am Freitag, 12. April 2019, 16:09:56 CEST schrieb Michael Olbrich: > On Fri, Apr 12, 2019 at 03:17:33PM +0200, Alexander Dahl wrote: > > Am Freitag, 12. April 2019, 09:49:18 CEST schrieb Michael Olbrich: > > > On Thu, Apr 11, 2019 at 01:09:37PM +0200, Alexander Dahl wrote: > > > > # > > >

Re: [ptxdist] migrating a BSP from 2012.03.0 to 2019.03.1 ,

2019-04-12 Thread Michael Olbrich
On Fri, Apr 12, 2019 at 02:33:34PM +0100, Ian Abbott wrote: > On 12/04/2019 13:33, Patrick Murray wrote: > > I have installed ptxdist version 2019.03.1 onto a new Ubuntu host and I > > have tried to migrate my i.MX6 BSP (last used with version 2012.03.0 ) > > to 2019.03.1  , but > > > > I am getti

Re: [ptxdist] [PATCH 2/2] u-boot: Allow generation of boot script

2019-04-12 Thread Michael Olbrich
On Fri, Apr 12, 2019 at 03:17:33PM +0200, Alexander Dahl wrote: > Am Freitag, 12. April 2019, 09:49:18 CEST schrieb Michael Olbrich: > > On Thu, Apr 11, 2019 at 01:09:37PM +0200, Alexander Dahl wrote: > > > # > > > > > > --

Re: [ptxdist] migrating a BSP from 2012.03.0 to 2019.03.1 ,

2019-04-12 Thread Ian Abbott
On 12/04/2019 13:33, Patrick Murray wrote: I have installed ptxdist version 2019.03.1 onto a new Ubuntu host and I have tried to migrate my i.MX6 BSP (last used with version 2012.03.0 ) to 2019.03.1  , but I am getting this build-host error  with gcc and pkg-configure gcc version 8.2.0 (Ubunt

Re: [ptxdist] Fwd: Re: configure: error: cannot run C compiled programs

2019-04-12 Thread Ian Abbott
On 12/04/2019 13:29, Juergen Borleis wrote: Hi Pat, I apologise for mailing you direct , but from this link https://www.ptxdist.org/pages/support.html It's not clear how querys are submitted. just subscribe to the list (by sending an email with the subject "subscribe" to) and then send the m

Re: [ptxdist] [PATCH 2/2] u-boot: Allow generation of boot script

2019-04-12 Thread Alexander Dahl
Hello Michael, see my questions inline below. Am Freitag, 12. April 2019, 09:49:18 CEST schrieb Michael Olbrich: > On Thu, Apr 11, 2019 at 01:09:37PM +0200, Alexander Dahl wrote: > > From: Ahmad Fatoum > > > > U-Boot can be configured via the environment to look for a boot script > > in the roo

[ptxdist] [PATCH 2/2] mesalib: drop libdrm Freedreno dependency again

2019-04-12 Thread Lucas Stach
The version bump to 19.0.0 restored the Freedreno libdrm dependency by accident. As Mesa doesn't actually use Freedreno specific libdrm parts anymore this adds an unused library to the target rootfs. Signed-off-by: Lucas Stach --- rules/mesalib.in | 1 - 1 file changed, 1 deletion(-) diff --git

[ptxdist] [PATCH 1/2] mesalib: version bump 19.0.1 -> 19.0.2

2019-04-12 Thread Lucas Stach
Signed-off-by: Lucas Stach --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 7dacfc2ab530..468995854972 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_MESALIB)

[ptxdist] migrating a BSP from 2012.03.0 to 2019.03.1 ,

2019-04-12 Thread Patrick Murray
I have installed ptxdist version 2019.03.1 onto a new Ubuntu host and I have tried to migrate my i.MX6 BSP (last used with version 2012.03.0 ) to 2019.03.1 , but I am getting this build-host error with gcc and pkg-configure gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1) configure:3445: $? = 0 confi

[ptxdist] Fwd: Re: configure: error: cannot run C compiled programs

2019-04-12 Thread Juergen Borleis
Hi Pat, > I apologise for mailing you direct , but from this link > > https://www.ptxdist.org/pages/support.html > > It's not clear how querys are submitted. just subscribe to the list (by sending an email with the subject "subscribe" to ) and then send the message itself to the list via :) -

[ptxdist] [PATCH] weston: fix logind ptxconf symbol name

2019-04-12 Thread Lucas Stach
Signed-off-by: Lucas Stach --- rules/weston.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/weston.make b/rules/weston.make index c1021d65e846..23b03cff1695 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -57,7 +57,7 @@ WESTON_CONF_OPT := \

Re: [ptxdist] [PATCH] mii-diag: Fix download URL

2019-04-12 Thread Alexander Dahl
Hei hei, Am Freitag, 12. April 2019, 09:59:48 CEST schrieb Michael Olbrich: > On Fri, Apr 12, 2019 at 09:57:03AM +0200, Alexander Dahl wrote: > > urlcheck reported an error with the old URL. The package itself is long > > gone from Debian, upstream is dead. Use the Debian snapshot archive. > > I

Re: [ptxdist] [PATCH] mii-diag: Fix download URL

2019-04-12 Thread Michael Olbrich
On Fri, Apr 12, 2019 at 09:57:03AM +0200, Alexander Dahl wrote: > urlcheck reported an error with the old URL. The package itself is long > gone from Debian, upstream is dead. Use the Debian snapshot archive. I think it got moved to archive.debian.org. I think that 24c870588643c27f78840e793a46e35c

[ptxdist] [PATCH] mii-diag: Fix download URL

2019-04-12 Thread Alexander Dahl
urlcheck reported an error with the old URL. The package itself is long gone from Debian, upstream is dead. Use the Debian snapshot archive. Signed-off-by: Alexander Dahl --- rules/mii-diag.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/mii-diag.make b/rules/mii-d

Re: [ptxdist] [RFC PATCH] host-meson: add dependency to python setuptools

2019-04-12 Thread Michael Olbrich
On Thu, Apr 11, 2019 at 02:39:26PM +, Denis OSTERLAND wrote: > Fixes: > Traceback (most recent call last): > File "setup.py", line 25, in > from setuptools import setup > ImportError: No module named 'setuptools' You need to install python3-setuptools (that's the name of the Debian pack

Re: [ptxdist] [PATCH 2/2] u-boot: Allow generation of boot script

2019-04-12 Thread Michael Olbrich
On Thu, Apr 11, 2019 at 01:09:37PM +0200, Alexander Dahl wrote: > From: Ahmad Fatoum > > U-Boot can be configured via the environment to look for a boot script > in the rootfs. The boot script can then be used to customize the booting > process further. > > Cc: Denis OSTERLAND > Co-authored-by:

Re: [ptxdist] [PATCH v2] ptxd_lib_dgen: warn if host or image packages have targetinstall stage

2019-04-12 Thread Michael Olbrich
On Mon, Apr 08, 2019 at 11:39:50AM +0200, Roland Hieber wrote: > This point came up multiple times in the past and the special handling > of targetinstall stages lead to confusion when trying to depend on image > packages. Document it to prevent further confusion in that matter, and > warn the user