OpenWebif update moment.js from 2.14.1 to 2.29.1Is there any reason to build nodejs?
Code:
https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/commit/d276fd64a4ed0600c4e812f047888f8ded24476c
OpenWebif update moment.js from 2.14.1 to 2.29.1Is there any reason to build nodejs?
https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/commit/d276fd64a4ed0600c4e812f047888f8ded24476c
https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/.github/workflows/build.yml#L58
Ok, on mine I do this (/var/www is the webserver root):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.
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
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.
https://github.com/oe-alliance/oe-alliance-core/commit/bdc3d24fed3f20fde905abcbc6a52b3b948ecf18
I think media portal requires it but OpenViX don't have that as it is not open source.
I have 16GB of swap and 16GB of RAM.You should still use at least 8GB swap along with the 16GB ram.
nodejs and QT both peak over 24GB in my build.
nodejs and QT both peak over 24GB in my build.
You could add one to the DEPENDS of the other, which will stop them being built at the same time.Luck! If you get only nodejs and qt building at the same time ( that is just 2 streams) you can hit 34 gb (no swapping - I have excess memory on my PC ) and all 16 cpus running
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
Perhaps not so lucky, really.Luck! If you get only nodejs and qt building at the same time ( that is just 2 streams) you can hit 34 gb (no swapping - I have excess memory on my PC ) and all 16 cpus running
Because if I don't need it the standard Vix build shouldn't be building it for me - it should disable it.Can you give one good reason you are building nodejs?
Package gcc-8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gcc-8' has no installation candidate