From f68ebaa4ce732efd3c98bda09cca182381302b69 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Tue, 30 Jan 2024 15:08:15 +0800 Subject: imx-kobs: Rename COPYING to LICENSE Signed-off-by: Jun Zhu --- recipes-bsp/imx-kobs/imx-kobs_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb index c8880d492..bdb02475a 100644 --- a/recipes-bsp/imx-kobs/imx-kobs_git.bb +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb @@ -1,17 +1,17 @@ # Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright (C) 2017-2019 NXP +# Copyright (C) 2017-2019,2024 NXP # Copyright 2018 (C) O.S. Systems Software LTDA. SUMMARY = "Nand boot write source" SECTION = "base" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" +LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" PV = "5.5+git${SRCPV}" SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \ file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ " -SRCREV = "269fdffcf97238684de9f28977a73677282e061f" +SRCREV = "ff13a99a22aa73cca0e09a33c2ebb6a94ad698da" S = "${WORKDIR}/git" inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf From c0cd4c67b3f2601c11bd9f1ae6bede9dcfaff1ad Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Tue, 30 Jan 2024 15:09:07 +0800 Subject: imx-uuc: Rename COPYING to LICENSE Signed-off-by: Jun Zhu --- recipes-bsp/imx-uuc/imx-uuc_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 4b4915e59..49fc15581 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb @@ -1,10 +1,10 @@ # Copyright (C) 2016 Freescale Semiconductor -# Copyright (C) 2017-2019 NXP +# Copyright (C) 2017-2019,2024 NXP SUMMARY = "A Daemon wait for NXP mfgtools host's command" SECTION = "base" DEPENDS = "virtual/kernel dosfstools-native" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit autotools-brokensep @@ -12,7 +12,7 @@ PR = "r1" PV = "0.5.1+git${SRCPV}" SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master" -SRCREV = "61f258fb6f10f690633eb068a8d4aaaba5e5e8a2" +SRCREV = "9b4adc0cde346fbae743dc21fcf5115488307b83" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf