Skip to content

Commit 785833d

Browse files
Merge pull request #201 from kpandu987/RDKBACCL-678
RDKBACCL-678 : Observing intermittent failure with rdk-wifi-hal for jenkins BPI image
2 parents a94d162 + 2cadb4d commit 785833d

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)