Re: [ptxdist] [PATCH] tf-a: new package for ARM trusted firmware A

2020-02-10 Thread Guillermo Rodriguez Garcia
Hello, El lun., 10 feb. 2020 a las 17:16, Ahmad Fatoum () escribió: > > Trusted Firmware-A (TF-A) is a reference implementation of secure world > software for Arm A-Profile architectures (Armv8-A and Armv7-A). > > Cc: Alejandro Vazquez > Signed-off-by: Rouven Czerwinski > Signed-off-by: Ahmad Fa

Re: [ptxdist] [PATCH] tf-a: new package for ARM trusted firmware A

2020-02-10 Thread Guillermo Rodriguez Garcia
El lun., 10 feb. 2020 a las 17:33, Ahmad Fatoum () escribió: > > Hello Guillermo, > > On 2/10/20 5:29 PM, Guillermo Rodriguez Garcia wrote: > > Hello, > > > > El lun., 10 feb. 2020 a las 17:16, Ahmad Fatoum > > () escribió: > >> > >> Trus

Re: [ptxdist] [PATCH] tf-a: new package for ARM trusted firmware A

2020-02-11 Thread Guillermo Rodriguez Garcia
DIR)/tf-a.install: > + @$(call targetinfo) > + > +ifeq ($(TF_A_ARTIFACTS),) > + $(warning TF_A_ARTIFACTS is empty. nothing to install.) > +else > + @install -D -m644 $(TF_A_ARTIFACTS) $(IMAGEDIR) > +endif Shouldn't this (copying files to IMAGEDIR) happen in

Re: [ptxdist] [PATCH] tf-a: new package for ARM trusted firmware A

2020-02-11 Thread Guillermo Rodriguez Garcia
Hi Ahmad, El mar., 11 feb. 2020 a las 16:22, Ahmad Fatoum () escribió: > > Hi, > > On 2/11/20 9:37 AM, Guillermo Rodriguez Garcia wrote: > > Hi Ahmad, > > > > Some other questions and comments, please see below. > > > > El lun., 10 feb. 2020

Re: [ptxdist] [PATCH] tf-a: new package for ARM trusted firmware A

2020-02-12 Thread Guillermo Rodriguez Garcia
Hi Ahmad, El mar., 11 feb. 2020 a las 17:53, Ahmad Fatoum () escribió: > > Hello Guillermo, > > On 2/11/20 5:27 PM, Guillermo Rodriguez Garcia wrote: > > Hi Ahmad, > > > > El mar., 11 feb. 2020 a las 16:22, Ahmad Fatoum > > () escribió: > >> >

Re: [ptxdist] [PATCH] tf-a: new package for ARM trusted firmware A

