[ptxdist] [PATCH] Make squashfs version used configurable and conditionally set endianess

2009-03-28 Thread jon
From: Jon Ringle j...@ringle.org squashfs 4.0 is now part of linux-2.6.29. You no longer need to specify the endianess on squashfs-4.0 Signed-off-by: Jon Ringle j...@ringle.org --- platforms/image_squashfs.in|4 rules/host-squashfs-tools.make |6 +- rules/post/images.make

[ptxdist] [PATCH 2/2] ptxdist getdev: Download dev packages from ${PTXCONF_SETUP_DEVMIRROR}

2014-01-17 Thread jon
From: Jon Ringle jrin...@gridpoint.com There's probably clean up to be done with this, but here goes... :) This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your packages

[ptxdist] [PATCH] image: Create root.tgz with label

2014-01-19 Thread jon
From: Jon Ringle jrin...@gridpoint.com Create the root.tgz with a label in the form: ${PTXCONF_PROJECT_VENDOR}-${PTXCONF_PROJECT}${PTXCONF_PROJECT_VERSION} This is useful for an automated install script to verify quickly that the tar is of the right type by doing: tar --test-label -f root.tgz

[ptxdist] [PATCH] ptxdist getdev: Download dev packages from ${PTXCONF_SETUP_DEVMIRROR}

2014-01-20 Thread jon
From: Jon Ringle jrin...@gridpoint.com Version 2 This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your packages by doing: ptxdist getdev Signed-off-by: Jon Ringle jrin

[ptxdist] [PATCH] pv: version bump 1.1.4 - 1.4.12

2014-01-20 Thread jon
From: Jon Ringle jrin...@gridpoint.com also fixed URL Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/pv.make |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/pv.make b/rules/pv.make index 2ce0755..a8a7fe5 100644 --- a/rules/pv.make +++ b/rules

[ptxdist] [PATCHv3] ptxdist getdev: Download dev packages from ${PTXCONF_PROJECT_DEVMIRROR}

2014-01-24 Thread jon
From: Jon Ringle jrin...@gridpoint.com This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your packages by doing: ptxdist getdev Signed-off-by: Jon Ringle jrin...@gridpoint.com

[ptxdist] [PATCHv3] pv: version bump 1.1.4 - 1.4.12

2014-01-24 Thread jon
From: Jon Ringle jrin...@gridpoint.com also fixed URL Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/pv.make |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rules/pv.make b/rules/pv.make index 2ce0755..7cab824 100644 --- a/rules/pv.make +++ b/rules

[ptxdist] [PATCHv4] ptxdist getdev: Download dev packages from ${PTXCONF_PROJECT_DEVMIRROR}

2014-01-24 Thread jon
From: Jon Ringle jrin...@gridpoint.com This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your packages by doing: ptxdist getdev Signed-off-by: Jon Ringle jrin...@gridpoint.com

[ptxdist] [PATCH] git: use git remote rm for backward compatibility

2014-02-01 Thread jon
From: Jon Ringle jrin...@gridpoint.com In scripts/lib/ptxd_make_get.sh there is a git call for: git --git-dir=${mirror} remote remove origin This fails on git 1.7.10.4: git: fetching 'https://git.gridpoint.com/git/gpec/linux-ec1k.git into '/home/jringle/ptxdist-src

[ptxdist] [PATCH] ptxd_make_get.sh: handle ssh://*.git

2014-02-01 Thread jon
From: Jon Ringle jrin...@gridpoint.com Allow a git repo to be specified with ssh://*.git Signed-off-by: Jon Ringle jrin...@gridpoint.com --- scripts/lib/ptxd_make_get.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib

[ptxdist] [PATCH] make_release.sh: make it more accessible for creating custom releases

2014-02-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com Without args, the script will continue to work as it used to for pengutronix approved releases But now a custom release can be created if your in a situation where you need to distribute to a group of developers a needed fix to ptxdist and you can't wait

[ptxdist] [PATCH] ptxd_make_get.sh: remove git fetch --progress

2014-02-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com git-1.7.0.4 doesn't understand --progress Signed-off-by: Jon Ringle jrin...@gridpoint.com --- scripts/lib/ptxd_make_get.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh

[ptxdist] [PATCH] getdev: strip PKG_DEVPKG when comparing to NO

2014-02-13 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- scripts/lib/ptxd_lib_dgen.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk index 863dda4..41b3ded 100644 --- a/scripts

[ptxdist] [PATCH] make_release.sh: make it more accessible for creating custom releases

