From ddb843b28a032e43d7f88171ddbac30432022846 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 06 Oct 2022 14:46:21 +0800
Subject: [PATCH] update meta-igkboard for honister and test okay

---
 yocto/honister/meta-igkboard/recipes-bsp/u-boot/u-boot-imx_2021.04.bbappend |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/yocto/honister/meta-igkboard/recipes-bsp/u-boot/u-boot-imx_2021.04.bbappend b/yocto/honister/meta-igkboard/recipes-bsp/u-boot/u-boot-imx_2021.04.bbappend
index e74032c..ee3b1ad 100644
--- a/yocto/honister/meta-igkboard/recipes-bsp/u-boot/u-boot-imx_2021.04.bbappend
+++ b/yocto/honister/meta-igkboard/recipes-bsp/u-boot/u-boot-imx_2021.04.bbappend
@@ -1,10 +1,20 @@
+# Copyright (C) 2022 LingYun IoT System Studio
+# Released under the GPLv2 license 
+#
+# SPDX-License-Identifier: GPLv2
+#
+
+SUMMARY = "Linux Kernel provided and supported by LingYun IoT System Studio"
+DESCRIPTION = "Linux Kernel provided and supported by LingYun with focus on IGKBoard"
+
 COMPATIBLE_MACHINE = "(mx6)"
   
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
 
-LOCALVERSION = "_5.10.52_2.1.0"
+# https://source.codeaurora.org/external/imx/uboot-imx/tag/?h=lf-5.10.52-2.1.0
 SRCREV = "1c0116f3da250c5a52858c53efb8b38c0963f477"
+LOCALVERSION = "-lf-5.10.52-2.1.0"
 
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 SRC_URI:append = " file://uboot-imx-igkboard.patch "

--
Gitblit v1.9.1