RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
1. Having the flag enabled always
2. Enabling only for specific board or on specific condition
Syntax
CFLAGS_append += " <FLAG> " |
---|
Sample
Syntax
CFLAGS_append += " ${@bb.utils.contains('DISTRO_FEATURES', '<keyword>', '<FLAG>', '', d)}" |
---|
Syntax
DISTRO_FEATURES_append = " ........ <keyword> " |
---|
Sample
In ccsp_common.inc
In raspberrypi-rdk-broadband.conf
This enables RDK_REF_PLATFORM_ flag for rpi platform .