An open API service indexing awesome lists of open source software.

https://github.com/rdkcentral/meta-dac-sdk-broadband

SDK to create OCI image for RDK-B
https://github.com/rdkcentral/meta-dac-sdk-broadband

Last synced: 6 months ago
JSON representation

SDK to create OCI image for RDK-B

Awesome Lists containing this project

README

          

# meta-dac-sdk-broadband
SDK to create OCI image for RDK-B

# Build instructions
#following repo commands will required meta-layers see manifest of https://code.rdkcentral.com/r/plugins/gitiles/manifests/+/refs/heads/rdk-next/rdkb-extsrc.xml
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b kirkstone

#execute the below command to clone the projects
sed -i '/oe-layers.xml/a \ \ \ \ \n\ \ \ \ ' .repo/manifests/rdkb-extsrc.xml

repo sync -j `nproc` --no-clone-bundle --no-tags

# cherrypick the below link to overcome the old syntax override issue
cd bitbake && git fetch https://code.rdkcentral.com/r/rdk/components/opensource/oe/bitbake refs/changes/35/85335/3 && git cherry-pick FETCH_HEAD && cd ..

. ./oe-init-build-env
cp ../meta-dac-sdk-broadband/manifests/bblayers.conf conf/

# Need to decide whether you compile Application binaries against ARM 32bit or x86 64bit, Select one of them
# for ARMv7
echo 'MACHINE = "raspberrypi4"' >> conf/local.conf
# for ARCHv8
echo 'MACHINE = "raspberrypi4-64"' >> conf/local.conf
# for x86_64
#echo 'MACHINE = "qemux86-64"' >> conf/local.conf

# Building Iperf DAC app
bitbake dac-image-iperf3