Skip to content

Commit 8bde86f

Browse files
authored
Merge branch 'develop' into remote_management_support
2 parents d6917b3 + 785833d commit 8bde86f

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/6g_interface_added_in_bridge.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

meta-rdk-mtk-bpir4/recipes-ccsp/hal/halinterface.bbappend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SRC_URI += "file://hal_interface.patch;apply=no "
55
#need to remove this patch once this changes merged in rdk-next
66
do_hal_interface_patches() {
77
cd ${S}
8-
if [ ! -e patch_applied ]; then
8+
if [ ! -e bpi_patch_applied ]; then
99
bbnote "Patching hal_interface.patch"
1010
patch -p1 < ${WORKDIR}/hal_interface.patch
1111

12-
touch patch_applied
12+
touch bpi_patch_applied
1313
fi
1414
}
1515
addtask hal_interface_patches after do_unpack before do_configure

meta-rdk-mtk-bpir4/recipes-core/packagegroups/packagegroup-filogic-mt76.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ RDEPENDS_packagegroup-filogic-mt76_remove_onewifi = " \
44
wifi-test-tool \
55
vts \
66
"
7+
RDEPENDS_packagegroup-filogic-mt76_remove_broadband = " mt76-test"

0 commit comments

Comments
 (0)