For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team at support@rdkcentral.com . Thank you. ***
rdkb-2024q3-Kirkstone
rdkb-2024q2-Kirkstone
rdkb-2024q1-Kirkstone
rdkb-2023q4-Kirkstone
rdkb-2023q4-dunfell
rdkb-2023q3-dunfell
rdkb-2023q2-dunfell
rdkb-2023q1-dunfell
rdkb-2022q4-dunfell
rdkb-2022q3-dunfell
CFLAGS specifies the flags to pass to the C compiler
Flag with -D option => It means that particular flag is defined .
For example: -D_ANSC_USER → The flag ANSC_USER is defined
Flag with value assigned => It means flag is defined and assigned some value .
For example: -DLOCALSTATEDIR=\"/var\" means the flag LOCALSTATEDIR is defined and assigned the value "/var"
DISTRO_FEATURES is to enable features across your platform
NOTE : More details on CFLAGS and DISTRO_FEATURES enable/disable are available at Compile-time Build Variants Flags
Flag Lists : Flag_Lists_2024