2020-02-12 Thread Guillermo Rodriguez Garcia
El mié., 12 feb. 2020 a las 10:28, Ahmad Fatoum () escribió: > > Hi, > > On 2/12/20 10:07 AM, Guillermo Rodriguez Garcia wrote: > >>> Uhm, here I didn't need to specify CROSS_ENV and things seemed to work > >>> just fine. > >> > >> CROSS_E

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-13 Thread Guillermo Rodriguez Garcia
east be configurable? For example there is no /usr/lib/firmware in my platform. Guillermo > + $(TF_A_ARTIFACTS_SRC) > +endif > + @$(call touch) > + > +# > > +# Target-Install > +# > > + > +$(STATEDIR)/tf-a.targetinstall: > + @$(call targetinfo) > +ifeq ($(TF_A_ARTIFACTS_SRC),) > + $(warning TF_A_ARTIFACTS is empty. nothing to install.) > +else > + @install -D -m644 $(TF_A_ARTIFACTS_SRC) $(IMAGEDIR) > +endif > + @$(call touch) > + > +# > > +# Clean > +# > > + > +$(STATEDIR)/tf-a.clean: > + @$(call targetinfo) > + @$(call clean_pkg, TF_A) > + @rm -f $(addprefix $(PTXCONF_SYSROOT_TARGET)/usr/lib/firmware/, \ > + TF_A_ARTIFACTS_DEST) > + @rm -f $(addprefix $(IMAGEDIR), TF_A_ARTIFACTS_DEST) > + > +# vim: syntax=make > -- > 2.25.0 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-13 Thread Guillermo Rodriguez Garcia
El jue., 13 feb. 2020 a las 14:30, Ahmad Fatoum () escribió: > > On 2/13/20 1:59 PM, Guillermo Rodriguez Garcia wrote: > > Hi Ahmad, > > > > El mié., 12 feb. 2020 a las 17:40, Ahmad Fatoum > > () escribió: > >> > >> Trusted Firmware-A (TF-

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-13 Thread Guillermo Rodriguez Garcia
El jue., 13 feb. 2020 a las 15:32, Ahmad Fatoum () escribió: > > On 2/13/20 3:28 PM, Ahmad Fatoum wrote: > > On 2/13/20 3:25 PM, Guillermo Rodriguez Garcia wrote: > >> El jue., 13 feb. 2020 a las 14:30, Ahmad Fa

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-13 Thread Guillermo Rodriguez Garcia
El jue., 13 feb. 2020 a las 15:44, Ahmad Fatoum () escribió: > > On 2/13/20 3:35 PM, Guillermo Rodriguez Garcia wrote: > > El jue., 13 feb. 2020 a las 15:32, Ahmad Fatoum > > () escribió: > >> > >> On 2/13/20 3:28 PM, Ahmad Fatoum wrote: > >>> On 2

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-13 Thread Guillermo Rodriguez Garcia
El jue., 13 feb. 2020 a las 16:08, Ahmad Fatoum () escribió: > > On 2/13/20 4:05 PM, Guillermo Rodriguez Garcia wrote: > > >>>>> > >>>>>>>>> +# > >>>>>>>>>

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-13 Thread Guillermo Rodriguez Garcia
El jue., 13 feb. 2020 a las 16:27, Ahmad Fatoum () escribió: > > On 2/13/20 4:24 PM, Guillermo Rodriguez Garcia wrote: > > El jue., 13 feb. 2020 a las 16:08, Ahmad Fatoum > > () escribió: > >> > >> On 2/13/20 4:05

Re: [ptxdist] [PATCH] u-boot: Add support for custom make options

2020-02-14 Thread Guillermo Rodriguez Garcia
,8 @@ U_BOOT_WRAPPER_BLACKLIST := \ > U_BOOT_CONF_OPT:= \ > -C $(U_BOOT_DIR) \ > O=$(U_BOOT_BUILD_DIR) \ > - V=$(PTXDIST_VERBOSE) > + V=$(PTXDIST_VERBOSE) \ > + $(call remove_quotes,$(PTXCONF_U_BOOT_CUSTOM_MAKE_OPTS)) > > U_BOOT_

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-17 Thread Guillermo Rodriguez Garcia
t; > - fix clean stage to delete proper artifacts > > --- > > platforms/tf-a.in | 138 ++ > > rules/tf-a.make | 114 ++ > > 2 files changed, 252 insertions(+) > > create mode 10

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-18 Thread Guillermo Rodriguez Garcia
El mar., 18 feb. 2020 a las 8:36, Michael Olbrich () escribió: > > On Mon, Feb 17, 2020 at 05:33:57PM +0100, Guillermo Rodriguez Garcia wrote: > > El lun., 17 feb. 2020 a las 17:26, Michael Tretter > > () escribió: > > > > > > On Wed, 12 Feb 2020 17:40:33 +0100,

Re: [ptxdist] [PATCH v4] tf-a: new package for ARM trusted firmware A

2020-03-19 Thread Guillermo Rodriguez Garcia
> +TF_A_ARTIFACTS_DEST = $(subst > $(TF_A_BUILD_OUTPUT_DIR)/,,$(TF_A_ARTIFACTS_SRC)) > + > +$(STATEDIR)/tf-a.install: > + @$(call targetinfo) > + @$(foreach artifact, $(TF_A_ARTIFACTS_SRC), \ > + install -v -D -m 644 $(artifact) \ > + $(TF_A_PKGDIR)/usr/lib/firmware/$(notdir > $(artifact))$(ptx/nl)) > + @$(call touch) > + > +# > > +# Target-Install > +# > > + > +$(STATEDIR)/tf-a.targetinstall: > + @$(call targetinfo) > + @$(foreach artifact, $(TF_A_ARTIFACTS_SRC), \ > + install -v -D -m 644 $(artifact) \ > + $(IMAGEDIR)/$(notdir $(artifact))$(ptx/nl)) > + @$(call touch) > + > +# > > +# Clean > +# > > + > +$(STATEDIR)/tf-a.clean: > + @$(call targetinfo) > + @rm -f $(addprefix $(IMAGEDIR)/, $(TF_A_ARTIFACTS_DEST)) > + @$(call clean_pkg, TF_A) > + > +# vim: syntax=make > -- > 2.25.0 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [RFC PATCH 1/3] imx-uuc: new package

2020-03-26 Thread Guillermo Rodriguez Garcia
El mié., 25 mar. 2020 a las 19:44, Roland Hieber () escribió: > > +IMX_UUC_VERSION:= d6afb27e55d73d7ad08cd2dd51c784d8ec9694dc > > Nitpick: I don't know how picky opkg-based systems are with having > monotonically increasing version numbers, but in case someone uses them > to update software, yo

Re: [ptxdist] [PATCH] tf-a: Allow to build for multiple platforms

2020-09-24 Thread Guillermo Rodriguez Garcia
ically it would be good to be able to build several boardconfigs for the same board (e.g. a debug config and a production config). Do you know if this is currently possible? Thanks, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mai

Re: [ptxdist] [PATCH v2] ptxd_make_fit_image: Add support for kernel load/entry addresses

2020-11-13 Thread Guillermo Rodriguez Garcia
> hash-1 { > > algo = "sha256"; > > }; > > @@ -33,6 +46,7 @@ EOF > > description = "initramfs"; > > data = /incbin/("

Re: [ptxdist] Generate UBIFS Images

2021-01-25 Thread Guillermo Rodriguez Garcia
ps://github.com/pengutronix/genimage/blob/master/README.rst#ubifs Not sure why genimage does not support specifying max_leb_cnt directly, but I guess you can pass it to mkfs.ubifs via extraargs (-c xxx) Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-requ...@pengutronix.de

[ptxdist] Regenerating debug files for debugging a core dump

2021-05-25 Thread Guillermo Rodriguez Garcia
same sources (ptxdist clean + ptxdist go), will the generated debug files be valid for debugging the core dump? I guess the general question is: should we be storing debug files for each release, or can we rely on regenerating these from scratch when needed? Thank you, Guillermo Rodriguez G

Re: [ptxdist] Regenerating debug files for debugging a core dump

2021-05-26 Thread Guillermo Rodriguez Garcia
Hi Michael, El mié, 26 may 2021 a las 11:32, Michael Olbrich () escribió: > Hi, > > On Tue, May 25, 2021 at 04:43:54PM +0200, Guillermo Rodriguez Garcia wrote: > > I am trying to debug a core dump from a system based on > ptxdist-2018.05.0. > > > > I see that the

[ptxdist] Kernel GCC plugins

2021-07-16 Thread Guillermo Rodriguez Garcia
. Is it possible to avoid this? BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-requ...@pengutronix.de

Re: [ptxdist] Kernel GCC plugins

2021-07-16 Thread Guillermo Rodriguez Garcia
Hello, El viernes, 16 de julio de 2021, Alexander Dahl escribió: > Hei hei, > > On Fri, Jul 16, 2021 at 01:32:29PM +0200, Guillermo Rodriguez Garcia wrote: > > I notice that the kernelconfig files changes depending on the host gcc > > version; in particular depending on

Re: [ptxdist] Kernel GCC plugins

2021-07-19 Thread Guillermo Rodriguez Garcia
Hello, El vie, 16 jul 2021 a las 15:04, Michael Olbrich () escribió: > On Fri, Jul 16, 2021 at 02:45:40PM +0200, Guillermo Rodriguez Garcia wrote: > > El viernes, 16 de julio de 2021, Alexander Dahl > escribió: > > > On Fri, Jul 16, 2021 at 01:32:29PM +0200, Guillermo Rod

Re: [ptxdist] Kernel GCC plugins

2021-07-20 Thread Guillermo Rodriguez Garcia
Hello, El mar, 20 jul 2021 a las 14:02, Michael Olbrich () escribió: > Hi, > > On Mon, Jul 19, 2021 at 01:45:44PM +0200, Guillermo Rodriguez Garcia wrote: > > El vie, 16 jul 2021 a las 15:04, Michael Olbrich (< > m.olbr...@pengutronix.de>) > > escribió: > >

[ptxdist] Host and target triplets

2021-07-21 Thread Guillermo Rodriguez Garcia
Hello, Are there any variables in ptxdist holding the host and target triplets, such as: Host: x86_64-unknown-linux-gnu Target: amrv7-unknown-linux-gnueabihf Thanks, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list

Re: [ptxdist] Host and target triplets

2021-07-21 Thread Guillermo Rodriguez Garcia
El mié, 21 jul 2021 a las 17:15, Michael Olbrich () escribió: > Hi, > > On Wed, Jul 21, 2021 at 04:07:34PM +0200, Guillermo Rodriguez Garcia wrote: > > Are there any variables in ptxdist holding the host and target triplets, > > such as: > > > > Host: x86_64-un

Re: [ptxdist] Host and target triplets

2021-07-22 Thread Guillermo Rodriguez Garcia
Hi Michael, El mié, 21 jul 2021 a las 18:35, Guillermo Rodriguez Garcia (< guille.rodrig...@gmail.com>) escribió: > > El mié, 21 jul 2021 a las 17:15, Michael Olbrich (< > m.olbr...@pengutronix.de>) escribió: > >> Hi, >> >> On Wed, Jul 21, 2021 at 04

Re: [ptxdist] Host and target triplets

2021-07-22 Thread Guillermo Rodriguez Garcia
Hi, El jueves, 22 de julio de 2021, Michael Olbrich escribió: > On Thu, Jul 22, 2021 at 12:29:49PM +0200, Guillermo Rodriguez Garcia wrote: > > El mié, 21 jul 2021 a las 18:35, Guillermo Rodriguez Garcia (< > > guille.rodrig...@gmail.com>) escribió: > > > E

Re: [ptxdist] [PATCH] rust: new package

2021-08-04 Thread Guillermo Rodriguez Garcia
-- > > + > > +$(STATEDIR)/host-rust.install.post: > > + @$(call targetinfo) > > + > > + @cd "$(HOST_RUST_DIR)" && sh install.sh $(HOST_RUST_INSTALL_OPTS) > > + @cd "$(PTXDIST_SYSROOT_HOST)/lib/rustl

Re: [ptxdist] [PATCH] rust: new package

2021-08-04 Thread Guillermo Rodriguez Garcia
El mié, 4 ago 2021 a las 12:16, Michael Olbrich () escribió: > On Wed, Aug 04, 2021 at 11:52:49AM +0200, Guillermo Rodriguez Garcia wrote: > > El mié, 4 ago 2021 a las 9:41, Michael Olbrich (< > m.olbr...@pengutronix.de>) > > escribió: > > > > > On Fri, Jul

Re: [ptxdist] [PATCH] rust: new package

2021-08-05 Thread Guillermo Rodriguez Garcia
So if you keep those rules locally, > you should add that to the downloads. This way, they will be cached with > the rest of the source. Take a look at what I did for the toolchain. > Just for the record, looks like there are no hidden downloads. The package that is donwloaded incl

Re: [ptxdist] [PATCH] rust: new package

2021-08-12 Thread Guillermo Rodriguez Garcia
Hi Michael, El vie, 6 ago 2021 a las 8:25, Michael Olbrich () escribió: > On Thu, Aug 05, 2021 at 07:36:36PM +0200, Guillermo Rodriguez Garcia wrote: > > El mié, 4 ago 2021 a las 9:41, Michael Olbrich (< > m.olbr...@pengutronix.de>) > > escribió: > > > >

Re: [ptxdist] [PATCH 0/2] Add u-boot template

2021-08-26 Thread Guillermo Rodriguez Garcia
-- > 2.30.2 > > > ___ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to > ptxdist-requ...@pengutronix.de > -- Guillermo Rodriguez Garcia guille.rodrig...@gma

Re: [ptxdist] [PATCH 0/2] Add u-boot template

2021-08-26 Thread Guillermo Rodriguez Garcia
Hi Alexandar, El jue, 26 ago 2021 a las 14:25, Alexander Dahl () escribió: > Hello Guillermo, > > Am Thu, Aug 26, 2021 at 01:43:25PM +0200 schrieb Guillermo Rodriguez > Garcia: > > Hi Alexander, > > > > El jueves, 26 de agosto de 2021, Alexander Dahl > escribió:

[ptxdist] TF-A FIP format and U-Boot

2021-09-29 Thread Guillermo Rodriguez Garcia
he install target of tf-a, but at that time the images have not yet been copied to their final destination (platform/images..). Which is the proper way to work around this? Thanks, -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist ma

Re: [ptxdist] TF-A FIP format and U-Boot

2021-09-30 Thread Guillermo Rodriguez Garcia
Hi Michael, El jue, 30 sept 2021 a las 12:55, Michael Olbrich () escribió: > Hi, > > On Wed, Sep 29, 2021 at 05:57:54PM +0200, Guillermo Rodriguez Garcia wrote: > > TF-A recently introduced the FIP ("Firmware Image Package") which is a > > format for embedding othe

Re: [ptxdist] TF-A FIP format and U-Boot

2021-10-04 Thread Guillermo Rodriguez Garcia
Hi, El vie, 1 oct 2021 a las 14:27, Roland Hieber () escribió: > On Thu, Sep 30, 2021 at 02:10:15PM +0200, Guillermo Rodriguez Garcia wrote: > > > So for such a use-case, the files must be installed in the install > stage. > > > Note, that you cannot install the fi

Re: [ptxdist] Yocto

2017-09-11 Thread Guillermo Rodriguez Garcia
Yocto to say > if that will be easier/better. > > So hence the question, anybody out there that tried both and picked > ptxdist (or yocto) for a reason ? > > - Erwin > > > > _______ > ptxdist mailing list > ptxd

[ptxdist] How to create "hotfix" packages

2017-10-31 Thread Guillermo Rodriguez Garcia
ilt. Is it possible to have ptxdist build an .ipk package that will not be included in the filesystem images ? I was hoping that marking the package as "M" in ptxdist menuconfig would do the trick :) but that doesn't do what I thought. Thank you, Guillermo Rodriguez Garcia g

Re: [ptxdist] How to create "hotfix" packages

2017-11-02 Thread Guillermo Rodriguez Garcia
Hello Michael, 2017-11-01 12:01 GMT+01:00 Michael Olbrich : > Hi, > > On Tue, Oct 31, 2017 at 06:28:14PM +0100, Guillermo Rodriguez Garcia wrote: > > For a ptxdist BSP I am managing I need to create a "hotfix" package to > > patch a number of files on already

Re: [ptxdist] How to create "hotfix" packages

2017-11-02 Thread Guillermo Rodriguez Garcia
2017-11-02 13:38 GMT+01:00 Michael Olbrich : > On Thu, Nov 02, 2017 at 01:20:17PM +0100, Guillermo Rodriguez Garcia wrote: > > 2017-11-01 12:01 GMT+01:00 Michael Olbrich : > > > On Tue, Oct 31, 2017 at 06:28:14PM +0100, Guillermo Rodriguez Garcia > wrote: > > > >

Re: [ptxdist] How to create "hotfix" packages

2017-11-02 Thread Guillermo Rodriguez Garcia
Hi, 2017-11-02 16:33 GMT+01:00 Michael Olbrich : > On Thu, Nov 02, 2017 at 04:19:03PM +0100, Guillermo Rodriguez Garcia wrote: > > 2017-11-02 13:38 GMT+01:00 Michael Olbrich : > > > > > If you use the regular images, then you can create a "lazy" > package. &

[ptxdist] Error building host-glib (gdbus-codegen: No such file or directory)

2018-01-23 Thread Guillermo Rodriguez Garcia
was fixed related to the python search paths in ptxdist 2013.03.0 -- but that fix should already be present in ptxdist-2014.06.0. Any ideas or hints on where to start looking? Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist ma

[ptxdist] Platform-specific kernel patchset not applied to kernel headers package?

2018-01-25 Thread Guillermo Rodriguez Garcia
series. file be used instead? Best regards, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package?

2018-01-29 Thread Guillermo Rodriguez Garcia
2018-01-26 13:58 GMT+01:00 Michael Olbrich : > Hi, > > On Fri, Jan 26, 2018 at 01:40:31PM +0100, Alexander Dahl wrote: > > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia > wrote: > > > I am creating a ptxdist BSP and have a series. patchset for a

Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package?

2018-01-29 Thread Guillermo Rodriguez Garcia
2018-01-26 13:40 GMT+01:00 Alexander Dahl : > Hei hei, > > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia wrote: > > I am creating a ptxdist BSP and have a series. patchset for a > > given kernel version. I have noticed that this patchset

Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package?

2018-01-29 Thread Guillermo Rodriguez Garcia
Hi, 2018-01-29 11:37 GMT+01:00 Michael Olbrich : > Hi, > > On Mon, Jan 29, 2018 at 10:51:07AM +0100, Guillermo Rodriguez Garcia wrote: > > 2018-01-26 13:58 GMT+01:00 Michael Olbrich : > > > On Fri, Jan 26, 2018 at 01:40:31PM +0100, Alexander Dahl wrote: > > > >

[ptxdist] CROSS_NASM dependency in gst-libav

2018-01-31 Thread Guillermo Rodriguez Garcia
dded Linux targets ? [1]: https://libav.org/documentation/platform.html#Unix_002dlike Best regards, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] HOST_ORC and HOST_GLIB dependencies in gstreamer packages

2018-01-31 Thread Guillermo Rodriguez Garcia
Hi all, More questions about gstreamer packages: Why/where are the HOST_ORC and HOST_GLIB packages required? Are these for specific plugins perhaps? Disabling these dependencies and rebuilding the packages seems to work fine.. Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [ptxdist] CROSS_NASM dependency in gst-libav

2018-02-01 Thread Guillermo Rodriguez Garcia
Hi Michael, 2018-02-01 12:16 GMT+01:00 Michael Olbrich : > Hi, > > On Wed, Jan 31, 2018 at 05:14:11PM +0100, Guillermo Rodriguez Garcia wrote: > > I see that gst-libav.in selects CROSS_NASM. > > > > Question: Is this a generic requirement? The documentation at [1] has

Re: [ptxdist] HOST_ORC and HOST_GLIB dependencies in gstreamer packages

2018-02-01 Thread Guillermo Rodriguez Garcia
2018-02-01 12:20 GMT+01:00 Michael Olbrich : > On Wed, Jan 31, 2018 at 05:38:20PM +0100, Guillermo Rodriguez Garcia wrote: > > More questions about gstreamer packages: Why/where are the HOST_ORC and > > HOST_GLIB packages required? Are these for specific plugins perhaps? >

[ptxdist] mediastreamer2: Bad search path when relinking library

2018-02-02 Thread Guillermo Rodriguez Garcia
togen.sh @$(call touch) This way, host-intltool is installed before autogen.sh is run, so that part work. But this creates other problems: The install stage fails when trying to relink some libraries. What is the proper way to do this? Thank you, Guillermo Rodriguez Garcia guille.rod

Re: [ptxdist] mediastreamer2: Bad search path when relinking library

2018-02-05 Thread Guillermo Rodriguez Garcia
Hi, 2018-02-02 16:46 GMT+01:00 Michael Olbrich : > Hi, > > On Fri, Feb 02, 2018 at 11:59:03AM +0100, Guillermo Rodriguez Garcia wrote: > > I am trying to create a ptxdist package for mediastreamer2. By default, > > releases come without a configure script, and wi

Re: [ptxdist] mediastreamer2: Bad search path when relinking library

2018-02-05 Thread Guillermo Rodriguez Garcia
2018-02-05 11:25 GMT+01:00 Michael Olbrich : > On Mon, Feb 05, 2018 at 11:05:40AM +0100, Guillermo Rodriguez Garcia wrote: > > Hi, > > > > 2018-02-02 16:46 GMT+01:00 Michael Olbrich : > > > > > Hi, > > > > > > On Fri, Feb 02, 2018 at 11:59:03A

[ptxdist] libjpeg-turbo and libjpeg

2018-02-13 Thread Guillermo Rodriguez Garcia
to what is done in alsa.in/alsa.make to select between the "full" and "light" versions of the library. 3. Other? Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] libjpeg-turbo and libjpeg

