Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion conf/distro/rdk.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# Distribution definition for: rdk
#
#BBMASK .= "|${RDKROOT}/rdke/common/poky/meta/recipes-support/mpfr/mpfr_4.1.1.bb"


DISTRO = "rdk"
DISTRO_NAME = "RDK (A Yocto Project based Distro)"
Expand All @@ -24,7 +26,7 @@ LOCALCONF_VERSION = "1"
LAYER_CONF_VERSION ?= "6"

# We dont want (L)GPL-3.0+
INCOMPATIBLE_LICENSE = "${@bb.utils.contains_any("DISTRO_FEATURES", "kirkstone", "LGPL-3.0-or-later LGPL-3.0-only GPL-3.0-or-later GPL-3.0-only", "GPLv3.0 GPLv3 GPL-3.0 GPLv3+ LGPLv3.0 LGPLv3 LGPL-3.0 LGPLv3+", d)}"
INCOMPATIBLE_LICENSE = ""

COVERITY_REQUIRED ?= "0"
COVERITY_DIR ?= "coverity_dir"
Expand Down Expand Up @@ -93,6 +95,7 @@ BBMASK .= "${@bb.utils.contains_any('DISTRO_FEATURES', 'dunfell kirkstone', '',
# Mask recipes which are not used in morty build to avoid parse error
BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'morty', '|meta-rdk-broadband/recipes-support/dnsmasq/dnsmasq_2.83.bb', '', d)}"
BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'morty', '|meta-rdk-ext/recipes-kernel/linux-libc-headers/linux-libc-headers_5.4.bb', '', d)}"
BBMASK .= "|meta-rdk-video/recipes-extended/ripple/ripple_git.bb"

# Mask recipes which are not used in build to avoid parse error with kirkstone
BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'kirkstone', "|meta-rdk-ext/recipes-common/lighttpd-1.4.39/lighttpd_1.4.39.bb", "", d)}"
Expand Down
Loading