Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 44 of 46 FirstFirst ... 344243444546 LastLast
Results 646 to 660 of 690

Thread: Build my own Vix image

  1. #646
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,801
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by judge View Post
    Couldn't get file:// to work.
    What did you actually put into which file?
    The code looks as though it should work. If the URL starts with "file:" it skips the first 5 characters and copies the file (or symlinks it, if you have that option set).
    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

  2. #647

    Title
    Member
    Join Date
    Jun 2022
    Posts
    70
    Thanks
    1
    Thanked 33 Times in 19 Posts
    Quote Originally Posted by judge View Post
    Couldn't get file:// to work.
    Tested sf4008 and plugins work for me. Renamed "ipk" folder to "feeds" and transferred folder to /media/hdd/

    Then modified opkg config paths. For example "all-feed.conf" to file:///media/hdd/feeds/all

  3. The Following 3 Users Say Thank You to ocean For This Useful Post:

    birdman (16-07-23),Huevos (15-07-23),judge (26-07-23)

  4. #648
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,650
    Thanks
    2,007
    Thanked 4,961 Times in 3,278 Posts
    Quote Originally Posted by ocean View Post
    Tested sf4008 and plugins work for me. Renamed "ipk" folder to "feeds" and transferred folder to /media/hdd/

    Then modified opkg config paths. For example "all-feed.conf" to file:///media/hdd/feeds/all
    So you're still around then.
    Help keep OpenViX servers online.Please donate!

  5. #649

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by birdman View Post
    What did you actually put into which file?
    The code looks as though it should work. If the URL starts with "file:" it skips the first 5 characters and copies the file (or symlinks it, if you have that option set).
    My mistake, using file:///hdd/feeds/ does work. Had copied the modified files to the wrong place so was still using the originals.

  6. The Following User Says Thank You to judge For This Useful Post:

    birdman (26-07-23)

  7. #650

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    684
    Thanks
    56
    Thanked 237 Times in 164 Posts
    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?

  8. #651
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,365
    Thanks
    6,446
    Thanked 9,160 Times in 6,235 Posts
    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

  9. #652

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    684
    Thanks
    56
    Thanked 237 Times in 164 Posts
    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?

  10. #653
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,425
    Thanks
    997
    Thanked 2,897 Times in 2,250 Posts
    Quote Originally Posted by lincsat View Post
    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)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  11. The Following 2 Users Say Thank You to twol For This Useful Post:

    BrianG61UK (01-02-24),lincsat (31-01-24)

  12. #654

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    684
    Thanks
    56
    Thanked 237 Times in 164 Posts
    Thanks, I'll have a look at that later or probably tomorrow.

    Where does the 1st bit go?
    Code:
    ls -1 oscam | while read a; do echo $a; cat $a; echo "##############"; done
    There are 6 oscam .bb so I assume that I can use the text from one of the 5 listed in the 6th

  13. #655

    Title
    Forum Supporter
    Donated Member
    Join Date
    Oct 2022
    Location
    Berkshire England. 51.4°N, 0.9°W
    Posts
    80
    Thanks
    107
    Thanked 24 Times in 17 Posts
    [QUOTE=lincsat;537258]Thanks, I'll have a look at that later or probably tomorrow.

    Where does the 1st bit go?
    Code:
    ls -1 oscam | while read a; do echo $a; cat $a; echo "##############"; done
    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.
    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]

  14. The Following User Says Thank You to BrianG61UK For This Useful Post:

    lincsat (31-01-24)

  15. #656

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    684
    Thanks
    56
    Thanked 237 Times in 164 Posts
    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

  16. The Following User Says Thank You to lincsat For This Useful Post:

    BrianG61UK (01-02-24)

  17. #657
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,801
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by lincsat View Post
    The svn.streamboard.tv site has been offline for a few days causing builds to fail at the initial stage. ...
    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:




    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

  18. #658

    Title
    Forum Supporter
    Donated Member
    Join Date
    Oct 2022
    Location
    Berkshire England. 51.4°N, 0.9°W
    Posts
    80
    Thanks
    107
    Thanked 24 Times in 17 Posts

    Arrow

    -- 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]

  19. #659

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    684
    Thanks
    56
    Thanked 237 Times in 164 Posts
    After all this, I see streamboard is back online today

  20. The Following User Says Thank You to lincsat For This Useful Post:

    BrianG61UK (03-02-24)

  21. #660
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,650
    Thanks
    2,007
    Thanked 4,961 Times in 3,278 Posts
    Yes. What a waste of time.
    Help keep OpenViX servers online.Please donate!

  22. The Following User Says Thank You to Huevos For This Useful Post:

    el bandido (01-02-24)

Page 44 of 46 FirstFirst ... 344243444546 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.