File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ BBMASK .= "|meta-cmf-filogic/recipes-ccsp/util/utopia-headers.bb"
1313BBMASK .= "|meta-cmf-filogic/recipes-ccsp/hal/halinterface.bbappend"
1414BBMASK .= "|meta-filogic/recipes-wifi/hal/halinterface.bbappend"
1515BBMASK .= "|meta-rdk-ext/recipes-telephony/asterisk/asterisk_18.5.0.bb"
16+ BBMASK .= "|meta-rdk-broadband-apps/recipes-kernel/linux/files/dobby.cfg"
17+ BBMASK .= "|meta-rdk-broadband-apps/recipes-core/images/rdk-generic-broadband-image.bbappend"
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ if [ -e "${_TOPDIR}/meta-cmf-filogic/setup-environment-release" ]; then
2828 source meta-cmf-filogic/setup-environment-release
2929fi
3030
31+ if [[ -z $( grep ' meta-rdk-broadband-apps' conf/bblayers.conf) ]] && [[ -d ../meta-rdk-broadband-apps ]]
32+ then
33+ cat >> conf/bblayers.conf << EOF
34+ BBLAYERS =+ "\$ {RDKROOT}/meta-rdk-broadband-apps"
35+ EOF
36+ fi
3137
3238if [[ -z $( grep ' meta-cmf-bananapi' conf/bblayers.conf) ]] && [[ -d ../meta-cmf-bananapi ]]
3339then
You can’t perform that action at this time.
0 commit comments