2018-02-13 Thread Guillermo Rodriguez Garcia
2018-02-13 16:37 GMT+01:00 Michael Olbrich : > Hi, > > On Tue, Feb 13, 2018 at 10:23:09AM +0100, Guillermo Rodriguez Garcia wrote: > > I need to use libjpeg-turbo for some apps that rely on specific > > libjpeg-turbo extensions that are not available in the standard (IJG&#

Re: [ptxdist] libjpeg-turbo and libjpeg

2018-02-14 Thread Guillermo Rodriguez Garcia
Hi Michael, 2018-02-14 8:49 GMT+01:00 Michael Olbrich : > On Tue, Feb 13, 2018 at 05:12:14PM +0100, Guillermo Rodriguez Garcia wrote: > > 2018-02-13 16:37 GMT+01:00 Michael Olbrich : > > > On Tue, Feb 13, 2018 at 10:23:09AM +0100, Guillermo Rodriguez Garcia > wrote: > >

Re: [ptxdist] libjpeg-turbo and libjpeg

2018-02-14 Thread Guillermo Rodriguez Garcia
2018-02-14 10:22 GMT+01:00 Guillermo Rodriguez Garcia < guille.rodrig...@gmail.com>: > Hi Michael, > > 2018-02-14 8:49 GMT+01:00 Michael Olbrich : > >> On Tue, Feb 13, 2018 at 05:12:14PM +0100, Guillermo Rodriguez Garcia >> wrote: >> > 2018-02-13 16:37 GM

[ptxdist] Multiple "vendor" kernels based on the same upstream kernel version

2018-03-07 Thread Guillermo Rodriguez Garcia
uot;4.1-foo" or "4.1-bar", which obviously fails. Any hints? -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [ANNOUNCE] PTXdist 2018.06.0 released

2018-06-15 Thread Guillermo Rodriguez Garcia
this releae -- fuse-zip was also moved out of staging :) BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] The second symbolic links are not copied to the target

