[ptxdist] [PATCH] README: there is no TODO file anymore

2019-11-04 Thread Roland Hieber
The TODO file was removed in commit b710f8cdf410a91b4298 ("PTXdist: remove useless and unmaintained files"). Signed-off-by: Roland Hieber --- README | 1 - 1 file changed, 1 deletion(-) diff --git a/README b/README index 86e111c1754e..54e64343d6cc 100644 --- a/README +++ b/README @@ -53,4

Re: [ptxdist] [PATCH] u-boot: generate default environment image

2019-11-04 Thread Alexander Dahl
Hei hei, did not review carefully, but … Am Donnerstag, 31. Oktober 2019, 18:28:52 CET schrieb Bruno Thomsen: > Can be used during manufacturing to avoid bootloader > console usage and speed up first boot. > > Signed-off-by: Bruno Thomsen > --- > platforms/u-boot.in | 28

[ptxdist] [PATCH 2/3] alsa-libs: honor inter-package dependencies

2019-11-04 Thread Juergen Borleis
Signed-off-by: Juergen Borleis --- rules/alsa-lib.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in index edc40e186..ae859fee3 100644 --- a/rules/alsa-lib.in +++ b/rules/alsa-lib.in @@ -35,6 +35,7 @@ config ALSA_LIB_READ config ALSA_LIB_MIXER

[ptxdist] [PATCH 3/3] alsa-utils: replace dependencies added by accident by the real ones

2019-11-04 Thread Juergen Borleis
These old dependencies do not really exist. It seems so, if one does tests with libalsa and does not remove the header files from the previous try. Then the header detection in alsa-utils reports false positives and tries to build files, where no backend support is available in the current

[ptxdist] [PATCH 1/3] alsa-lib: provide a way to limit the PCM modules

2019-11-04 Thread Juergen Borleis
On some platforms it makes sense to limit the available PCM modules to the really required ones (application specific) or useful ones (hardware specific). This change enables the user to select specific modules which will be later on present in the run-time system. To be backward compatible, the