From fea55dbad0d9d2ea07a7dbbb9d9dcefbf427a94b Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 21 Dec 2021 13:09:29 +0100 Subject: [PATCH] hardknott: imx-test: sync with meta-imx hardknott-5.10.72-2.2.0 branch This recipe was missing from our layer, so add it just in case it's needed by any new package. Signed-off-by: Gabriel Valcazar --- .../recipes-bsp/imx-test/imx-test_git.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-digi-arm/recipes-bsp/imx-test/imx-test_git.bbappend diff --git a/meta-digi-arm/recipes-bsp/imx-test/imx-test_git.bbappend b/meta-digi-arm/recipes-bsp/imx-test/imx-test_git.bbappend new file mode 100644 index 000000000..d30ce9eca --- /dev/null +++ b/meta-digi-arm/recipes-bsp/imx-test/imx-test_git.bbappend @@ -0,0 +1,13 @@ +# Copyright (C) 2012-2016 O.S. Systems Software LTDA. +# Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright 2017-2021 NXP + +SRCBRANCH = "lf-5.10.72_2.2.0" +IMXTEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https" +SRC_URI = " \ + ${IMXTEST_SRC};branch=${SRCBRANCH} \ + file://memtool_profile \ +" +SRCREV = "a26b1ee51177e317aa05251d4c8f10c4c68064f6" + +PACKAGECONFIG_append_mx8m = " swpdm"