developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | # Note: This feature is for developers ONLY. |
| 2 | # Please do not forget to set BB_ENV_EXTRAWHITE before |
| 3 | # launching the yocto build. |
| 4 | # `export BB_ENV_EXTRAWHITE="${BB_ENV_EXTRAWHITE} RDK_ROOT_PATH"` |
| 5 | # |
| 6 | INHERIT += "externalsrc" |
| 7 | |
developer | cc441a0 | 2022-05-09 19:04:26 +0800 | [diff] [blame] | 8 | EXTERNALSRC_pn-hal-dhcpv4c-generic = "${@'${RDK_ROOT_PATH}/rdkb/components/opensource/ccsp/hal/source/dhcpv4c' if (os.path.isdir('${RDK_ROOT_PATH}/rdkb/components/opensource/ccsp/hal/source/dhcpv4c/rdkb_hal')) else ''}" |
| 9 | EXTERNALSRC_pn-hal-ethsw-generic = "${@'${RDK_ROOT_PATH}/rdkb/components/opensource/ccsp/hal/source/ethsw' if (os.path.isdir('${RDK_ROOT_PATH}/rdkb/components/opensource/ccsp/hal/source/ethsw/rdkb_hal')) else ''}" |
| 10 | EXTERNALSRC_pn-hal-platform-generic = "${@'${RDK_ROOT_PATH}/rdkb/components/opensource/ccsp/hal/source/platform' if (os.path.isdir('${RDK_ROOT_PATH}/rdkb/components/opensource/ccsp/hal/source/platform/rdkb_hal')) else ''}" |
| 11 | #EXTERNALSRC_pn-hal-wifi-turris = "${@'${RDK_ROOT_PATH}/rdkb/devices/turris/hal/source/wifi' if (os.path.isdir('${RDK_ROOT_PATH}/rdkb/devices/turris/hal')) else ''}" |