Hi Thomas, Thanks for adding that.. The env variable (DIR_WIRELESS_SDK) is needed by FLEXRAN SDK itself.
Best regards, Amr -----Original Message----- From: Thomas Monjalon [mailto:[email protected]] Sent: Friday 19 January 2018 00:24 To: Mokhtar, Amr <[email protected]> Cc: [email protected]; Yigit, Ferruh <[email protected]>; Burakov, Anatoly <[email protected]>; De Lara Guarch, Pablo <[email protected]>; Power, Niall <[email protected]>; Macnamara, Chris <[email protected]> Subject: Re: [dpdk-dev] [PATCH v5 3/5] bbdev: software turbo driver 11/01/2018 20:23, Amr Mokhtar: > + export DIR_WIRELESS_SDK=<path-to-workspace>/FlexRAN-1.3.0/SDK-R1.3.0/sdk/ This variable looks to be unused. Adding this in test-build.sh (while applying): test -z "$FLEXRAN_SDK" || \ sed -ri 's,(BBDEV_TURBO_SW=)n,\1y,' $1/.config

