Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After OCI image gets generated we need to generate bundlegen for the generated oci image to make that application platform compatible. (https://github.com/rdkcentral/BundleGen.git)
For BPIR4 we are having below mentioned templates.
            1)bpir4_reference.json
            2)bpir4_reference_libs.json
Before generating bundlegen make sure that you are having supported packages in your local machine(linux machine) for bundlegen support.

Code Block
languagebash
themeRDark
firstline1
titleBundlegen steps for BPIR4 Platform.
linenumberstrue
collapsetrue
git clone https://github.com/rdkcentral/BundleGen.git  (clone Bundlegen code.) 
cd BundleGen 
python3 setup.py build 
python3 setup.py install 
export PYTHONPATH=/usr/lib/python3.8/site:$PYTHONPATH
# Copy generated oci image to this folder.
chmod 777 dac-image-iperf3-filogic-20250523063607.bin-oci.tar
tar -xvf dac-image-iperf3-filogic-20250523063607.bin-oci.tar
chmod 777 dac-image-iperf3-filogic-20250523063607.bin-oci
bundlegen generate --platform bpir4_reference oci:dac-image-iperf3-filogic-20250523063607.bin-oci ~/iperf3-filogiciperf3filogic (creates the iperf332iperf3filogic.tar.gz bundle file)

   Bundlegen Jira for reference.
         

Jira
serverJIRA
serverId11deff04-0380-3a3d-a916-0849d4e573f7
keyRDKBACCL-326

Iperf3 DAC Bundle - iperf3-DAC-Bundle-9Dec25.tar.gz

DAC application validation.

...