From c6d260b5008cd38e7dbda0c6f61489d6dfb286c5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 20 Jul 2024 16:38:05 +0800 Subject: [PATCH] Patch:IGKBoard-IMX8MP: Add OV5640 camera support --- yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb b/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb index bcba75d..7156849 100644 --- a/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb +++ b/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" # recipe version -PV = "1" +PV = "1.0" PR = "r0" # There is /usr/bin/hello link to hello.lmbench, so can not use application name 'hello' here -- Gitblit v1.9.1