MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD
birdman (26-07-23)
The svn.streamboard.tv site has been offline for a few days causing builds to fail at the initial stage. Is there an easy way to disable the streamboard/oscam check temporally until the site is back online, maybe with a recipes-local file?
You can try and use same repo that PLi uses
Code:https://github.com/OpenPLi/openpli-oe-core/blob/develop/meta-openpli/recipes-openpli/enigma2-softcams/enigma2-plugin-softcams-oscam.bb
I have tried adding a bbapend file with the URL from PLi which still gives errors and also tried copying the full PLi bb file to the bbapend but it complains that it contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a newer bitbake
TBH, I'm well out of my depth. Is there a simple way to just get the build to skip everything related to oscam?
This is from @Eddi ……..haven,t tried it, but from Eddi, I am sure it will work
ls -1 oscam | while read a; do echo $a; cat $a; echo "##############"; done
enigma2-plugin-softcams-oscam-latest.bbappend
SRC_URI = "git://github.com/oscam-emu/oscam-svn.git;protocol=https;branch=trunk \
file://OSCAM-LICENSE \
file://init.oscam-generic \
file://${CAMNAME}/ \
"
S = "${WORKDIR}/git"
##############
enigma2-plugin-softcams-oscam-stable.bbappend
SRC_URI = "git://github.com/oscam-emu/oscam-svn.git;protocol=https;branch=trunk\
file://OSCAM-LICENSE \
file://init.oscam-generic \
file://${CAMNAME}/ \
"
S = "${WORKDIR}/git"
#"11581"
SRCREV = "d98aef507704cef35db2e7a232ef0a382cd6f458"######## ######
openvix-softcams-oscam-pcscd-latest-arm.bbappend
SRC_URI = "git://github.com/oscam-emu/oscam-svn.git;protocol=https;branch=trunk"
S = "${WORKDIR}/git"
##############
openvix-softcams-oscam-pcscd-latest-mipsel.bbappend
SRC_URI = "git://github.com/oscam-emu/oscam-svn.git;protocol=https;branch=trunk"
S = "${WORKDIR}/git"
##############
openvix-softcams-oscam-pcscd-mipsel.bbappend
SRC_URI = "git://github.com/oscam-emu/oscam-svn.git;protocol=https;branch=trunk"
S = "${WORKDIR}/git"
SRCREV = "6d372d4dbca9da01f19e606b160eba691afabc27"
##############
Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
.......................
Vu+ Uno4KSE, Dreambox dm900
AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
Zgemma H9 C/S into Giga4K
BrianG61UK (01-02-24),lincsat (31-01-24)
Thanks, I'll have a look at that later or probably tomorrow.
Where does the 1st bit go?
There are 6 oscam .bb so I assume that I can use the text from one of the 5 listed in the 6thCode:ls -1 oscam | while read a; do echo $a; cat $a; echo "##############"; done
[QUOTE=lincsat;537258]Thanks, I'll have a look at that later or probably tomorrow.
Where does the 1st bit go?
That's just the line of shell script that twol used to print the contents of those 5 files with the file name in before and some ###s after each one.Code:ls -1 oscam | while read a; do echo $a; cat $a; echo "##############"; done
Zgemma H7S, Fixed 28.2°E dish, Freeview (Hannington). ABM Providers: [Sky UK; Thames Valley SD Custom; HD swap], [Freeview (UK); Berks and North Hants]
lincsat (31-01-24)
Well I created the 6 bbappend files and it appears to be building OK. The 6th file is called - enigma2-plugin-softcams-oscam-emu.bbappend
The original text does have a missing space between branch=trunk and the \ in the 2nd one on the list
BrianG61UK (01-02-24)
I picked things up from there in the early hours of Jan 27.
Interestingly(?) all of the Mirrors failed - so it fell back to upstream.
The mirror links which failed were:
- http://openvix.co.uk/feeds_extras/so...11731_1.tar.gz
- https://source.mynonpublic.com/trunk...11731_1.tar.gz
- http://code.vuplus.com/download/mirr...11731_1.tar.gz
- http://autobuilder.yoctoproject.org/...11731_1.tar.gz
Last edited by birdman; 31-01-24 at 23:37.
MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD
-- Deleted --
As always. I spend hours trying to work out something and then as soon as I ask I somehow manage to stumble on to the solution.
The five .bbappend files already mentioned are all that's needed, once the missing space is fixed you can build an image.
Last edited by BrianG61UK; 01-02-24 at 02:23.
Zgemma H7S, Fixed 28.2°E dish, Freeview (Hannington). ABM Providers: [Sky UK; Thames Valley SD Custom; HD swap], [Freeview (UK); Berks and North Hants]
After all this, I see streamboard is back online today
BrianG61UK (03-02-24)
Yes. What a waste of time.
el bandido (01-02-24)