From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-freescale/recipes-bsp/imx-uuc/imx-uuc_git.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bsp/meta-freescale/recipes-bsp/imx-uuc/imx-uuc_git.bb') diff --git a/bsp/meta-freescale/recipes-bsp/imx-uuc/imx-uuc_git.bb b/bsp/meta-freescale/recipes-bsp/imx-uuc/imx-uuc_git.bb index ddc55db3..9fe9614a 100644 --- a/bsp/meta-freescale/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/bsp/meta-freescale/recipes-bsp/imx-uuc/imx-uuc_git.bb @@ -1,20 +1,21 @@ # Copyright (C) 2016 Freescale Semiconductor - -SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" +# Copyright (C) 2017-2019 NXP +SUMMARY = "A Daemon wait for NXP mfgtools host's command" SECTION = "base" -DEPENDS = "dosfstools-native" +DEPENDS = "virtual/kernel dosfstools-native" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit autotools-brokensep +PR = "r1" PV = "0.5.1+git${SRCPV}" SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" -SRCREV = "e3fbdfef978abd150d9ea71c4d174daded9c8d33" +SRCREV = "ebb7d34853133d92eff9766e370ea21e6d6d8f2b" S = "${WORKDIR}/git" FILES_${PN} += "/linuxrc /fat" -COMPATIBLE_MACHINE = "(imx)" +COMPATIBLE_MACHINE = "(imx|use-mainline-bsp)" -- cgit 1.2.3-korg