From 29cf0c2f17d163b1ba3a3d65ae5d0ee1fb0a5405 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 14 Jun 2018 08:50:34 +0200 Subject: [PATCH] packagegroup-dey-examples: move common examples to common RDEPENDS While on it: - add dey-examples-rtc unconditionally (rtc is never in MACHINE_FEATURES) - add missing recipes: digiapix, cryptochip - re-order them alphabetically. Signed-off-by: Hector Palacios --- .../packagegroup-dey-examples.bb | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb b/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb index e9c891015..49d0739ea 100644 --- a/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb +++ b/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2017, Digi International Inc. +# Copyright (C) 2013-2018, Digi International Inc. SUMMARY = "DEY examples packagegroup" @@ -9,34 +9,34 @@ inherit packagegroup RDEPENDS_${PN} = "\ ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "dey-examples-alsa", "", d)} \ - dey-examples-gpio-sysfs \ - ${@bb.utils.contains("MACHINE_FEATURES", "rtc", "dey-examples-rtc", "", d)} \ - dey-examples-spidev \ ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "dey-examples-vplay", "", d)} \ + ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \ + ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \ + ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-hdp", "", d)} \ + awsiotsdk-demo \ + dey-examples-can \ + dey-examples-cloudconnector \ + dey-examples-digiapix \ + dey-examples-gpio-sysfs \ + dey-examples-rtc \ + dey-examples-spidev \ dey-examples-watchdog \ " RDEPENDS_${PN}_append_ccimx6 = "\ - awsiotsdk-demo \ - ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \ - ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \ - dey-examples-can \ - dey-examples-cloudconnector \ - ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-hdp", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "accel-graphics", "dey-examples-opengles", "", d)} \ dey-examples-v4l2 \ " RDEPENDS_${PN}_append_ccimx6ul = "\ - awsiotsdk-demo \ - ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \ - ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \ dey-examples-adc \ dey-examples-adc-cmp \ - dey-examples-can \ - dey-examples-cloudconnector \ - ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-hdp", "", d)} \ + dey-examples-cryptochip \ dey-examples-tamper \ " +RDEPENDS_${PN}_append_ccimx6qpsbc = "\ + dey-examples-cryptochip \ +" + COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"