Skip to content

Commit 2a795a5

Browse files
committed
RDKBACCL-1032 : Remove duplication lines
Reason for change: this changes are moved to meta-cmf-broadband layer because it needs both platforms(bpi, rpi) Test procedure: None Risks: None Signed-off-by: keerthana.p <[email protected]>
1 parent c272a18 commit 2a795a5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
include ccsp_common_bananapi.inc
2-
3-
CFLAGS_append = "${@bb.utils.contains("DISTRO_FEATURES", "resource_optimization", " -DRESOURCE_OPTIMIZATION ", " ", d)} "
4-
ENABLE_RESOURCE_OPTIMIZATION = "--enable-resourceoptimization=${@bb.utils.contains('DISTRO_FEATURES', 'resource_optimization', 'yes', 'no', d)}"
5-
EXTRA_OECONF_append = " ${ENABLE_RESOURCE_OPTIMIZATION}"
6-
7-
do_compile_prepend () {
8-
if ${@bb.utils.contains('DISTRO_FEATURES', 'resource_optimization', 'true', 'false', d)}; then
9-
sed -i '2i <?define FEATURE_RESOURCE_OPTIMIZATION=True?>' ${S}/config-arm/TR181-USGv2.XML
10-
fi
11-
}

0 commit comments

Comments
 (0)