Skip to content

Commit 2cadb4d

Browse files
committed
RDKBACCL-678 : Observing intermittent failure with rdk-wifi-hal for jenkins BPI image
Reason for change: Added fix for bpi intermittent failure Test Procedure: Build passed Risks: Low Signed-off-by: keerthana.p <[email protected]>
1 parent a94d162 commit 2cadb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)