NI-Buildsystem

satbaby
NI - VIP
Beiträge: 563
Registriert: Di 12. Apr 2016, 13:02
Has thanked: 6 times
Been thanked: 16 times

Re: NI-Buildsystem

Beitrag 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
satbaby
NI - VIP
Beiträge: 563
Registriert: Di 12. Apr 2016, 13:02
Has thanked: 6 times
Been thanked: 16 times

Re: NI-Buildsystem

Beitrag 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
Benutzeravatar
vanhofen
Administrator
Beiträge: 2965
Registriert: Di 5. Apr 2016, 00:05
Has thanked: 15 times
Been thanked: 31 times

Re: NI-Buildsystem

Beitrag 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.
satbaby
NI - VIP
Beiträge: 563
Registriert: Di 12. Apr 2016, 13:02
Has thanked: 6 times
Been thanked: 16 times

Re: NI-Buildsystem

Beitrag 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
Benutzeravatar
vanhofen
Administrator
Beiträge: 2965
Registriert: Di 5. Apr 2016, 00:05
Has thanked: 15 times
Been thanked: 31 times

Re: NI-Buildsystem

Beitrag von vanhofen »

Dazu müsstest du package/ffmpeg6/ffmpeg6.mk patchen. Standardmäßig werden die offiziellen Tarballs benutzt.
satbaby
NI - VIP
Beiträge: 563
Registriert: Di 12. Apr 2016, 13:02
Has thanked: 6 times
Been thanked: 16 times

Re: NI-Buildsystem

Beitrag von satbaby »

Audiolibs download funktioniert nicht, mit allen Versions.
Das geht hier.
https://sources.buildroot.net/alsa-lib/ ... 11.tar.bz2
Benutzeravatar
annie
NI - Team
Beiträge: 1024
Registriert: Di 5. Apr 2016, 18:46
Wohnort: zuhause
Box: 1x E4HD, 4x HD51,1x VuUno4K
Has thanked: 8 times
Been thanked: 7 times

Re: NI-Buildsystem

Beitrag 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
Benutzeravatar
tannen
Beiträge: 417
Registriert: Mo 12. Nov 2018, 18:10
Wohnort: NRW
Box: VU+Duo 4K SE C/T2 VU+Uno 4K SE C
Has thanked: 14 times
Been thanked: 9 times

Re: NI-Buildsystem

Beitrag 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ß
Neutrino HD by NI Eigenbau mit VU+ Duo 4K SE DVB-C/DVB-T2 und VU+ Uno 4K SE DVB-C im Kabel von Vodafone
satbaby
NI - VIP
Beiträge: 563
Registriert: Di 12. Apr 2016, 13:02
Has thanked: 6 times
Been thanked: 16 times

Re: NI-Buildsystem

Beitrag 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
satbaby
NI - VIP
Beiträge: 563
Registriert: Di 12. Apr 2016, 13:02
Has thanked: 6 times
Been thanked: 16 times

Re: NI-Buildsystem

Beitrag von satbaby »

Es war alte crosstool-ng in download Dir.
Antworten

Zurück zu „Neutrino allgemein“