2014-02-13 Thread jon
From: Jon Ringle jrin...@gridpoint.com Without args, the script will continue to work as it used to for pengutronix approved releases But now a custom release can be created if your in a situation where you need to distribute to a group of developers a needed fix to ptxdist and you can't wait

[ptxdist] [PATCH v3] image_tgz: Make label optional

2014-04-22 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- platforms/image_tgz.in| 14 -- rules/post/image_tgz.make | 8 ++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/platforms/image_tgz.in b/platforms/image_tgz.in index

[ptxdist] [PATCH] nettle: disable parallel build

2014-04-24 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/nettle.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/nettle.make b/rules/nettle.make index 37ca31c..aaa37dd 100644 --- a/rules/nettle.make +++ b/rules/nettle.make @@ -24,6 +24,7

[ptxdist] [PATCH] libcurl: install /etc/ssl/certs/ca-bundle.crt

2014-05-16 Thread jon
From: Jon Ringle jrin...@gridpoint.com This will generate a ca-bundle.crt using mk-ca-bundle.pl and install it if selected Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/libcurl.in | 3 +++ rules/libcurl.make | 33 - 2 files changed, 35 insertions

[ptxdist] [PATCH] util-linux-ng: allow losetup to be optionally installed

2014-06-25 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/util-linux-ng.in | 10 ++ rules/util-linux-ng.make | 5 - 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index 249bc37

[ptxdist] [PATCH] autossh: new package

2014-06-27 Thread jon
From: Jon Ringle jrin...@gridpoint.com autossh will automatically restart SSH sessions and tunnels http://www.harding.motd.ca/autossh/ Signed-off-by: Jon Ringle jrin...@gridpoint.com --- ...l-rule-friendly-towards-packaging-with-DE.patch | 47 +++ patches/autossh-1.4c/series

[ptxdist] [PATCH] install_dir: Allow one to specify an alternate root dir

2014-09-26 Thread jon
From: Jon Ringle jrin...@gridpoint.com This is useful if you install a package to /opt and libs are in /opt/lib: $(call install_lib, foo, 0, 0, 0644, libfoo, opt/) Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/post/install.make | 4 +++- scripts/lib

[ptxdist] [PATCH v2] install_dir: Allow one to specify an alternate root dir

2014-09-29 Thread jon
From: Jon Ringle jrin...@gridpoint.com This is useful if you install a package to /opt and libs are in /opt/lib: $(call install_lib, foo, 0, 0, 0644, libfoo, /opt) Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/post/install.make | 4 +++- scripts/lib

[ptxdist] [PATCH 1/2] systemd: install_alternative_tree /lib/systemd/system/

2014-09-29 Thread jon
From: Jon Ringle jrin...@gridpoint.com This allows platform specific customizations to /lib/systemd/system/ to be installed on the target Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/systemd.make

[ptxdist] [PATCH 2/2] systemd: PTXCONF_SYSTEMD_COREDUMP

2014-09-29 Thread jon
From: Jon Ringle jrin...@gridpoint.com Allow coredumpctl to be built and installed to debug crashing systemd services Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/systemd.in | 6 ++ rules/systemd.make | 6 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH v3 2/2] systemd: PTXCONF_SYSTEMD_COREDUMP

2014-09-30 Thread jon
From: Jon Ringle jrin...@gridpoint.com Allow coredumpctl to be built and installed to debug crashing systemd services Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/systemd.in | 6 ++ rules/systemd.make | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git

[ptxdist] [PATCH v3 1/2] install_dir: Allow one to specify an alternate root dir

2014-09-30 Thread jon
From: Jon Ringle jrin...@gridpoint.com This is useful if you install a package to /opt and libs are in /opt/lib: $(call install_lib, foo, 0, 0, 0644, libfoo, /opt) Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/post/install.make | 4 +++- scripts/lib

[ptxdist] [PATCH 1/2] systemd: coredumpctl and configuration files

2014-10-06 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/systemd.make | 6 ++ 1 file changed, 6 insertions(+) diff --git a/rules/systemd.make b/rules/systemd.make index 6a7bf3a..7df6535 100644 --- a/rules/systemd.make +++ b/rules/systemd.make

[ptxdist] [PATCH 2/2] host-coreutils: build touch

2014-10-06 Thread jon
From: Jon Ringle jrin...@gridpoint.com As of commit ec2b023f4b5207eec76f711d8d8e5fe2854fee6c, ptxdist now depends upon touch having --no-dereference, but older versions of touch do not have this option, resulting int the following error message: touch: unrecognized option '--no-dereference' Try

[ptxdist] [PATCH] libcap: option to install setcap/getcap

2014-10-11 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/libcap.in | 10 ++ rules/libcap.make | 13 ++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/rules/libcap.in b/rules/libcap.in index c820658..6fe0230 100644

