[ptxdist] [PATCH] libev: New package

2018-05-25 Thread Guillermo Rodriguez
libev is a full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. Signed-off-by: Guillermo Rodriguez --- rules/libev.in | 9 + rules/libev.make | 54 ++ 2 files

[ptxdist] [PATCH] fuse-zip: version bump 0.4.0 -> 0.4.2

2018-05-25 Thread Guillermo Rodriguez
Update fuse-zip to 0.4.2, move out of staging. There has been a recent (Dec 2017) change in licensing in fuse-zip (from LGPL to GPL). I am updating to the latest version before the licensing change. Signed-off-by: Guillermo Rodriguez --- ...-and-include-to-access-UINT16_MAX-constan.patch | 27

[ptxdist] [PATCH] stunnel: Version bump 5.02 -> 5.45

2018-05-28 Thread Guillermo Rodriguez
Signed-off-by: Guillermo Rodriguez --- rules/stunnel.make | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rules/stunnel.make b/rules/stunnel.make index f793f04..01664f8 100644 --- a/rules/stunnel.make +++ b/rules/stunnel.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Guillermo Rodriguez
Open source cross platform flash program for the STM32 ARM microcontrollers using the built-in ST serial bootloader over UART or I2C. Signed-off-by: Guillermo Rodriguez --- rules/stm32flash.in | 9 rules/stm32flash.make | 57 +++ 2

[ptxdist] [PATCH v2] stm32flash: New package

2018-10-06 Thread Guillermo Rodriguez
Open source cross platform flash program for the STM32 ARM microcontrollers using the built-in ST serial bootloader over UART or I2C. Signed-off-by: Guillermo Rodriguez --- rules/stm32flash.in | 9 + rules/stm32flash.make | 56 +++ 2

[ptxdist] X.org on mini2440

2012-01-24 Thread Guillermo Rodriguez
After this I could run X on the target device. Used fluxbox as a WM. I can provide more information on any of the above issues if required. Thanks and best regards, Guillermo Rodriguez -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] Version number not appended in in src_make_prog package

2013-11-14 Thread Guillermo Rodriguez
OO) FOO_LICENSE := unknown [...] === I guess that FOO should actually be defined as: FOO := foo-$(FOO_VERSION) This fixes the problem. Best regards, Guillermo Rodriguez -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] Add support for stunnel (resending)

2014-06-09 Thread Guillermo Rodriguez
Add support for stunnel. Signed-off-by: Guillermo Rodriguez --- rules/stunnel.in | 16 ++ rules/stunnel.make | 59 2 files changed, 75 insertions(+), 0 deletions(-) create mode 100644 rules/stunnel.in create mode 100644

[ptxdist] [PATCH] classpath: Fix JAVA autoconf variable (resending)

