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 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46

Thread: openvix dev build instructions

  1. #16

    Title
    Member
    Join Date
    Feb 2021
    Posts
    96
    Thanks
    21
    Thanked 6 Times in 4 Posts
    Quote Originally Posted by twol View Post
    The feed ipks are also there (deploy/ipk) so you need to set that up so you pick up your feeds in the image
    I don't understand this sentence. Are they not bundled in already cos of that build stage I ran?
    I ran step 14
    14 - Building image with feeds e.g.:-

    MACHINE=vuultimo4k DISTRO=openvix DISTRO_TYPE=release make image
    Code:
    /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/gbmv200/tmp/deploy/ipk
    total 856
    drwxr-xr-x 8 openvixbuilder openvixbuilder   4096 Apr 30 04:33 .
    drwxr-xr-x 5 openvixbuilder openvixbuilder   4096 Apr 30 03:18 ..
    drwxr-xr-x 2 openvixbuilder openvixbuilder   4096 Apr 30 04:33 3rdparty
    drwxr-xr-x 2 openvixbuilder openvixbuilder  45056 Apr 30 04:33 all
    drwxr-xr-x 2 openvixbuilder openvixbuilder 651264 Apr 30 04:34 cortexa15hf-neon-vfpv4
    drwxr-xr-x 2 openvixbuilder openvixbuilder 131072 Apr 30 04:33 gbmv200
    drwxr-xr-x 2 openvixbuilder openvixbuilder   4096 Apr 30 04:33 gbmv200_3rdparty
    drwxr-xr-x 2 openvixbuilder openvixbuilder  20480 Apr 30 04:33 gbtrio4k
    -rw-r--r-- 1 openvixbuilder openvixbuilder      0 Apr 30 04:33 Packages

  2. #17
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    In Openvix.conf you have to specify your own feeds url otherwise feeds won't point towards your server.
    Help keep OpenViX servers online.Please donate!

  3. #18

    Title
    Member
    Join Date
    Feb 2021
    Posts
    96
    Thanks
    21
    Thanked 6 Times in 4 Posts
    Quote Originally Posted by Huevos View Post
    In Openvix.conf you have to specify your own feeds url otherwise feeds won't point towards your server.
    Ah ok, before I kicked off the build, I should have updated DISTRO_FEED_URI in '/meta-oe-alliance/meta-oe/conf/distro/openvix.conf' to point to $myserver/home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/gbmv200/tmp/deploy/ipk/gbtrio4k?

  4. #19
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    Just update the domain. Then afterwards you make a feeds folder in your web server root and symlink to the ipk folders. I'll post my link creation command later.
    Help keep OpenViX servers online.Please donate!

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

    el bandido (30-04-22)

  6. #20
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    As an aside, I put my changes in site.conf so there are problems doing 'make update.
    Help keep OpenViX servers online.Please donate!

  7. #21

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    250
    Thanks
    59
    Thanked 556 Times in 180 Posts
    Quote Originally Posted by Huevos View Post
    Is there any reason to build nodejs?
    OpenWebif update moment.js from 2.14.1 to 2.29.1
    Code:
    https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/commit/d276fd64a4ed0600c4e812f047888f8ded24476c

  8. #22

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    250
    Thanks
    59
    Thanked 556 Times in 180 Posts
    I don't think nodejs is really needed, but OpenWebif is the only reference i can find and does install it during build.
    Code:
    https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/.github/workflows/build.yml#L58

  9. #23
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    I removed it from our build some time ago and nothing complains as far as I know. And nothing seems to link to the .bb file except oe-alliance-feeds.
    Help keep OpenViX servers online.Please donate!

  10. #24
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    Quote Originally Posted by Huevos View Post
    Just update the domain. Then afterwards you make a feeds folder in your web server root and symlink to the ipk folders. I'll post my link creation command later.
    Ok, on mine I do this (/var/www is the webserver root):
    Code:
    mkdir -p /var/www/feeds/openvix/developer/6.2/vuultimo4k
    ln -s /home/openvix/6.2/builds/openvix/developer/vuultimo4k/tmp/deploy/ipk/* /var/www/feeds/openvix/developer/6.2/vuultimo4k
    Help keep OpenViX servers online.Please donate!

  11. #25

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    250
    Thanks
    59
    Thanked 556 Times in 180 Posts
    Quote Originally Posted by Huevos View Post
    I removed it from our build some time ago and nothing complains as far as I know. And nothing seems to link to the .bb file except oe-alliance-feeds.
    Well it was add by atvcaptain 5 years ago, maybe ask if captain remembers reason to add this beast?
    Code:
    https://github.com/oe-alliance/oe-alliance-core/commit/bdc3d24fed3f20fde905abcbc6a52b3b948ecf18

  12. #26
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    I think media portal requires it but OpenViX don't have that as it is not open source.
    Help keep OpenViX servers online.Please donate!

  13. #27
    Ev0's Avatar
    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    1,043
    Thanks
    346
    Thanked 421 Times in 262 Posts
    Quote Originally Posted by Huevos View Post
    I think media portal requires it but OpenViX don't have that as it is not open source.

    Correct it was for mediaportal, but that A) as you say is not open source and B) doesn't work with Py3 anyway (well not officially).


  14. #28
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,769
    Thanks
    235
    Thanked 1,656 Times in 1,305 Posts
    Quote Originally Posted by ronand View Post
    You should still use at least 8GB swap along with the 16GB ram.
    I have 16GB of swap and 16GB of RAM.
    I've never actually seen the swap be used whilst running a build (and that includes building nodejs).
    If the swap were ever used then you'd be adding a lot of time to a build.
    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

  15. #29
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,574
    Thanks
    2,004
    Thanked 4,925 Times in 3,259 Posts
    nodejs and QT both peak over 24GB in my build.
    Help keep OpenViX servers online.Please donate!

  16. #30
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,382
    Thanks
    987
    Thanked 2,888 Times in 2,243 Posts
    Quote Originally Posted by Huevos View Post
    nodejs and QT both peak over 24GB in my build.
    that's also my (bad) experience
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
    ------------------> Spaun SUS 5581/33 NFA Multiswitch 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 Legacy ports on multiswitches
    Zgemma H9 C/S into Giga4K

Page 2 of 4 FirstFirst 1234 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.