[ptxdist] [PATCH] ptxdist: unset: env: remove func prefix/suffix added by shellshock

2014-10-11 Thread jon
From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- bin/ptxdist | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bin/ptxdist b/bin/ptxdist index f823ebe..10fc492 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -2146,8 +2146,15 @@ setup_env

[ptxdist] [PATCH] configure/Makefile: Check for touch --no-dereference support

2014-10-14 Thread jon
From: Jon Ringle jrin...@gridpoint.com Install a wrapper touch that will strip --no-dereference from the args if the host installed touch does not support it Signed-off-by: Jon Ringle jrin...@gridpoint.com --- Makefile.in | 14 ++ configure.ac | 8 2 files changed, 22

[ptxdist] [PATCH] f2fs-tools: new package

2014-10-30 Thread jon
From: Jon Ringle jrin...@gridpoint.com The f2fs-tools package provides the filesystem utilities for use with the f2fs filesystem (flash-friendly filesyste) https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/f2fs-tools.in

[ptxdist] [PATCH v2] f2fs-tools: new package

2014-10-30 Thread jon
From: Jon Ringle jrin...@gridpoint.com The f2fs-tools package provides the filesystem utilities for use with the f2fs filesystem (flash-friendly filesystem) https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt Signed-off-by: Jon Ringle jrin...@gridpoint.com --- Fixed typo

[ptxdist] [PATCH v3] f2fs-tools: new package

2014-10-30 Thread jon
From: Jon Ringle jrin...@gridpoint.com The f2fs-tools package provides the filesystem utilities for use with the f2fs filesystem (flash-friendly filesystem) https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt Signed-off-by: Jon Ringle jrin...@gridpoint.com --- I added the md5sum

[ptxdist] [PATCH] make dist: tar --owner=0 --group=0

2015-01-21 Thread jon
From: Jon Ringle jrin...@gridpoint.com I have PowerBroker installed on my Ubuntu so that my machine is part of our corporate Active Directory. A side effect of that is that the UID/GID values are quite large and tar doesn't like it: preparing PTXdist environment ... done tar xf ptxdist

[ptxdist] [PATCH] glib: Patch glib-2.0.pc.in to use '-isystem dir' rather than '-Idir'

2015-10-02 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> When ptxdist did a bump to glib-2.44.0, a project that uses glib and builds with -Werror will fail. This patch will allow projects that use -Werror to continue to build without error. This patch was submitted upstream: https://bugzilla.gno

[ptxdist] [PATCH] protobuf: version bump 3.3.1 -> 3.3.2