2014-06-09 Thread Guillermo Rodriguez
JAVA must point to the java binary on the target, not on the host This is used in the shell scripts in tools/*, which are installed on the target Signed-off-by: Guillermo Rodriguez --- rules/classpath.make |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/rules

[ptxdist] [PATCH] classpath: Bump version to 0.99 (resending)

2014-06-09 Thread Guillermo Rodriguez
Signed-off-by: Guillermo Rodriguez --- rules/classpath.make |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/classpath.make b/rules/classpath.make index c5aa02f..ca25dfe 100644 --- a/rules/classpath.make +++ b/rules/classpath.make @@ -16,8 +16,8 @@ PACKAGES

Re: [ptxdist] [PATCH] Add support for stunnel (resending)

2014-06-10 Thread Guillermo Rodriguez
Target-Install > > +# > > > > + > > +$(STATEDIR)/stunnel.targetinstall: > > + @$(call targetinfo) > > + > > + @$(call install_init, stunnel) > > + @$(call install_f

[ptxdist] [PATCH] Add support for stunnel (resending)

2014-06-10 Thread Guillermo Rodriguez
Add support for stunnel. Signed-off-by: Guillermo Rodriguez --- rules/stunnel.in | 16 + rules/stunnel.make | 61 2 files changed, 77 insertions(+), 0 deletions(-) create mode 100644 rules/stunnel.in create mode 100644

Re: [ptxdist] [PATCH] Add support for stunnel (resending)

2014-06-13 Thread Guillermo Rodriguez
Hi Michael, El 13/06/2014 8:43, Michael Olbrich escribió: > On Tue, Jun 10, 2014 at 12:23:42PM +0200, Guillermo Rodriguez wrote: >> Add support for stunnel. >> >> Signed-off-by: Guillermo Rodriguez >> --- > > Much better. All 3 Patches applied. > Just a hint

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

2015-01-13 Thread Guillermo Rodriguez
Hi Michael, El 12/01/2015 a las 16:26, Michael Olbrich escribió: > On Fri, Dec 12, 2014 at 05:00:36PM +0100, grodriguez wrote: > > Your Signed-off-by: is missing Will fix and resend this one and the fuse-zip patch as well. Thank you. -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] Init script was ignoring OPTIONS variable

2015-02-10 Thread Guillermo Rodriguez
The init script defines an OPTIONS variable (which can be overriden by an additional config file in /etc/default/avahi-daemon) but then ignores this OPTIONS variable when starting the daemon. --- generic/etc/init.d/avahi-daemon |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi

Re: [ptxdist] Feature Request: Option to install man pages

2015-03-05 Thread Guillermo Rodriguez
to be a development environment. Anyway there are many many embedded systems that still have just "a few MB" of flash so if this is done, please make it optional. Guillermo Rodriguez -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] udev init script should pass --action=add to udevadm trigger

2016-08-25 Thread Guillermo Rodriguez
'udevadm trigger' was being called without parameters in the udev init script. This is equivalent to --action=change, which means that udev rules for the "add" action would not be triggered. Fix this by explicitly passing --action=add to udevadm trigger. Signed-off-by:

[ptxdist] [PATCH] Update at91bootstrap2 package for compatibility with 3.x series

2016-08-30 Thread Guillermo Rodriguez
From: grodriguez The original 2.x series of at91bootstrap are not available anymore, and the current rules don't work with the 3.x series. Update them for at91bootstrap 3.4 and above. Signed-off-by: Guillermo Rodriguez --- platforms/at91bootstrap2.in |8 rules/at91bootstrap2

[ptxdist] [PATCH] New package: imagemagick

2016-09-02 Thread Guillermo Rodriguez
This adds a new package for ImageMagick 7. Some configuration options are set to sensible defaults for embedded targets (quantum depth set to 8 pixels, HDRI disabled). See notes in imagemagick.make. Signed-off-by: Guillermo Rodriguez --- rules/imagemagick.in | 41 ++ rules

[ptxdist] [PATCH v2] New package: imagemagick

2016-10-14 Thread Guillermo Rodriguez
clear - Sorted configure options as they appear in --configure - Removed unwanted binaries and config files intead of just having them commented out. Signed-off-by: Guillermo Rodriguez --- rules/imagemagick.in | 41 ++ rules/imagemagick.make | 140

[ptxdist] [PATCH] Make sure tar archives created from svn URLs are reproducible.

2017-03-29 Thread Guillermo Rodriguez
By default, tar.gz archives store a mod time in the gzip header. This means that archives created from the same files will still have different md5 sums. Fix this by passing gzip option -n to tar. --- scripts/lib/ptxd_make_get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

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
illermo El vie., 14 feb. 2020 a las 12:07, Guillermo Rodríguez () escribió: > > Add a generic mechanism to allow passing custom make options to > U-boot. This can be used for example to pass a DEVICE_TREE= value. > > Signed-off-by: Guillermo Rodriguez > --- > platforms/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
Hi, El vie., 5 oct. 2018 a las 12:30, Roland Hieber () escribió: > > Hi, > > On Fri, Oct 05, 2018 at 11:25:45AM +0200, Guillermo Rodriguez wrote: > > Open source cross platform flash program for the STM32 ARM > > microcontrollers using the built-in ST serial bootloa

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
s tool is used to create and write i.MX NAND boot > > related boot data structures to NAND flash. > > > > Signed-off-by: Guillermo Rodriguez > > --- > > rules/imx-kobs.in | 8 > > rules/imx-kobs.make | 53 > > ++

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
Hello all, Any feedback on this one ? Guillermo El mié., 31 oct. 2018 a las 16:12, Guillermo Rodríguez () escribió: > > Also move back from staging. > > Signed-off-by: Guillermo Rodriguez > --- > .../0001-Fix-building-with-OpenJDK-1.8.patch | 50 >

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

2018-11-08 Thread Guillermo Rodriguez Garcia
t; > Signed-off-by: Guillermo Rodriguez > --- > platforms/u-boot.in | 14 +++--- > rules/u-boot.make | 4 > 2 files changed, 15 insertions(+), 3 deletions(-) > > diff --git a/platforms/u-boot.in b/platforms/u-boot.in > index 38684a0..602de46 100644 > --- a/pl

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
s not complete. It is > > necessary to run autogen.sh so that the configure script is > > regenerated and the patched m4 macros are used. > > > > Signed-off-by: Guillermo Rodriguez > > Unfortunately it's not that simple. The */Makefile.am also need the > 1.5 -> 1

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

  1   2   3   >