For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
Copyright 2016 RDK Management, LLC. All rights reserved. The contents of this document are RDK Management, LLC Proprietary and Confidential and may not be distributed or otherwise disclosed without prior written permission of RDK Management, LLC.
No longer supported
Recommending to use dunfell build going forward.
NOTE: Observing fetch errors in VMs with Ubuntu14.x. Thus, suggesting to use VMs with Ubuntu16.x or higher.
Note: Cloning the code before login once to code.rdkcentral.com, user would get the Authentication error, even though the account is in good standing and has all the required access. Please login to code.rdkcentral.com before attempting to clone.
To build, follow below instructions
Create workspace directory
mkdir <workspace dir> cd <workspace dir>
OpenSync backhaul credential
Please get patch(service.patch) for meta-turris layer from Plume to apply backhaul credential(SSID:PSK). Please check Cloud Access Guide for more details.
Follow below instructions to create build with external sources
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-pod-extsrc.xml -b rdk-next repo sync -j4 --no-clone-bundle cd meta-turris && git apply service.patch && cd ../ MACHINE=turris-extender source meta-turris/setup-environment build-turris-ext bitbake rdk-generic-extender-image
Else, follow below instructions to create build with no external source
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-pod-nosrc.xml -b rdk-next repo sync -j4 --no-clone-bundle cd meta-turris && git apply service.patch && cd ../ MACHINE=turris-extender source meta-turris/setup-environment build-turris-ext bitbake rdk-generic-extender-image
Note. The kernel Image and root filesystem will be placed under <workspace dir>/build-turris-ext/tmp/deploy/images/turris-extender directory
4 Comments
Unknown User (ylim01)
Hello,
I have some build problem with u-boot-turris.
ERROR: u-boot-turris-2019.07-r0 do_fetch: Fetcher failure: Fetch command export PATH="/home/yjlim/work/src/turris_omnia/gateway/openembedded-core/scripts:/home/yjlim/work/src/turris_omnia/gateway/build-turris/tmp/sysroots/x86_64-linux/usr/bin/arm-rdk-linux-gnueabi:/home/yjlim/work/src/turris_omnia/gateway/build-turris/tmp/sysroots/turris/usr/bin/crossscripts:/home/yjlim/work/src/turris_omnia/gateway/build-turris/tmp/sysroots/x86_64-linux/usr/sbin:/home/yjlim/work/src/turris_omnia/gateway/build-turris/tmp/sysroots/x86_64-linux/usr/bin:/home/yjlim/work/src/turris_omnia/gateway/build-turris/tmp/sysroots/x86_64-linux/sbin:/home/yjlim/work/src/turris_omnia/gateway/build-turris/tmp/sysroots/x86_64-linux/bin:/home/yjlim/work/src/turris_omnia/gateway/openembedded-core/scripts:/home/yjlim/work/src/turris_omnia/gateway/openembedded-core/bitbake/bin:/home/yjlim/bin:/home/yjlim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/yjlim"; git -c core.fsyncobjectfiles=0 ls-remote https://git@gitlab.labs.nic.cz/turris/turris-omnia-uboot failed with exit code 128, output:
fatal: unable to access 'https://gitlab.labs.nic.cz/turris/turris-omnia-uboot/': gnutls_handshake() failed: Handshake failed
It happens same as when building turris omnia gateway.
Could you please check about it?
Unknown User (manigandanj)
May be corporate network policy blocks the traffic. Build is going fine for us.
Unknown User (manigandanj)
Hi Unknown User (ylim01),
Looks like, above mentioned fetch error occurs in VM with Ubuntu14.x but not in VMs with Ubuntu16.x or higher. Suspecting Openssl component installed in Ubuntu 14.x.
Unknown User (ylim01)
Hi Unknown User (manigandanj),
I also realized it only happens in ubuntu 14.x. Is there any way to solve this problem in ubuntu 14.x?