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
- Host: GitHub
- URL: https://github.com/rdkcentral/meta-dac-sdk-broadband
- Owner: rdkcentral
- License: other
- Created: 2024-05-13T10:18:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T13:43:19.000Z (6 months ago)
- Last Synced: 2026-01-17T04:09:57.147Z (6 months ago)
- Language: BitBake
- Size: 88.9 KB
- Stars: 1
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Notice: NOTICE
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