2018-07-05 Thread Guillermo Rodriguez Garcia
83ccd134474, log message was: ptxd_install_shared: don't install last link It's only needed at build time. Is this causing any actual problems? BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] The second symbolic links are not copied to the target

2018-07-05 Thread Guillermo Rodriguez Garcia
I can't talk about GStreamer but dynamic library loading in Java is a bit different. There are no elf files involved. Java applications/libraries can request that a native library is loaded via the System.loadLibrary runtime API. This takes a "generic" (platform independent) lib

Re: [ptxdist] The second symbolic links are not copied to the target

2018-07-06 Thread Guillermo Rodriguez Garcia
Hi Michael, 2018-07-06 11:54 GMT+02:00 Michael Olbrich : > On Thu, Jul 05, 2018 at 02:50:13PM +0200, Guillermo Rodriguez Garcia wrote: >> 2018-07-05 14:22 GMT+02:00 Michael Olbrich : >> > On Thu, Jul 05, 2018 at 01:02:47PM +0200, Alejandro Vázquez wrote: >> >> Yes. A

[ptxdist] fbv package removed

2018-10-05 Thread Guillermo Rodriguez Garcia
this as a patch? Thanks, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] fbv package removed

2018-10-05 Thread Guillermo Rodriguez Garcia
El vie., 5 oct. 2018 a las 12:22, Roland Hieber () escribió: > > On Fri, Oct 05, 2018 at 12:17:45PM +0200, Guillermo Rodriguez Garcia wrote: > > Hi all, > > > > I just noticed that the fbv package has been removed after one year in > > staging. I am using this on seve

