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.
Follow the below link for RDK Media Gateway (Hybrid) image using Yocto build framework for RaspberryPi platform
10 Comments
Unknown User (tunglamdinh)
Hi Unknown User (immaneni.kanthikiran) , Unknown User (gayathri.krishnan) ,
I have been following your guideline as below:
# Wait for the repo has been syned. During the source pull, I have seen some errors - and I thought it was some connection errors, so I tried the repo sync command several times.
→ Select the raspberrypi-rdk-mc-westeros.conf option.
The build could run a litte bit, but I always get below errors:
I have searched out from Google but not find the proper solution yet.
Some snipped log from my procedure:
// Bitbake log:
// I am using Ubuntu 18.04 on laptop HP-ProBook-650-G1.
// The tree view of raspberrypi.
$ tree -L 2 meta-cmf-raspberrypi/
meta-cmf-raspberrypi/
├── conf
│ ├── distro
│ ├── include
│ ├── layer.conf
│ └── machine
├── licenses
│ ├── Comcast
│ └── RDK
├── LICENSES.TXT
├── recipes-bsp
│ └── bootfiles
├── recipes-ccsp
│ ├── ccsp
│ ├── hal
│ └── util
├── recipes-common
│ └── rfc
├── recipes-connectivity
│ ├── dibbler
│ ├── hostapd
│ ├── lirc
│ ├── nfs-utils
│ ├── openssh
│ ├── openssl
│ └── wpa-supplicant
├── recipes-containers
│ └── lxc-container-generator
├── recipes-core
│ ├── busybox
│ ├── dbus
│ ├── dropbear
│ ├── images
│ ├── packagegroups
│ └── systemd
├── recipes-devtools
│ ├── binutils
│ ├── e2fsprogs
│ ├── gdb
│ ├── lua
│ └── php
├── recipes-extended
│ ├── aamp
│ ├── appmanager
│ ├── devicesettings
│ ├── dvrmgr
│ ├── gst-plugins-playersinkbin
│ ├── gst-plugins-rdk-subtec
│ ├── gstqamtunersrc
│ ├── hdhomerun
│ ├── iarmmgrs
│ ├── libaio
│ ├── lighttpd
│ ├── logrotate
│ ├── mediaframework
│ ├── mediastreamer
│ ├── networkmgr
│ ├── packagegroups
│ ├── rdkapps
│ ├── storagemanager
│ ├── sysint
│ ├── tdk
│ ├── tdkb
│ ├── websocket-ipplayer2
│ ├── wifi-client-hal
│ └── xupnp
├── recipes-gnome
│ └── librsvg
├── recipes-graphics
│ ├── pxcore-libnode
│ ├── userland
│ ├── westeros
│ └── westeros-soc
├── recipes-kernel
│ └── linux
├── recipes-multimedia
│ └── gstreamer
├── recipes-oem
│ └── mfrlibs
├── recipes-protocols
│ ├── net-snmp
│ └── quagga
├── recipes-qt
│ └── servicemanager
├── recipes-rdkb
│ └── sysint-broadband
├── recipes-support
│ ├── dnsmasq
│ ├── gmp
│ ├── libpcre
│ ├── nettle
│ ├── network-hotplug
│ ├── parodus
│ └── parodus2snmp
├── recipes-thirdparty
│ └── tr69
├── recipes-wpe
│ ├── wpe
│ ├── wpe-backend
│ ├── wpe-backend-rdk
│ ├── wpebackend-rdk
│ ├── wpelauncher
│ ├── wpe-launcher
│ ├── wpeservice
│ ├── wpewebkit
│ └── wpe-webkit
└── setup-environment
Thanks and Regards,
Tung Lam
Unknown User (acoimbatorebalaji)
Hello Unknown User (tunglamdinh) , did you manage to identify the root cause of the problem and resolve it?
Unknown User (gjkottackal)
Unknown User (acoimbatorebalaji) Try using a docker container to do a build. I did face the issue mentioned by Unknown User (tunglamdinh). Somehow the build system native headers seem to get picked up in the build when done on an Ubuntu machine.
Unknown User (acoimbatorebalaji)
Hello George, I also managed to resolve the issue by using a docker. Thank you for the suggestion!
Unknown User (mudekrishna.naick)
Hi Unknown User (acoimbatorebalaji) and Unknown User (gjkottackal)
I'm also facing same issue mentioned by Unknown User (tunglamdinh) and please suggest me the procedure to solve the issue.
I'm not aware docker container build procedure to solve this issue and please suggest me the procedure.
Many thanks for considering my request.
Thanks & Regards,
Krishna.
Unknown User (tunglamdinh)
Hi,
I have to re-install lower edition of Ubuntu (16.04) to build other RDK projects, and all are OK now. I have no time to test with this RPI platform yet.
Unknown User (acoimbatorebalaji)
Unknown User (mudekrishna.naick) , if you are not using docker, please execute the following commands:
sudo
apt-get update
sudo
apt
install
gcc-multilib g++-multilib
This might resolve your problem.
Unknown User (keerthi.venkatanaga)
Unknown User (acoimbatorebalaji) I have tried installing those packages and the error persists . Doing it on docker isnt an option for what we are trying to do. Any other suggestions ? Unknown User (tunglamdinh)
Unknown User (tunglamdinh)
Hi,
I have to re-install lower edition of Ubuntu (16.04) to build other RDK projects, and all are OK now. I have no time to test with this RPI platform yet.
Unknown User (keerthi.venkatanaga)
Just to clarify, that would be morty build with Ubuntu 16.04 right ?