diff options
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb index 424ea9156..78ed85782 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -9,13 +9,6 @@ PACKAGES = "\ packagegroup-agl-demo \ " -# Hook for demo platform configuration -# ATM, only used to disable btwilink module on [MH]3ULCB + Kingfisher by default, -# setting DEMO_ENABLE_BTWILINK to "true" in local.conf / site.conf re-enables. -DEMO_ENABLE_BTWILINK ?= "" -DEMO_PLATFORM_CONF = "" -DEMO_PLATFORM_CONF:append:ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}" - # fonts TTF_FONTS = " \ ttf-bitstream-vera \ @@ -35,6 +28,5 @@ RDEPENDS:${PN} += " \ linux-firmware-ralink \ iproute2 \ pre-install-music-data \ - ${DEMO_PLATFORM_CONF} \ ${TTF_FONTS} \ " |