Seite 34 von 34

Re: NI-Buildsystem

Verfasst: Sa 27. Jul 2024, 20:50
von satbaby
Danke.

Ich habe git auf ni-git geädert und läuft weiter.

Code: Alles auswählen

diff --git a/package/crosstool-ng/crosstool-ng.mk b/package/crosstool-ng/crosstool-ng.mk
index a8babc07..10bb765d 100644
--- a/package/crosstool-ng/crosstool-ng.mk
+++ b/package/crosstool-ng/crosstool-ng.mk
@@ -8,7 +8,7 @@ CROSSTOOL_NG_VERSION = 6d1b6e4
 CROSSTOOL_NG_DIR = crosstool-ng.git
 CROSSTOOL_NG_SOURCE = crosstool-ng.git
 CROSSTOOL_NG_SITE = https://github.com/crosstool-ng
-CROSSTOOL_NG_SITE_METHOD = git
+CROSSTOOL_NG_SITE_METHOD = ni-git
 
 CROSSTOOL_NG_DEPENDENCIES = kernel-tarball kernel-headers
 

gruss

Re: NI-Buildsystem

Verfasst: Sa 27. Jul 2024, 20:54
von satbaby
Sven ich habe heute neu aus git gezogen, weil mein alte wollte nicht mehr.
Ich brauche neue ffmpeg auf vuzero, weil ARD-Olimpia streams nicht funktionieren.
Auf mutant51 laufen.

gruss

Re: NI-Buildsystem

Verfasst: Sa 27. Jul 2024, 20:57
von vanhofen
OK. Ich kann dir aber versichern, dass deine ni-git-Lösung nichts mit dem Thema ...
satbaby hat geschrieben: Sa 27. Jul 2024, 20:29 fatal: Authentication failed for 'https://github.com/neutrino-images/crosstool-ng.git/'
... zu tun hat. :D

Wir auch immer ... Hauptsache es läuft.

Re: NI-Buildsystem

Verfasst: Sa 27. Jul 2024, 21:00
von satbaby
Sven, da du grade da bist. Ich habe eine Frage.
Wie kann ich jetzt ffmpeg aus orig git nutzen, oder muss ich das patchen?

gruss

Re: NI-Buildsystem

Verfasst: Sa 27. Jul 2024, 23:09
von vanhofen
Dazu müsstest du package/ffmpeg6/ffmpeg6.mk patchen. Standardmäßig werden die offiziellen Tarballs benutzt.

Re: NI-Buildsystem

Verfasst: So 28. Jul 2024, 11:34
von satbaby
Audiolibs download funktioniert nicht, mit allen Versions.
Das geht hier.
https://sources.buildroot.net/alsa-lib/ ... 11.tar.bz2

Re: NI-Buildsystem

Verfasst: So 28. Jul 2024, 12:18
von annie
In einer neuen VM Debian-12-Cinnamon-64Bit installiert
Neutrinobuildsystem nach readme erzeugt, für HD51 Image gebaut.
Archive extra leer gelassen um zu sehen was nicht geladen wird....

mit alsa-lib.... hatte ich keine Downloadprobleme

json.lua bzw JASON.lua musste ich manuell hinzufügen
dvb-apps genauso

sonst lief das alles reibungslos bis zu Ende
Bildschirmfoto vom 2024-07-28 12-13-15.png

Re: NI-Buildsystem

Verfasst: So 28. Jul 2024, 13:35
von tannen
Auf einen Macmini mit M2 Chip in einer UTM Ware mit Ubuntu 22 in 15 Minuten gebaut für VU+ Duo 4k DVB-C/DVB-T2

JASON.lua und dvb-apps musste ich hinzufügen

Bild_28_07_24_um_13_30.jpg

Gruß

Re: NI-Buildsystem

Verfasst: So 28. Jul 2024, 14:39
von satbaby
Ich habe keine Ahnung was mit cross git anders ist.
Bei allen andren, clone geht ohne Probleme.

git clone https://github.com/neutrino-images/crosstool-ng.git/
Cloning into 'crosstool-ng'...
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/neutrino-images/crosstool-ng.git/'

git clone https://github.com/neutrino-images/ni-libstb-hal.git
Cloning into 'ni-libstb-hal'...
remote: Enumerating objects: 12641, done.
remote: Counting objects: 100% (1491/1491), done.
remote: Compressing objects: 100% (489/489), done.
remote: Total 12641 (delta 1035), reused 1424 (delta 987), pack-reused 11150
Receiving objects: 100% (12641/12641), 2.64 MiB | 3.69 MiB/s, done.
Resolving deltas: 100% (9219/9219), done.

//edit
Wieso zaubert der aus:
CROSSTOOL_NG_SITE = https://github.com/crosstool-ng
??? https://github.com/neutrino-images/crosstool-ng.git/ ???

Downloading crosstool-ng
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/neutrino-images/crosstool-ng.git/'
Extracting crosstool-ng
git checkout tags/crosstool-ng-1.25.0
error: pathspec 'tags/crosstool-ng-1.25.0' did not match any file(s) known to git
make: *** [package/crosstool-ng/crosstool-ng.mk:107: crosstool-ng.do_prepare] Error 1

Re: NI-Buildsystem

Verfasst: So 28. Jul 2024, 16:44
von satbaby
Es war alte crosstool-ng in download Dir.