Re: [ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Guillermo Rodriguez Garcia
g) > > + > > + @$(call install_copy, stm32flash, 0, 0, 0755, -, /usr/bin/stm32flash) > > + > > + @$(call install_finish, stm32flash) > > + > > + @$(call touch) > > + > > While you're at it, no need for a double blank line here :) OK :) Guillermo > > - Roland > > > + > > +# vim: syntax=make > > -- > > 2.5.4 (Apple Git-61) > > > > > > ___ > > ptxdist mailing list > > ptxdist@pengutronix.de > > -- > Roland Hieber | r.hie...@pengutronix.de | > Pengutronix e.K. | https://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] stm32flash: New package

2018-10-06 Thread Guillermo Rodriguez Garcia
El vie., 5 oct. 2018 a las 16:04, Michael Olbrich () escribió: > > On Fri, Oct 05, 2018 at 12:43:01PM +0200, Guillermo Rodriguez Garcia wrote: > > > > +# > > > > -

[ptxdist] GNU Classpath moved to staging

2018-10-16 Thread Guillermo Rodriguez Garcia
though. Can we move this out of staging ? Regards, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] imx-kobs: New package

2018-10-23 Thread Guillermo Rodriguez Garcia
Hi Alexander, El mar., 23 oct. 2018 a las 13:00, Alexander Dahl () escribió: > > Hei hei, > > this is strange, I was just working on a new package for the very same tool. > o.O :) > Am Dienstag, 23. Oktober 2018, 11:23:36 CEST schrieb Guillermo Rodríguez: > > The imx-kobs tool is used to create

