Re: [ptxdist] Best practice integrating firmwares in U-Boot builds

2022-05-25 Thread Sascha Hauer
Hi Felix, On Wed, May 25, 2022 at 05:22:41PM +0200, Felix Mellmann wrote: > Hi, > > when I tried to set up a PTXdist environment for a NXP i.MX8MP based board > (Phytec phyBoard Pollux) I stumbled across the need to provide firmware > images during the U-Boot build process (LPDDR4 training data a

Re: [ptxdist] [PATCH v4 4/4] barebox: add integration of firmware blobs

2022-01-21 Thread Sascha Hauer
On Fri, Jan 21, 2022 at 08:54:49AM +0100, Michael Olbrich wrote: > On Mon, Jan 10, 2022 at 07:39:20AM +0100, Michael Riesch wrote: > > On 1/7/22 3:09 PM, Michael Olbrich wrote: > > > On Mon, Dec 20, 2021 at 01:08:57PM +0100, Michael Riesch wrote: > > >> In some cases barebox requires firmware blobs

[ptxdist] [PATCH] host-mtd-utils: Build with zstd support

2021-12-16 Thread Sascha Hauer
mkfs.ubifs supports zstd. Enable this by default to allow building UBIFS images with zstd. Signed-off-by: Sascha Hauer --- rules/host-mtd-utils.in | 1 + rules/host-mtd-utils.make | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-mtd-utils.in b/rules/host-mtd

[ptxdist] [PATCH] open62541: version bump 1.0 -> 1.2

2021-03-03 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- ...-UA_NODESET_DIR-to-be-custom-defined.patch | 224 -- ...-UA_NODESET_DIR-to-be-custom-defined.patch | 144 +++ .../{open62541-1.0 => open62541-1.2}/series | 0 rules/open62541.make | 8 +- 4 files chan

[ptxdist] [PATCH] nodejs_packages: Call yarn in the right environment

2021-03-02 Thread Sascha Hauer
/epoll.node: file format not recognized Signed-off-by: Sascha Hauer --- rules/nodejs_packages.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/nodejs_packages.make b/rules/nodejs_packages.make index e96382f62..bf533cc92 100644 --- a/rules/nodejs_packages.make +++ b/rules

[ptxdist] PTXCONF_KERNEL_GCC_PLUGINS broken with newer kernels

2021-02-03 Thread Sascha Hauer
In ptxdist we have the option PTXCONF_KERNEL_GCC_PLUGINS which is described as: | The kernel kconfig options to enable gcc plugins depend on a | sufficiently new host compiler. As a result, the kernel config | may change with a different host compiler version. | If this option is disabled then the

[ptxdist] [PATCHi v2] rootfs: Fix handling of empty variables

2021-02-03 Thread Sascha Hauer
<<< ' Fix this warning by adding quotes to make the empty string explicit. Signed-off-by: Sascha Hauer --- Changes since v1: - use remove_quotes rules/rootfs.make | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rules/rootfs.make b/rules/rootfs.make inde

Re: [ptxdist] [PATCH] rootfs: Fix handling of empty variables

2021-02-02 Thread Sascha Hauer
On Wed, Feb 03, 2021 at 08:10:59AM +0100, Michael Olbrich wrote: > On Tue, Feb 02, 2021 at 03:58:36PM +0100, Sascha Hauer wrote: > > $(PTXCONF_PROJECT_VENDOR) and $(PTXCONF_ROOTFS_ETC_HOSTNAME) can be > > empty variables in which case bash answers with: > > > > /bin

[ptxdist] [PATCH] rootfs: Fix handling of empty variables

2021-02-02 Thread Sascha Hauer
<<< ' Fix this warning by putting the variables into quotation marks to make the empty string explicit. Signed-off-by: Sascha Hauer --- rules/rootfs.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/rootfs.make b/rules/rootfs.make index 419ca001e.

Re: [ptxdist] Generate UBIFS Images

2021-01-24 Thread Sascha Hauer
Hi Alex, On Sun, Jan 24, 2021 at 07:29:05PM +0100, Alex Vazquez wrote: > El jue, 21 ene 2021 a las 7:54, Alexander Dahl () escribió: > > > > Hello Alex, > > > > On Wed, Jan 20, 2021 at 11:56:55PM +0100, Alex Vazquez wrote: > > > I have some questions about generating UBIFS images. > > > First, I a

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

2020-11-13 Thread Sascha Hauer
On Fri, Nov 13, 2020 at 09:46:47AM +0100, Michael Olbrich wrote: > On Wed, Nov 11, 2020 at 04:23:39PM +0100, avazquez@gmail.com wrote: > > From: AVazquez > > > > Make it possible to specify load/entry addresses for the kernel. > > These are required by the FIT image specification, but in some

Re: [ptxdist] [PATCH] ptxd_make_fit_image: Add mandatory properties

2020-11-11 Thread Sascha Hauer
On Wed, Nov 11, 2020 at 09:47:42AM +0100, Alex Vazquez wrote: >According to the FIT image specification, these properties are mandatory. > > [1]https://gitlab.denx.de/u-boot/u-boot/-/blob/master/doc/uImage.FIT/source_file_format.txt Putting a load address into the FIT image means that the

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

2020-10-13 Thread Sascha Hauer
Michael, Any comments to this one? Sascha On Fri, Sep 25, 2020 at 01:32:46PM +0200, Sascha Hauer wrote: > A single ptxdist build can be for multiple platforms, so allow to > compile the ARM trusted firmware for multiple platforms as well. > > Signed-off-by: Sascha Hauer > ---

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

2020-09-25 Thread Sascha Hauer
A single ptxdist build can be for multiple platforms, so allow to compile the ARM trusted firmware for multiple platforms as well. Signed-off-by: Sascha Hauer --- changes since v1: - Add migrate helper - add namespace to make functions platforms/tf-a.in| 6 +++--- rules/tf

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

2020-09-24 Thread Sascha Hauer
On Thu, Sep 24, 2020 at 04:44:56PM +0200, Guillermo Rodriguez Garcia wrote: > El jue., 24 sept. 2020 a las 11:31, Sascha Hauer > () escribió: > > > > A single ptxdist build can be for multiple platforms, so allow to > > compile the ARM trusted firmware for multiple platform

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

2020-09-24 Thread Sascha Hauer
On Thu, Sep 24, 2020 at 03:55:33PM +0200, Michael Olbrich wrote: > On Thu, Sep 24, 2020 at 11:31:24AM +0200, Sascha Hauer wrote: > > A single ptxdist build can be for multiple platforms, so allow to > > compile the ARM trusted firmware for multiple platforms as well. > > >

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

2020-09-24 Thread Sascha Hauer
A single ptxdist build can be for multiple platforms, so allow to compile the ARM trusted firmware for multiple platforms as well. Signed-off-by: Sascha Hauer --- platforms/tf-a.in | 6 +++--- rules/tf-a.make | 28 ++-- 2 files changed, 21 insertions(+), 13 deletions

[ptxdist] [PATCH 2/2] net-snmp: explicitly en/disable PCI support

2019-11-20 Thread Sascha Hauer
net-snmp is built with PCI support if PCIUTILS_LIBPCI is already built or without PCI support otherwise. Add a switch to explicitly enable PCI support and make sure it is built without PCI support when this switch is not enabled. Signed-off-by: Sascha Hauer --- rules/net-snmp.in | 6

[ptxdist] [PATCH 1/2] net-snmp: version bump v5.7.3 -> v5.8

2019-11-20 Thread Sascha Hauer
This updates the net-snmp package from v5.7.3 to v5.8. 0001-configure-Eliminate-the-hard-coded-libnl-3-include-p.patch and 0002-Bug-788964-net-snmp-snmp_pdu_parse-DoS.patch are applied on v5.8 and disappeared during rebasing. Signed-off-by: Sascha Hauer --- ...ate-the-hard-coded-libnl-3-include

[ptxdist] [PATCH] kernel: Replace PTXCONF_KERNEL_ARCH_STRING with GENERIC_KERNEL_ARCH

2019-11-20 Thread Sascha Hauer
from the old days, since v2.6.24 we only have "x86" for all x86 machines and since v2.6.27 we only have "powerpc" for all powerpc machines. Signed-off-by: Sascha Hauer --- platforms/dtc.in | 2 +- platforms/kernel.in| 62 ---

Re: [ptxdist] [PATCH 2/2] gpsd: Version bump to 3.17

2019-08-16 Thread Sascha Hauer
On Fri, Aug 16, 2019 at 06:11:46AM +, Denis OSTERLAND wrote: > Hi, > > > Am Donnerstag, den 15.08.2019, 14:56 +0200 schrieb Sascha Hauer: > > From: Fabian Godehardt > > > > This updates gpsd from 2.39 to 3.17. The build system has changed from > > au

Re: [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation

2019-08-16 Thread Sascha Hauer
On Fri, Aug 16, 2019 at 05:55:47AM +, Denis OSTERLAND wrote: > Hi, > > is > https://git.pengutronix.de/cgit/ptxdist/commit/?id=e59457c6d8ff080aca07352e7adb3ff73d976ae6 > not working anymore? Yes, it does. It's just not contained in the ptxdist-2019.01 I currently use ;) With a newer ptxdist

Re: [ptxdist] [PATCH 2/2] gpsd: Version bump to 3.17

2019-08-15 Thread Sascha Hauer
Hi Alexander, On Thu, Aug 15, 2019 at 03:05:03PM +0200, Alexander Dahl wrote: > Hello, > > fyi, there were some patch sets sent to this list in January updating gpsd to > 3.18.1 already. Those did not get merged though: > > v3: https://www.mail-archive.com/ptxdist@pengutronix.de/msg13944.html >

[ptxdist] [PATCH 2/2] gpsd: Version bump to 3.17

2019-08-15 Thread Sascha Hauer
From: Fabian Godehardt This updates gpsd from 2.39 to 3.17. The build system has changed from autotools to scons in the meantime, so there are quite some changes necessary. Signed-off-by: Fabian Godehardt Signed-off-by: Sascha Hauer --- rules/gpsd.in | 30 rules/gpsd.make

[ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation

2019-08-15 Thread Sascha Hauer
From: Andreas Schickedanz Without overwriting the paths the files will be installed in sysroot-host/local/bin,lib,man Signed-off-by: Sascha Hauer --- rules/host-python-scons.make | 5 + 1 file changed, 5 insertions(+) diff --git a/rules/host-python-scons.make b/rules/host-python

[ptxdist] [PATCH 1/3] quota: Update to 4.04

2019-03-29 Thread Sascha Hauer
Update version to 4.04 which is the latest upstream release currently. This also disables all possible autoconf options we do not want to leak in accidently. Signed-off-by: Sascha Hauer --- rules/quota-tools.make | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a

[ptxdist] [PATCH 3/3] quota: e2fsprogs are not always needed

2019-03-29 Thread Sascha Hauer
e2fsprogs are only needed when the quotacheck tool is built with extfs support. Add a new option for this and select e2fsprogs only when necessary. Signed-off-by: Sascha Hauer --- rules/quota-tools.in | 13 ++--- rules/quota-tools.make | 3 ++- 2 files changed, 12 insertions(+), 4

[ptxdist] [PATCH 2/3] quota: directory should be quota-version

2019-03-29 Thread Sascha Hauer
Patch dir and builddir should be same as tarball name, thus quota-$(QUOTA_TOOLS_VERSION). Signed-off-by: Sascha Hauer --- rules/quota-tools.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/quota-tools.make b/rules/quota-tools.make index e8822bc61..57c00a383 100644

Re: [ptxdist] [PATCH 2/2] wvdial: Add package

2017-10-16 Thread Sascha Hauer
Hi Ladis, On Mon, Oct 16, 2017 at 02:36:41PM +0200, Ladislav Michl wrote: > On Mon, Oct 16, 2017 at 02:15:30PM +0200, Sascha Hauer wrote: > > Back in the good old days wvdial was used to easily connect > > a modem to the internet without having to write chat scripts > >

[ptxdist] [PATCH 1/2] wvstreams: Add package

2017-10-16 Thread Sascha Hauer
that parallel build is broken. Disable parallel build for now. Signed-off-by: Sascha Hauer --- .../0001-Fix-FTBFS-with-gcc-4.7.patch | 50 +++ .../0002-fix-FTBFS-with-OpenSSL-1.0.patch | 21 +++ .../0003-fix-FTBFS-with-glibc-2.12.patch

Re: [ptxdist] [PATCH 1/2] wvstreams: Add package

2017-10-16 Thread Sascha Hauer
[PATCH v2] this is. Changes since v1: - integrated comments from Michael Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-

[ptxdist] [PATCH 2/2] wvdial: Add package

2017-10-16 Thread Sascha Hauer
it with autoconf/automake. Signed-off-by: Sascha Hauer --- patches/wvdial-1.61/0001-remove-build-files.patch | 552 + .../0002-Add-autoconf-automake-files.patch | 292 +++ patches/wvdial-1.61/autogen.sh | 27 + patches/wvdial-1.61/series

[ptxdist] [PATCH 2/2] wvdial: Add package

2017-09-29 Thread Sascha Hauer
it with autoconf/automake. Signed-off-by: Sascha Hauer --- patches/wvdial-1.61/0001-remove-build-files.patch | 552 + .../0002-Add-autoconf-automake-files.patch | 292 +++ patches/wvdial-1.61/autogen.sh | 27 + patches/wvdial-1.61/series

[ptxdist] [PATCH 1/2] wvstreams: Add package

2017-09-29 Thread Sascha Hauer
that parallel build is broken. Disable parallel build for now. Signed-off-by: Sascha Hauer --- .../0001-Fix-FTBFS-with-gcc-4.7.patch | 54 .../0002-fix-FTBFS-with-OpenSSL-1.0.patch | 25 ++ .../0003-fix-FTBFS-with-glibc-2.12.patch

[ptxdist] [PATCH v2] cryptsetup: new package

2017-09-28 Thread Sascha Hauer
This adds support for the cryptsetup tools to ptxdist. Cryptsetup is a utility used to conveniently setup disk encryption based on DMCrypt kernel module. Signed-off-by: Sascha Hauer --- changes since v1: - Make crypto backend configurable - Remove configure options that are default anyway

[ptxdist] [PATCH] cryptsetup: new package

2017-09-19 Thread Sascha Hauer
This adds support for the cryptsetup tools to ptxdist. Cryptsetup is a utility used to conveniently setup disk encryption based on DMCrypt kernel module. Signed-off-by: Sascha Hauer --- rules/cryptsetup.in | 22 rules/cryptsetup.make | 96

[ptxdist] [PATCH 4/4] bzip2: Fix CVE-2016-3189

2017-06-02 Thread Sascha Hauer
the first patch to apply cleanly. Signed-off-by: Sascha Hauer --- patches/bzip2-1.0.6/0001-fixup-Makefile.patch | 4 ++-- ...bzip2recover-Fix-potential-use-after-free.patch | 23 ++ patches/bzip2-1.0.6/series | 3 ++- 3 files changed, 27

[ptxdist] [PATCH 3/4] sqlite: version bump to 3.19.2

2017-06-02 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- rules/sqlite.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 59bf22212..1d0caaf41 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite

[ptxdist] [PATCH 1/4] dnsmasq: Version bump to 2.76

2017-06-02 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- .../0001-the-pkg-config-file-is-lua-no-lua5.1.patch | 0 patches/{dnsmasq-2.70 => dnsmasq-2.76}/series | 0 rules/dnsmasq.make| 4 ++-- 3 files changed, 2 inserti

[ptxdist] version bumps for some packages

2017-06-02 Thread Sascha Hauer
Update some packages to newer versions. Sascha Hauer (4): dnsmasq: Version bump to 2.76 ppp: version bump to 2.4.7 sqlite: version bump to 3.19.2 bzip2: Fix CVE-2016-3189 patches/bzip2-1.0.6/0001-fixup

[ptxdist] [PATCH] mtd-utils: Version bump to 2.0.0

2017-05-04 Thread Sascha Hauer
mtd-utils 2.0.0 is out for some time, and it is autotoolized now. Add support for it. Signed-off-by: Sascha Hauer --- rules/mtd-utils.make | 22 +++--- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make index ba633c33e

Re: [ptxdist] 2 barebox in same project ?

2016-04-22 Thread Sascha Hauer
Hi, On Fri, Apr 22, 2016 at 10:21:12AM +0200, Thibaut Dambry wrote: > Hi, > > I would like support 2 cards (only the memory is different, only > bareboxconfig is different) with a same project. > Is there a way to create 2 barebox in the same ptxdist project ? Yes, try "ptxdist newpackage barebo

Re: [ptxdist] Ptxdist menu doesn't work

2014-03-26 Thread Sascha Hauer
Hi Sophie, On Wed, Mar 26, 2014 at 08:12:25AM +, Sophie wrote: > Hello, > I have installed ptxdist (version 2013.12.0) on a new PC and when i launch > the command: > ptxdist menu > > I have the following message: > ptxdist: info: Sorry, menu not possible yet. Please install 'dialog' > > What

Re: [ptxdist] [PATCH 2/7] ptxdist: Add local-src command

2014-02-28 Thread Sascha Hauer
On Fri, Feb 28, 2014 at 02:48:20PM +0100, Alexander Dahl wrote: > Hei hei, > > Am 2014-02-26 15:13, schrieb Sascha Hauer: > > Signed-off-by: Sascha Hauer > > --- > > [snip] > > > + local-srcoverwrite a packag

Re: [ptxdist] [PATCH 1/7] ptxdist: Add list-packages command

2014-02-27 Thread Sascha Hauer
ut indeed there's a lot more information that could be printed. Sascha > > Greets > Alex > > Am 26.02.2014 15:13, schrieb Sascha Hauer: > > This adds a command to list all packages currently selected. ptxdist > > gurus can use 'ptxdist print PACKAGES'

[ptxdist] [PATCH 7/7] dfu-util: version bump to 0.7

2014-02-26 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- rules/dfu-util.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dfu-util.make b/rules/dfu-util.make index 0fa0171..1470e42 100644 --- a/rules/dfu-util.make +++ b/rules/dfu-util.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DFU_UTIL

[ptxdist] [PATCH 6/7] Add dfu-util rules for host

2014-02-26 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- rules/host-dfu-util.in | 13 + rules/host-dfu-util.make | 25 + 2 files changed, 38 insertions(+) create mode 100644 rules/host-dfu-util.in create mode 100644 rules/host-dfu-util.make diff --git a/rules/host-dfu-util.in b

[ptxdist] [PATCH 5/7] add ptxsudo alias to ptxdist bash

2014-02-26 Thread Sascha Hauer
such situations. The name has been chosen rather than regular 'sudo' since the said feature is a security feature protecting against path spoofing which we do not want to disable silently. Signed-off-by: Sascha Hauer --- bin/ptxdist | 1 + 1 file changed, 1 insertion(+) diff --git a/b

[ptxdist] [PATCH 4/7] barebox: Only install defaultenv file if it exists

2014-02-26 Thread Sascha Hauer
Not all builds have a barebox_default_env. Only install it if it exists. Signed-off-by: Sascha Hauer --- rules/barebox.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/barebox.make b/rules/barebox.make index 2dcc0ca..d0f03ba 100644 --- a/rules/barebox.make +++ b

[ptxdist] [PATCH 3/7] barebox: Add optional dependency to host-libusb

2014-02-26 Thread Sascha Hauer
In some configurations barebox needs a host-libusb (imx-usb-loader enabled). Detecting this is not possible in ptxdist, so add a Kconfig option to manually select host-libusb when needed. Signed-off-by: Sascha Hauer --- platforms/barebox.in | 5 + 1 file changed, 5 insertions(+) diff --git

[ptxdist] [PATCH 2/7] ptxdist: Add local-src command

2014-02-26 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- bin/ptxdist | 8 scripts/lib/ptxd_lib_local_src.sh | 41 +++ 2 files changed, 49 insertions(+) create mode 100644 scripts/lib/ptxd_lib_local_src.sh diff --git a/bin/ptxdist b/bin/ptxdist index

[ptxdist] [PATCH 1/7] ptxdist: Add list-packages command

2014-02-26 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- bin/ptxdist | 8 1 file changed, 8 insertions(+) diff --git a/bin/ptxdist b/bin/ptxdist index 663c41e..b2c2e7a 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -898,6 +898,7 @@ Misc: nfsroot run a userspace NFS server and export the n

[ptxdist] [PATCH] kernel.make: Add missing backslash

2013-10-02 Thread Sascha Hauer
in kernel/opts a backslash is missing. Without it the kernel options lack INSTALL_MOD_PATH which makes the install stage in the kernel make templates unusable. Signed-off-by: Sascha Hauer --- rules/pre/kernel.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pre

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-08-31 Thread Sascha Hauer
Hi Alex, On Sat, Aug 31, 2013 at 03:17:53PM +0200, Alexander Aring wrote: > Hi Sascha, > > cool. MPD is one of my favorites music player! Mine aswell. And together with a USB sound card it's a perfect match for my beaglebone ;) > Maybe we should add to install the mpdconf.example from doc direc

[ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-08-31 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- rules/mpd.in | 55 ++ rules/mpd.make | 121 + 2 files changed, 176 insertions(+) create mode 100644 rules/mpd.in create mode 100644 rules/mpd.make diff --git a/rules/mpd.in b

[ptxdist] [PATCH] kexec_tools: Update to 2.0.4

2013-08-07 Thread Sascha Hauer
Version 2.0.4 brings in devicetree support on ARM. Signed-off-by: Sascha Hauer --- rules/kexec-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index 3ceedc9..e0b49bd 100644 --- a/rules/kexec-tools.make +++ b

[ptxdist] [PATCH] rules: Add siggen tools

2011-06-21 Thread Sascha Hauer
siggen is a set of tools for imitating a laboratory Signal Generator, generating audio signals out of Linux's /dev/dsp audio device See http://www.comp.leeds.ac.uk/jj/linux/siggen.html Signed-off-by: Sascha Hauer --- rules/siggen.in | 10 +++ rules/siggen.make |

Re: [ptxdist] [PATCH 1/7] at91bootstrap: depend on ARCH_ARM instead of ARM_AT91SAM926X

2011-03-04 Thread Sascha Hauer
On Fri, Mar 04, 2011 at 01:34:13PM +0100, Remy Bohmer wrote: > Hi, > > 2011/3/4 Sascha Hauer : > > While being useful on at91 only there is no technical reason > > to not build this tool on any other ARM processor. > > > > Signed-off-by: Sascha Hauer > &

[ptxdist] [PATCH 5/7] ARM i.MX vpu plugins: depend on ARCH_ARM instead of ARCH_ARM_IMX

2011-03-04 Thread Sascha Hauer
While being useful on i.MX27 only, there is no reason why it shouldn't be build on other ARM architectures or generic bsps. Signed-off-by: Sascha Hauer --- rules/gst-plugins-fsl_vpu.make |2 +- rules/libfsl-vpu.make |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[ptxdist] [PATCH 7/7] ARM: remove now unused ARM SoC selection

2011-03-04 Thread Sascha Hauer
They are now unused and should never be introduced again. If anything, we want to depend on the ARM architecture, but not on specific SOCs. Signed-off-by: Sascha Hauer --- platforms/architecture.in | 55 - 1 files changed, 0 insertions(+), 55

[ptxdist] [PATCH 6/7] mplayer: cleanup advanced options

2011-03-04 Thread Sascha Hauer
iwmmxt extension switch along with the other options. Signed-off-by: Sascha Hauer --- rules/mplayer.in | 18 ++ rules/mplayer.make | 11 +-- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/rules/mplayer.in b/rules/mplayer.in index 64d0423..7956ddf

[ptxdist] [PATCH 4/7] ffmpeg: do not dispatch cpu type depending on SoC types

2011-03-04 Thread Sascha Hauer
The dispatcher used arm926ejs for all SoCs except for OMAP and PXA. Not all PXAs have iwmmxt, so replace this with testing for the iwmmxt switch. Not all OMAPs have cortex-A8 processors, so replace this with a fallback to armv5 for now. Signed-off-by: Sascha Hauer --- rules/ffmpeg.make | 46

[ptxdist] [PATCH 3/7] ARM omap x-load: depend on ARCH_ARM instead of ARCH_ARM_OMAP

2011-03-04 Thread Sascha Hauer
While bein useful on OMAP only, there is no technical reason to not compile X-Load on any other ARM or on a generic ARM build targeting (not only, but also) OMAP. Signed-off-by: Sascha Hauer --- platforms/x-load.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a

[ptxdist] [PATCH 2/7] ARM: introduce explicit switch for iwmmxt extension

2011-03-04 Thread Sascha Hauer
Currently we have a ARCH_ARM_PXA option which is only used in ffmpeg to select iwmmxt. This contains a FIXME though stating that not all PXAs support the iwmmxt extension. So introduce an explicit switch for this and get rid of ARCH_ARM_PXA later. Signed-off-by: Sascha Hauer --- platforms

[ptxdist] [PATCH 1/7] at91bootstrap: depend on ARCH_ARM instead of ARM_AT91SAM926X

2011-03-04 Thread Sascha Hauer
While being useful on at91 only there is no technical reason to not build this tool on any other ARM processor. Signed-off-by: Sascha Hauer --- platforms/at91bootstrap.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/platforms/at91bootstrap.in b/platforms

[ptxdist] ARM architecture cleanup patches

2011-03-04 Thread Sascha Hauer
Hi, It's been a while since I sent my last ptxdist patch, so it's time to change this. The following patches remove the need to select specific SoCs. These were merely used anyway and some usages (PXA != IWMMXT) were wrong anyway. So get rid of them. Sascha Hauer (7): at9

Re: [ptxdist] autologin

2007-07-18 Thread Sascha Hauer
Hi Oliver, On Wed, Jul 18, 2007 at 02:27:34PM +0200, Oliver Hummel wrote: > Hello. > This is my first time, that I write to the mailinglist and I don`t know if > you discuse such problems here in this list. > > My problem is that I want to make an autologin. > I work with an embedded linux image

Re: [ptxdist] pekwm

2007-05-31 Thread Sascha Hauer
Hi, On Tue, May 29, 2007 at 09:26:47AM -0600, Gary Thomas wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Using ptxdist-1.0.0, I've configured a system to use X Windows > and 'pekwm'. It seems that the target install step of pekwm > doesn't really do anything on the target (no con