...
| Code Block |
|---|
| language | bash |
|---|
| theme | RDark |
|---|
| firstline | 1 |
|---|
| title | Bundlegen steps for BPIR4 Platform. |
|---|
| linenumbers | true |
|---|
| collapse | true |
|---|
|
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 |
|---|
| server | JIRA |
|---|
| serverId | 11deff04-0380-3a3d-a916-0849d4e573f7 |
|---|
| key | RDKBACCL-326 |
|---|
|
DAC application validation.
...