Re: [ptxdist] [PATCH v2] imx-kobs: New package

2018-10-23 Thread Guillermo Rodriguez Garcia
Hi Ladislav, El mar., 23 oct. 2018 a las 17:10, Ladislav Michl () escribió: > just a side note, changelog bellow is not part of commit log, so it > should be placed bellow "---". Noted, thank you! Guillermo ___ ptxdist mailing list ptxdist@pengutronix

Re: [ptxdist] GNU Classpath moved to staging

2018-10-30 Thread Guillermo Rodriguez Garcia
Hi all, El mar., 16 oct. 2018 a las 17:27, Guillermo Rodriguez Garcia () escribió: > > Hi all, > > In commit 6f058ada, GNU Classpath was moved to staging with the comment: > > "Old, obsolete package that fails to build with OpenJDK 9" > > I am using this on s

Re: [ptxdist] [PATCH] classpath: Fix building with OpenJDK 1.8

2018-11-08 Thread Guillermo Rodriguez Garcia
es/classpath.in > index 67b5dca..16017b2 100644 > --- a/rules/classpath.in > +++ b/rules/classpath.in > @@ -1,6 +1,4 @@ > -## SECTION=staging > -## old section: > -### SECTION=bytecode_engines > +## SECTION=bytecode_engines > > c

Re: [ptxdist] [PATCH] u-boot: Add support for SPL for non-OMAP CPUs

2018-11-08 Thread Guillermo Rodriguez Garcia
-m644 $(U_BOOT_DIR)/MLO $(IMAGEDIR)/MLO > endif > @@ -88,6 +91,7 @@ $(STATEDIR)/u-boot.clean: > @$(call targetinfo) > @$(call clean_pkg, U_BOOT) > @rm -f $(IMAGEDIR)/u-boot.bin $(IMAGEDIR)/u-boot.srec > $(IMAGEDIR)/u-boot.elf > + @rm -f $(IMAGEDIR)/u-boot.img $(IMAGEDIR)/SPL $(IMAGEDIR)/MLO > @rm -f $(IMAGEDIR)/u-boot.imx > > # vim: syntax=make > -- > 1.9.1 > -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] classpath: Fix building with OpenJDK 1.8

