From b3699fbf4063514f2f84d59b5864e786684e3a51 Mon Sep 17 00:00:00 2001 From: Buzz Date: Tue, 1 Aug 2017 16:26:06 +1000 Subject: [PATCH] test: keep version number same as 3dr , so stock controller and non-stock solo can interop. --- meta-3dr/recipes-core/images/3dr-solo.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-3dr/recipes-core/images/3dr-solo.bb b/meta-3dr/recipes-core/images/3dr-solo.bb index f463ac1..1226338 100644 --- a/meta-3dr/recipes-core/images/3dr-solo.bb +++ b/meta-3dr/recipes-core/images/3dr-solo.bb @@ -3,7 +3,7 @@ include recipes-core/images/core-image-base.bb # created from image_types_fsl; creates additional logging partition inherit image_types_3dr -PV = "3.5.5" +PV = "2.4.2" # only for compatibility with 3dr released firmware , for now. do_rootfs[depends] += "virtual/kernel:do_bundle_initramfs"