2017-07-27 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> This fixes unused parameter 'deterministic' issue: src/backend-common/backend_ipc.pb.cc:32994:10: error: unused parameter 'deterministic' [-Werror=unused-parameter] bool deterministic, ::google::protobuf::uint8* target) const { ^

[ptxdist] [PATCH 3/3] ptxd_make_world_compile.sh: conditionally redirect stderr>stdout

2017-05-19 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> I discovered after updating to a new version of ptxdist that all of my compile output including errors/warnings are now all going to stdout instead of having the errors/warning going to stderr. This is causing some problem when I use qtcreator as

[ptxdist] [PATCH 1/3] f2fs-tools: version bump 1.6.1 -> 1.8.0

2017-05-19 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> Signed-off-by: Jon Ringle <jrin...@gridpoint.com> --- patches/f2fs-tools-1.6.1/autogen.sh | 1 - patches/f2fs-tools-1.8.0/autogen.sh | 1 + rules/f2fs-tools.make | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete

[ptxdist] [PATCH 2/3] host-qt4: Enable openssl

2017-05-19 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> The build breaks if with a bunch of QSslSocket errors such as: undefined reference to `QSslSocket::staticMetaObject' Signed-off-by: Jon Ringle <jrin...@gridpoint.com> --- rules/host-qt4.in | 1 + rules/host-qt4.make | 1 - 2 files changed,

[ptxdist] [PATCH v2] ptxd_make_world_compile.sh: conditionally redirect stderr>stdout

2017-05-19 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> I discovered after updating to a new version of ptxdist that all of my compile output including errors/warnings are now all going to stdout instead of having the errors/warning going to stderr. This is causing some problem when I use qtcreator as

[ptxdist] [PATCH support/ptxdist-2017.05.x_GP v3] ptxd_make_world_compile.sh: conditionally redirect stderr>stdout

2017-05-24 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> I discovered after updating to a new version of ptxdist that all of my compile output including errors/warnings are now all going to stdout instead of having the errors/warning going to stderr. This is causing some problem when I use qtcreator as

[ptxdist] [PATCH support/ptxdist-2017.05.x_GP v2 1/2] f2fs-tools: version bump 1.6.1 -> 1.8.0

2017-05-24 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> Signed-off-by: Jon Ringle <jrin...@gridpoint.com> --- patches/f2fs-tools-1.6.1/autogen.sh | 1 - patches/f2fs-tools-1.8.0/autogen.sh | 1 + rules/f2fs-tools.make | 7 +-- 3 files changed, 6 insertions(+), 3 deletions(-)

[ptxdist] [PATCH support/ptxdist-2017.05.x_GP] bash: BUSYBOX_FEATURE_SH_IS_NONE => BUSYBOX_SH_IS_NONE

2017-06-06 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> Signed-off-by: Jon Ringle <jrin...@gridpoint.com> --- rules/bash.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/bash.make b/rules/bash.make index 351343b..f31dd11 100644 --- a/rules/bash.make +++ b/rules/bash.m

[ptxdist] [PATCH] initramfs-tools: Restore package

2018-06-18 Thread jon
From: Jon Ringle This was removed in 4e8ea1703cad595f3136f0d48ae93de73a180c40 However, initramfs-tools is still being used to install scripts provided by this package. Signed-off-by: Jon Ringle --- rules/initmethod.in| 4 ++ rules/initramfs-tools.in | 69

[ptxdist] [PATCH] boost: version bump 1.60.0 -> 1.67.0

2018-06-05 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/boost.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/boost.make b/rules/boost.make index 8e8b5a3..0ca210c 100644 --- a/rules/boost.make +++ b/rules/boost.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_BOOST

[ptxdist] [PATCH] libfastjson: version bump 0.99.4 -> 0.99.8

2018-06-05 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- patches/libfastjson-0.99.4/autogen.sh | 1 - patches/libfastjson-0.99.8/autogen.sh | 1 + rules/libfastjson.make| 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 12 patches/libfastjson-0.99.4/autogen.sh

[ptxdist] [PATCH] libfastjson: version bump 0.99.4 -> 0.99.6

2018-06-05 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- patches/{libfastjson-0.99.4 => libfastjson-0.99.6}/autogen.sh | 0 rules/libfastjson.make| 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libfastjson-0.99.4 => libfastjson-

[ptxdist] [PATCH 1/2] systemd: upstream patch: add __nr_statx defines for extra architectures

2018-06-05 Thread jon
From: Jon Ringle https://github.com/systemd/systemd/issues/8501 Signed-off-by: Jon Ringle --- ..._nr_statx-defines-for-extra-architectures.patch | 36 ++ patches/systemd-238/series | 3 +- 2 files changed, 38 insertions(+), 1 deletion(-) create

[ptxdist] [PATCH v2] libelf: version bump 0.170 -> 0.171

2018-06-05 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- ...error-as-it-tends-to-break-with-new-gcc-ver.patch | 20 patches/elfutils-0.170/autogen.sh| 1 - patches/elfutils-0.170/series| 4 rules/libelf.make

[ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171

2018-06-05 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/libelf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libelf.make b/rules/libelf.make index 4846563..74177c6 100644 --- a/rules/libelf.make +++ b/rules/libelf.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH v2] boost: version bump 1.60.0 -> 1.67.0

2018-06-06 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/boost.in | 29 + rules/boost.make | 8 +--- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/rules/boost.in b/rules/boost.in index b9a713d..26cb188 100644 --- a/rules/boost.in +++ b/rules

[ptxdist] [PATCH] cross-gdb: Make CROSS_GDB_WITHOUT_PYTHON an explicit "opt-out" option

2018-02-23 Thread jon
From: Jon Ringle <jrin...@gridpoint.com> python3 support in cross-gdb will be enabled by default unless the user has explicitly opt'ed out by having CROSS_GDB_WITHOUT_PYTHON=y in env Signed-off-by: Jon Ringle <jrin...@gridpoint.com> --- build_all_v2.mk | 2 +- 1 file changed, 1 ins

[ptxdist] [PATCH v3 1/2] host-systemd: Fix rpath space problem

2018-08-01 Thread jon
From: Jon Ringle Make room for chrpath manipulation in host-systemd.install.pack The `-Drootprefix=/lib/..` adds sufficient space to avoids errors like: new rpath '${ORIGIN}/../../../lib' too large; maximum length 16 ptxdist: error: Failed to adjust rpath for '/home/local/GRIDPOINT/jringle/git

[ptxdist] [PATCH] Detect changes in package patch series

2018-08-02 Thread jon
From: Jon Ringle For a long time it has bothered me that if a package's patches were changed ptxdist would not detect this change and I would often have old versions of *-dev.tar.gz packages that got used because the packages patches were updated. This commit solves this problem. Here's how

[ptxdist] [PATCH v3] Detect changes in package patch series

2018-08-03 Thread jon
From: Jon Ringle For a long time it has bothered me that if a package's patches were changed ptxdist would not detect this change and I would often have old versions of *-dev.tar.gz packages that got used because the packages patches were updated. This commit solves this problem. Here's how

[ptxdist] [PATCH v2] Detect changes in package patch series

2018-08-03 Thread jon
From: Jon Ringle For a long time it has bothered me that if a package's patches were changed ptxdist would not detect this change and I would often have old versions of *-dev.tar.gz packages that got used because the packages patches were updated. This commit solves this problem. Here's how

[ptxdist] [PATCH v4 2/2] Detect changes in package patch series

2018-08-03 Thread jon
From: Jon Ringle For a long time it has bothered me that if a package's patches were changed ptxdist would not detect this change and I would often have old versions of *-dev.tar.gz packages that got used because the packages patches were updated. This commit solves this problem. Here's how

[ptxdist] [PATCH v4 1/2] Add libfaketime as a core component of ptxdist for patchin support

2018-08-03 Thread jon
From: Jon Ringle libfaketime will be used during patchin so that committer timestamps always have a fixed value and therefore making the ${PKG}_SERIES_SHA256 value repeatable The minimal set of source files was picked out of libfaketime-0.9.7 Signed-off-by: Jon Ringle --- Makefile.in

[ptxdist] [PATCH 1/3] hostapd: bool => tristate

2018-07-30 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/hostapd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/hostapd.in b/rules/hostapd.in index 9160a02..6ac6be5 100644 --- a/rules/hostapd.in +++ b/rules/hostapd.in @@ -1,7 +1,7 @@ ## SECTION=networking config

[ptxdist] [PATCH 3/3] host-systemd: Fix rpath space problem

2018-07-30 Thread jon
From: Jon Ringle Make room for chrpath manipulation in host-systemd.install.pack The `-Drootprefix=/lib/..` adds sufficient space to avoids errors like: new rpath '${ORIGIN}/../../../lib' too large; maximum length 16 ptxdist: error: Failed to adjust rpath for '/home/local/GRIDPOINT/jringle/git

[ptxdist] [PATCH 2/3] HOST_MESON_OPT: Add --libdir

2018-07-30 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/pre/Rules.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make index 37357ae..1e5dad8 100644 --- a/rules/pre/Rules.make +++ b/rules/pre/Rules.make @@ -329,7 +329,8

[ptxdist] [PATCH] image-root-tgz: Remove quotes added around label put in tar ball

2018-07-28 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- scripts/lib/ptxd_make_image_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_image_common.sh b/scripts/lib/ptxd_make_image_common.sh index a925446..4c6d32e 100644 --- a/scripts/lib

[ptxdist] [PATCH v2 1/2] host-systemd: Fix rpath space problem

2018-07-31 Thread jon
From: Jon Ringle Make room for chrpath manipulation in host-systemd.install.pack The `-Drootprefix=/lib/..` adds sufficient space to avoids errors like: new rpath '${ORIGIN}/../../../lib' too large; maximum length 16 ptxdist: error: Failed to adjust rpath for '/home/local/GRIDPOINT/jringle/git

[ptxdist] [PATCH v2 2/2] host-systemd: Add option to install hwdb only (enabled by default)

2018-07-31 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/host-systemd.in | 12 ++-- rules/host-systemd.make | 6 ++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/rules/host-systemd.in b/rules/host-systemd.in index 4d82ffc..58fb8d1 100644 --- a/rules/host-systemd.in

[ptxdist] [PATCH v4 3/3] Allow local rules/*.in to source $(PTXDIST_TOPDIR)/rules/*.in

2018-08-03 Thread jon
From: Jon Ringle In scripts/kconfig/zconf.l the function zconf_fopen() is used to open files being opened via the `source` kconfig keyword. If it fails to open the given file, it will try to open the file under $(PTXDIST_TOPDIR) This allows a local rules/*.in to extend options

[ptxdist] [PATCH] socat: version bump 1.7.3.0 => 1.7.3.2

2018-08-03 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/socat.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/socat.make b/rules/socat.make index f21d78b..9a8b322 100644 --- a/rules/socat.make +++ b/rules/socat.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SOCAT

[ptxdist] [PATCH v2] socat: version bump 1.7.3.0 => 1.7.3.2

2018-08-03 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- .../0001-Makefile.in-fix-for-parallel-build.patch | 26 -- patches/socat-1.7.3.0/series | 4 .../0001-Makefile.in-fix-for-parallel-build.patch | 26 ++ patches/socat-1.7.3.2

[ptxdist] [PATCH v3 2/2] host-systemd: Add option to install dev headers/libs

2018-08-01 Thread jon
From: Jon Ringle This option is to allow building a host package that requires compile and linking against systemd Signed-off-by: Jon Ringle --- rules/host-systemd.in | 6 ++ rules/host-systemd.make | 6 ++ 2 files changed, 12 insertions(+) diff --git a/rules/host-systemd.in b

[ptxdist] [PATCH v3 2/2] image-root-tgz: Add IMAGE_ROOT_TGZ_LABEL option

2018-07-11 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- doc/ref_manual.rst | 3 +++ platforms/image-root-tgz.in| 17 + rules/image-root-tgz.make | 1 + rules/post/ptxd_make_image_common.make | 3 ++- scripts/lib/ptxd_make_image_archive.sh

[ptxdist] [PATCH v2] initramfs-tools: Restore package

2018-07-07 Thread jon
From: Jon Ringle This was removed in 4e8ea1703cad595f3136f0d48ae93de73a180c40 However, initramfs-tools is still being used to install scripts provided by this package. Signed-off-by: Jon Ringle --- rules/initmethod.in| 5 +++ rules/initramfs-tools.in | 30 ++ rules

[ptxdist] [PATCH] image-root-tgz: Add IMAGE_ROOT_TGZ_LABEL option

2018-07-07 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- platforms/image-root-tgz.in| 11 +++ rules/image-root-tgz.make | 1 + rules/post/ptxd_make_image_common.make | 3 ++- scripts/lib/ptxd_make_image_archive.sh | 4 ++-- scripts/lib/ptxd_make_image_common.sh | 2

[ptxdist] [PATCH] f2fs-tools: version bump 1.8.0 => 1.12.0

2019-02-12 Thread jon
From: Jon Ringle f2fs-tools-1.8.0 fails to build with OSELAS.Toolchain-2018.12.0 due to changes done in glibc-2.28 that moved 'major', 'minor' and 'makedev'. The failure is this: libf2fs.c: In function 'get_rootdev': libf2fs.c:508:3: warning: implicit declaration of function 'major

[ptxdist] [PATCH] systemd-239: Fix struct statx compilation on OSELAS.Toolchain-2018.12.0

2019-02-13 Thread jon
From: Jon Ringle Add upstream patch: https://github.com/systemd/systemd/commit/9c869d08d82c73f62ab3527567858ce4b0cf1257 This fixes the following compilation problem when building with OSELAS.Toolchain-2018.12.0 In file included from ../systemd-239/src/basic/util.h:28, from

[ptxdist] [PATCH] sudo: version bump 1.8.28 -> 1.9.3

2020-10-06 Thread jon
From: Jon Ringle sudo fails to crosscompile with OSELAS.Toolchain-2020.08.0 with glibc-2.32 target: sudo.compile make: Entering directory '/src/build/platform-ec1k/build-target/sudo-1.8.28' [...] ./mksigname > signame.c /bin/sh: ./mksigname: can

[ptxdist] [PATCH] host-systemd: Add option to install dev files

2021-06-22 Thread jon
From: Jon Ringle Doing a full install that include dev files is helpful if a project needs this support. I created a host-sdbus-cpp project that depends on libsystemd. The -Drootprefix=/ was required to have cmake pkg-config work properly. Signed-off-by: Jon Ringle --- rules/host-systemd.in

[ptxdist] [PATCH v2 1/1] ptxd_make_get: Add support for downloading s3:// urls via aws s3 cp

2022-08-30 Thread jon
From: Jon Ringle This allows downloading files stored in an AWS S3 bucket via an s3:// url This allows you to point PTXCONF_SETUP_PTXMIRROR to an s3:// bucket Signed-off-by: Jon Ringle --- scripts/lib/ptxd_make_get.sh | 30 ++ 1 file changed, 30 insertions(+) diff

[ptxdist] [PATCH 1/1] ptxd_make_get: Add support for downloading s3:// urls via aws s3 cp

2022-08-19 Thread jon
From: Jon Ringle This allows downloading files stored in an AWS S3 bucket via an s3:// url This allows you to point PTXCONF_SETUP_PTXMIRROR to an s3:// bucket Signed-off-by: Jon Ringle --- scripts/lib/ptxd_make_get.sh | 33 + 1 file changed, 33 insertions

Re: [ptxdist] Testing ptxdist-1.0.0

2007-09-27 Thread Jon Smirl
On 9/27/07, Marco Cavallini [EMAIL PROTECTED] wrote: ptxdisk 1.0 is ok on ubuntu, ptxdist 10.6 doesn't work right. To fix the locale error in 10.6 edit configure: LOCALEDEF_VERSION=`$LOCALEDEF --version 2/dev/null | $SED -ne s/.*bin. \([0-9\.]*\)/\1/p` Thank you Jon now it works

Re: [ptxdist] [OSELAS.Phytec] OSELAS.Toolchain-1.1.1 and bintuils 2.18

2008-06-12 Thread Jon Smirl
On 6/12/08, Marc Kleine-Budde [EMAIL PROTECTED] wrote: Hi, let's continue on the ptxdist mailinglist! Jon Smirl wrote: If you don't do enything, you will end up with -jnumber of cores x 2 If you don't want to build a programm in parallel, edit the corresponding makefile, look

Re: [ptxdist] [OSELAS.Phytec] OSELAS.Toolchain-1.1.1 and bintuils 2.18

2008-06-13 Thread Jon Smirl
On 6/13/08, Marc Kleine-Budde [EMAIL PROTECTED] wrote: Moin, Jon Smirl wrote: I have PARALLELMFLAGS=-j5 exported to my environment. I asked earlier if that was the right way to do it. If I don't export it nothing builds in parallel. Sure? Please unset PARALLELMFLAGS, don't

[ptxdist] mplayer and OSELAS.BSP-Phytec-phyCORE-MPC5200B-tiny-6

2008-07-19 Thread Jon Smirl
at the documentation for supported cards! FIXME: this is necessary with gcc 3.4.4 which runs into OOM with -O4 Finished target mplayer.prepare -- Jon Smirl [EMAIL PROTECTED] -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [patch] memedit filename-malloc

2008-07-22 Thread Jon Ringle
Hope this is the right mailing list for this... I use the handy utility memedit developed by Pengutronix. I found a problem in memedit.l where the malloc used in tokens FILE and VAR is using sizeof(yytext), which is the size of a pointer rather than strlen(yytext)+1. See attached patch. Jon

Re: [ptxdist] mplayer and OSELAS.BSP-Phytec-phyCORE-MPC5200B-tiny-6

2008-07-24 Thread Jon Smirl
On 7/24/08, Robert Schwebel [EMAIL PROTECTED] wrote: On Thu, Jul 24, 2008 at 09:38:00AM -0400, Jon Smirl wrote: Any fixes for building mplayer yet? I've started looking into it, but the mplayer build system is so shamelessly broken that I'm not sure if it is worth the effort

Re: [ptxdist] mplayer and OSELAS.BSP-Phytec-phyCORE-MPC5200B-tiny-6

2008-07-24 Thread Jon Smirl
Any fixes for building mplayer yet? -- Jon Smirl [EMAIL PROTECTED] -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] building fftw

2008-09-03 Thread Jon Smirl
script should never be moved out of the build directory. # If it is, it will not operate correctly. ... So how are these apps supposed to find the fftw shared library when they are being cross compiled? -- Jon Smirl [EMAIL PROTECTED] -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] squashfs image support

2009-03-06 Thread Jon Ringle
Mark, Thanks for your comments. Attached is an updated patch. Jon squashfs.patch Description: Binary data -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] Don't display ffmpeg warning on arm-ixp-big when FFMPEG packet is not selected

2009-03-06 Thread Jon Ringle
From: Jon Ringle j...@ringle.org Warning from rules/ffmpeg.make is displayed on arm-ixp-big even if FFMPEG package has not been selected. Signed-off-by: Jon Ringle j...@ringle.org Index: rules/ffmpeg.make === --- rules/ffmpeg.make

Re: [ptxdist] [PATCH] Packagename of Libusb 1.x is the same as libusb-0.x, causing build failure

2009-03-09 Thread Jon Smirl
-2826-924     | Vertretung West/Dortmund                 | Fax:   +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686         | http://www.pengutronix.de   | -- ptxdist mailing list ptxdist@pengutronix.de -- Jon Smirl jonsm...@gmail.com -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] Make squashfs version used configurableand conditionally set endianess

2009-03-30 Thread Jon Ringle
Hi Robert. On Mon, Mar 30, 2009 at 06:01:00AM Robert Schwebel wrote: On Sat, Mar 28, 2009 at 09:58:59AM -0400, j...@ringle.org wrote: From: Jon Ringle j...@ringle.org squashfs 4.0 is now part of linux-2.6.29. You no longer need to specify the endianess on squashfs-4.0 Signed-off

[ptxdist] [PATCH] Provide a choice to select squashfs{3.4,4.0}

2009-04-01 Thread Jon Ringle
the endianess on squashfs4.0 Signed-off-by: Jon Ringle j...@ringle.org --- platforms/image_squashfs.in| 24 rules/host-squashfs-tools.make |3 ++- rules/post/images.make |7 +-- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git

[ptxdist] [PATCH] Install /etc/screenrc using $(call install_alternative, ...)

2009-04-02 Thread Jon Ringle
Platform specific config files should be kept in ./projectroot/... Signed-off-by: Jon Ringle j...@ringle.org --- rules/screen.in | 10 +- rules/screen.make |6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/rules/screen.in b/rules/screen.in index f396db5

[ptxdist] [PATCH] Fix klibc/kernel circular dependency

2009-04-16 Thread Jon Ringle
This restores a dependency that was removed in svn commit 8878 that handled resolving a circular dependency between klibc and kernel. Signed-off-by: Jon Ringle j...@ringle.org --- rules/klibc.in |1 - rules/klibc.make |4 2 files changed, 4 insertions(+), 1 deletions(-) diff

[ptxdist] [PATCH] Fix klibc/kernel circular dependency

2009-04-16 Thread Jon Ringle
the circular dependency between klibc and kernel. Signed-off-by: Jon Ringle j...@ringle.org --- rules/klibc.in |2 -- rules/klibc.make |4 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/klibc.in b/rules/klibc.in index 79f7b36..471c64a 100644 --- a/rules/klibc.in

[ptxdist] [PATCH] Update klibc install targets

2009-04-16 Thread Jon Ringle
Removed insmod (klibc doesn't build it) Added install targets: cpio dmesg halt kill mknod readlink run-init sync Fixed installation of shared version of binaries. Signed-off-by: Jon Ringle j...@ringle.org --- rules/klibc.in | 156

Re: [ptxdist] [PATCH] exclude .git from 'make install'

2009-04-20 Thread Jon Ringle
Ping. I know this is trivial, but it prevents the entire git repository from being installed with 'sudo make install'. Thanks, Jon On Thursday 09 April 2009 23:32:18 Jon Ringle wrote: Signed-off-by: Jon Ringle j...@ringle.org --- Makefile.in |2 +- 1 files changed, 1 insertions(+), 1

Re: [ptxdist] [PATCH] Fix klibc/kernel circular dependency

2009-04-20 Thread Jon Ringle
Ping! :) On Thursday 16 April 2009 22:51:59 Jon Ringle wrote: This restores a dependency that was removed in svn commit 8878 that handled installing klibc before the kernel being compiled. However, this dependency causes a warning: make: Circular state/klibc.prepare - state/kernel.install

[ptxdist] [PATCH] [klibc] Fix klibc/kernel circular dependency

2009-04-20 Thread Jon Ringle
klibc needs to be built and installed after kernel.prepare and before kernel.compile. This takes care of the make dependency rules to handle this unique situation. Signed-off-by: Jon Ringle j...@ringle.org --- rules/klibc.in |3 +-- rules/klibc.make |6 +- 2 files changed, 6

[ptxdist] [PATCH] [setup] option to only download from ${PTXCONF_SETUP_PTXMIRROR}

2009-04-22 Thread Jon Ringle
I need to make sure that all upstream packages used with ptxdist are store in our ftp server. This option helps me to make sure of this. Signed-off-by: Jon Ringle j...@ringle.org --- config/setup/Kconfig | 11 +++ scripts/lib/ptxd_make_get.sh |7 --- 2 files changed, 15

Re: [ptxdist] [PATCH] [setup] option to only download from ${PTXCONF_SETUP_PTXMIRROR}

2009-05-01 Thread Jon Ringle
Ping... On Wednesday 22 April 2009 14:27:09 Jon Ringle wrote: I need to make sure that all upstream packages used with ptxdist are store in our ftp server. This option helps me to make sure of this. Signed-off-by: Jon Ringle j...@ringle.org --- config/setup/Kconfig | 11

Re: [ptxdist] [PATCH] Don't keep expansion of $(KLIBC_CONTROL) in $(KERNEL_CONFIG)

2009-05-01 Thread Jon Ringle
Ping... On Monday 27 April 2009 13:22:52 Jon Ringle wrote: Otherwise, a kernelconfig file checked in to source control will always contain an absolute path that is specific to the working directory of whoever was the last person to checkin/commit the file. Signed-off-by: Jon Ringle j

  1   2   3   4   >