2018-11-16 Thread Guillermo Rodriguez Garcia
Hi Michael, El vie., 16 nov. 2018 a las 9:08, Michael Olbrich () escribió: > > Hi, > On Thu, Nov 08, 2018 at 05:26:11PM +0100, Guillermo Rodriguez Garcia wrote: > > Any feedback on this one ? > > I was just waiting to get the release out of the door. I've applied this

Re: [ptxdist] [PATCH] classpath: Fix for building with OpenJDK-1.8 (again)

2018-11-16 Thread Guillermo Rodriguez Garcia
list > > ptxdist@pengutronix.de > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | > > ___ > ptxdist mailing list > ptxdist@pengutronix.de -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] classpath: Fix for building with OpenJDK-1.8 (again)

2018-11-19 Thread Guillermo Rodriguez Garcia
El sáb., 17 nov. 2018 a las 14:50, Michael Olbrich () escribió: > > On Sat, Nov 17, 2018 at 01:33:19AM +0100, Guillermo Rodriguez Garcia wrote: > > El viernes, 16 de noviembre de 2018, Michael Olbrich < > > m.olbr...@pengutronix.de> escribió: > > > > > O

[ptxdist] Copying kernel and uboot to /boot in target filesystem image

2018-12-21 Thread Guillermo Rodriguez Garcia
: select U_BOOT if ROOTFS_EXTRA_COPY_UBOOT_FILES select KERNEL if ROOTFS_EXTRA_COPY_KERNEL_FILES But for u-boot I get the following: warning: 'select' used by config symbol 'ROOTFS_EXTRA' refers to undefined symbol 'U_BOOT' Why is this, and how can I solve it? Thank yo

Re: [ptxdist] Copying kernel and uboot to /boot in target filesystem image

2018-12-21 Thread Guillermo Rodriguez Garcia
Hi Alexander, El vie., 21 dic. 2018 a las 14:02, Alexander Dahl () escribió: > > Hei hei, > > Am Freitag, 21. Dezember 2018, 13:17:52 CET schrieb Guillermo Rodriguez > Garcia: > > I want to have ptxdist copy the generated kernel and uboot binaries to > > the /b

Re: [ptxdist] Copying kernel and uboot to /boot in target filesystem image

2018-12-21 Thread Guillermo Rodriguez Garcia
Hello, El vie., 21 dic. 2018 a las 15:16, Alexander Dahl () escribió: > > Hello, > > Am Freitag, 21. Dezember 2018, 14:27:12 CET schrieb Guillermo Rodriguez > Garcia: > > > PTXCONF_U_BOOT is in platformconfig, so I guess your .in file can only > > > depend on it,

Re: [ptxdist] [PATCH] fbset: Add option to install /etc/fb.modes

2019-08-07 Thread Guillermo Rodriguez Garcia
ES > > + @$(call install_alternative, fbset, 0, 0, 0644, /etc/fb.modes) > > +endif > > Hmmm, I don't like options that are broken by default. > OK, although this is disabled by default. I assume that users that enable it have a

[ptxdist] Ptxdist BSP for STM32MP15x SoC

2019-09-02 Thread Guillermo Rodriguez Garcia
. Thanks, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Ptxdist BSP for STM32MP15x SoC

2019-09-03 Thread Guillermo Rodriguez Garcia
Hi Robert, El lun., 2 sept. 2019 a las 23:26, Robert Schwebel (< r.schwe...@pengutronix.de>) escribió: > Hi, > > On Mon, Sep 02, 2019 at 07:35:25PM +0200, Guillermo Rodriguez Garcia wrote: > > Is someone using ptxdist with STM32MP15x based targets? ST only supports >

[ptxdist] how to integrate python modules using find_library

2019-11-05 Thread Guillermo Rodriguez Garcia
/ctypes/util.py#L309 Thanks, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] python3-numpy: New package

2019-11-12 Thread Guillermo Rodriguez Garcia
ld be added here as well. > Not sure how this works, let me give it a try. BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH v3] python3-numpy: New package

2019-11-14 Thread Guillermo Rodriguez Garcia
\ > > file://numpy/core/src/multiarray/dragon4.c;startline=2;endline=22;md5=19537439573c5696a922ed7957c5b37e > \ > > (numpy/linalg/lapack_lite/LICENSE.txt is currently missing in the > tarball, see https://github.com/numpy/numpy/issues/13295) > > For reference, that last one can be generated with a > > sed -n 2,22p < inputfilename | md5sum > > Please check if all of this (especially the MD5s) make sense to you :) > Yes. Will double check and submit a new version of the patch. Thank you! Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH v3] python3-numpy: New package

2019-11-14 Thread Guillermo Rodriguez Garcia
El jue., 14 nov. 2019 a las 10:56, Roland Hieber () escribió: > On Thu, Nov 14, 2019 at 10:36:56AM +0100, Guillermo Rodriguez Garcia wrote: > > Hi Roland, > > > > El mié., 13 nov. 2019 a las 10:36, Roland Hieber () > > escribió: > > > > > On Tue, N

Re: [ptxdist] [PATCH v3] python3-numpy: New package

