Skip to content

Commit e93856e

Browse files
committed
RDKBACCL-999 : Integrate ieee1905 in Extender build
Reason for change: Added below changes, 1. Added modifications in conf files to support rust 2. Include ieee1905 pkg in pkggrp Test procedure: Tested with daisy chain Risks: None Signed-off-by: keerthana.p <[email protected]>
1 parent 25fcfc3 commit e93856e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

conf/include/rdk-bpi-ap-extender-bbmasks.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'OneWifi', '|meta-cmf-filogic
77
BBMASK_append_kirkstone .= "|meta-rdk-opensync/recipes/python3-jinja2/python3-jinja2_2.11.1.bb"
88
BBMASK .= "|meta-cmf/recipes-core/images/rdk-ipstb-oss-image.bb"
99
BBMASK .= "|meta-cmf/recipes-core/images/rdk-ipstb-oss-tdk-image.bb"
10+
BBMASK .= "|openembedded-core/meta/recipes-devtools/rust/"
11+
BBMASK .= "|meta-cmf-filogic/recipes-ccsp/ccsp/ccsp-one-wifi.bbappend"

conf/machine/bananapi4-rdk-broadband-ap-extender.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#@DESCRIPTION: Machine configuration for running a RDK broadband on Banana Pi R4
55
#@RDK_FLAVOR: rdkb
66

7+
RUST_PANIC_STRATEGY="abort"
8+
79
require conf/machine/filogic880-bpi-r4.conf
810
DISTRO_FEATURES_append = " em_extender"
911
require conf/distro/include/rdk-bpi-ap-extender.inc

meta-rdk-mtk-bpir4/recipes-core/packagegroups/packagegroup-ap-extender.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ RDEPENDS_packagegroup-ap-extender = "\
1111
ccsp-psm \
1212
ccsp-psm-ccsp \
1313
unified-wifi-mesh \
14+
ieee1905-em \
1415
"
1516
DEPENDS += " ccsp-common-library"

0 commit comments

Comments
 (0)