From 68fae1420da20cd146d6de684611a80348023131 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 25 Jan 2024 13:59:18 +0100 Subject: [PATCH] packagroup-dey-examples: make recipe compatible with cc93 These are not included on the default image, but allow to build them for cc93 if requested. Signed-off-by: Hector Palacios --- .../recipes-digi/packagegroups/packagegroup-dey-examples.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 e3943fa24..b5a24018b 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-2023, Digi International Inc. +# Copyright (C) 2013-2024, Digi International Inc. SUMMARY = "DEY examples packagegroup" @@ -27,4 +27,4 @@ RDEPENDS:${PN}:append:ccimx6 = "\ dey-examples-v4l2 \ " -COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x)" +COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx93)"