2019-11-14 Thread Guillermo Rodriguez Garcia
Hi Roland, El jue., 14 nov. 2019 a las 10:56, Roland Hieber () escribió: > > > numpy/core/src/multiarray/dragon4.c seems to be a license found nowhere > > > else, so I would also add "AND UNKNOWN" to PYTHON3_NUMPY_LICENSE and > add > > > its verbatim license text with startline and endline parame

Re: [ptxdist] [PATCH v3] python3-numpy: New package

2019-11-14 Thread Guillermo Rodriguez Garcia
El jue., 14 nov. 2019 a las 12:18, Roland Hieber () escribió: > On Thu, Nov 14, 2019 at 11:07:16AM +0100, Guillermo Rodriguez Garcia wrote: > > El jue., 14 nov. 2019 a las 10:56, Roland Hieber () > > escribió: > > > > > > > numpy/core/src/multiarray/dragon4.c s

Re: [ptxdist] [PATCH v3] python3-numpy: New package

2019-11-14 Thread Guillermo Rodriguez Garcia
El jue., 14 nov. 2019 a las 14:31, Roland Hieber () escribió: > On Thu, Nov 14, 2019 at 12:40:43PM +0100, Guillermo Rodriguez Garcia wrote: > > El jue., 14 nov. 2019 a las 12:18, Roland Hieber () > > escribió: > > > > > On Thu, Nov 14, 2019 at 11:07:16AM +0100, Guil

Re: [ptxdist] [PATCH] python3-numpy: New package

2019-11-15 Thread Guillermo Rodriguez Garcia
-- > > > + > > +$(STATEDIR)/python3-numpy.targetinstall: > > + @$(call targetinfo) > > + > > + @$(call install_init, python3-numpy) > > + @$(call install_fixup, python3-numpy, PRIORITY, optional) > > + @$(call install_fixup, python3-numpy, SECTION, base) >

Re: [ptxdist] [PATCH] host-python3-cython: New package

2019-11-18 Thread Guillermo Rodriguez Garcia
d the extended Cython programming language > > (based on Pyrex). > > We already have host-cython3. I think that's the same, right? > Right. I had missed that. > So do a version bump instead? > Done. -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com _

Re: [ptxdist] [PATCH] python3-numpy: New package

2019-11-19 Thread Guillermo Rodriguez Garcia
Hi Michael, El vie., 15 nov. 2019 a las 21:11, Guillermo Rodriguez Garcia () escribió: > > Hi Michael, > > El viernes, 15 de noviembre de 2019, Michael Olbrich > escribió: >> >> On Fri, Nov 15, 2019 at 09:51:25AM +0100, Guillermo Rodríguez wrote: >> >

Re: [ptxdist] [PATCH] python3-numpy: New package

2019-11-19 Thread Guillermo Rodriguez Garcia
El mar., 19 nov. 2019 a las 10:23, Michael Olbrich () escribió: > > Hi, > > On Tue, Nov 19, 2019 at 10:10:09AM +0100, Guillermo Rodriguez Garcia wrote: > > El vie., 15 nov. 2019 a las 21:11, Guillermo Rodriguez Garcia > > () escribió: > > > El viernes, 15 de n

Re: [ptxdist] [PATCH] python3-cffi: New package

2019-11-25 Thread Guillermo Rodriguez Garcia
ll take care of whitespace and resend. Guillermo > > > + > > Trailing Whitespace. > > Michael > > > + @$(call install_lib, python3-cffi, 0, 0, 0644, > > python$(PYTHON3_MAJORMINOR)/site-packages/_cffi_backend.cpython*) > > + >

Re: [ptxdist] [PATCH v7] python3-numpy: New package

2019-11-25 Thread Guillermo Rodriguez Garcia
n3-numpy, PRIORITY, optional) > > + @$(call install_fixup, python3-numpy, SECTION, base) > > + @$(call install_fixup, python3-numpy, AUTHOR, "Guillermo Rodriguez > > ") > > + @$(call install_fixup, python3-numpy, DESCRIPTION, missing) > > + > > + @$(call install_glob, python3-numpy, 0, 0, -, \ > > + /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/numpy,, > > *.py) > > + > > + @$(call install_finish, python3-numpy) > > + > > + @$(call touch) > > + > > +# vim: syntax=make > > -- > > 2.21.0 > > > > > > ___ > > ptxdist mailing list > > ptxdist@pengutronix.de > > > > -- > Pengutronix e.K. | | > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | > > ___ > ptxdist mailing list > ptxdist@pengutronix.de -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] python3-pycparser: New package

2019-11-25 Thread Guillermo Rodriguez Garcia
+ > > + @$(call install_glob, python3-pycparser, 0, 0, -, \ > > + > > /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/pycparser,, *.py) > > + > > + @$(call install_finish, python3-pycparser) > > + > > + @$(call touch) >

[ptxdist] Toolchain for STM32MP15x

2019-11-25 Thread Guillermo Rodriguez Garcia
Does this look correct? Any comments / hints? BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Toolchain for STM32MP15x

2019-11-25 Thread Guillermo Rodriguez Garcia
, Guillermo El lun., 25 nov. 2019 a las 13:33, Guillermo Rodriguez Garcia () escribió: > > Hi all, > > I am trying to setup a toolchain for the STM32MP15x. The main CPU is a > single or dual (depending on p/n) Cortex-A7, supporting NEON and > VFPv4. > > I'm using the O

  1   2   3   >